Color Hex Logo

#849d1b Color Hex

#849D1B
(132,157,27)
0 Favorites   0 Comments

Color spaces of #849d1b

RGB 13215727
HSL0.200.710.36
HSV72°83°62°
CMYK 0.160.000.83   0.38
XYZ21.770529.09865.5061
Yxy29.09860.38620.5162
Hunter Lab53.9431-22.361031.7083
CIE-Lab60.8685-25.406158.5729

#849d1b color RGB value is (132,157,27).

#849d1b hex color red value is 132, green value is 157 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #849d1b hue: 0.20 , saturation: 0.71 and the lightness value of 849d1b is 0.36.

The process color (four color CMYK) of #849d1b color hex is 0.16, 0.00, 0.83, 0.38. Web safe color of #849d1b is #999933. Color #849d1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011101 00011011
Octal 204 235 33
Decimal 132 157 27
Hex 84 9D 1B

RGB Percentages of Color #849d1b

%41.77
%49.68
%8.54

CMYK Percentages of Color #849d1b

%16
%0
%83
%38

Triadic Colors of #849d1b

#849d1b #1b849d #9d1b84

Analogous Colors of #849d1b

#849d1b #439d1b #9d751b

Monochromatic Colors of #849d1b

#849d1b

Complementary Color

#849d1b #341b9d

#849d1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849d1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#849d1b Color CSS Codes

.mybgcolor {background-color:#849d1b; } 
.myforecolor {color:#849d1b; }
.mybordercolor {border:3px solid #849d1b; }

#849d1b Text Font Color

<p style="color:#849d1b">Text here</p>

This sample text font color is #849d1b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#849d1b Background Color

<div style="background-color:#849d1b">
Div content here</div>

This div background color is #849d1b


#849d1b Border Color

<div style="border:3px solid #849d1b">
Div here</div>

This div border color is #849d1b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,157,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #849d1b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #849d1b;
  -webkit-box-shadow: 1px 1px 3px 2px #849d1b;
  box-shadow:         1px 1px 3px 2px #849d1b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,157,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #849d1b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #849d1b;
  -webkit-box-shadow: 1px 1px 3px 2px #849d1b;
  box-shadow:         1px 1px 3px 2px #849d1b;">
Div content here</div>

This div box has shadow with color #849d1b


Comments

No comments written yet.

Please login to write comment.