color codes Logo

#848e5b color codes

#848E5B
(132,142,91)
0 Favorites   0 Comments

Color spaces of #848e5b

RGB 13214291
HSL0.200.220.46
HSV72°36°56°
CMYK 0.070.000.36   0.44
XYZ21.077025.006913.6135
Yxy25.00690.35310.4189
Hunter Lab50.0069-12.277618.8642
CIE-Lab57.0821-12.368925.9960

#848e5b color RGB value is (132,142,91).

#848e5b hex color red value is 132, green value is 142 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #848e5b hue: 0.20 , saturation: 0.22 and the lightness value of 848e5b is 0.46.

The process color (four color CMYK) of #848e5b color code is 0.07, 0.00, 0.36, 0.44. Web safe color of #848e5b is #999966. Color #848e5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001110 01011011
Octal 204 216 133
Decimal 132 142 91
Hex 84 8E 5B

RGB Percentages of Color #848e5b

%36.16
%38.90
%24.93

CMYK Percentages of Color #848e5b

%7
%0
%36
%44

Triadic Colors of #848e5b

#848e5b #5b848e #8e5b84

Analogous Colors of #848e5b

#848e5b #6b8e5b #8e7f5b

Monochromatic Colors of #848e5b

#848e5b

Complementary Color

#848e5b #655b8e

#848e5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848e5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#848e5b Color CSS Codes

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

#848e5b Text Font Color

<p style="color:#848e5b">Text here</p>

This sample text font color is #848e5b
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.


#848e5b Background Color

<div style="background-color:#848e5b">
Div content here</div>

This div background color is #848e5b


#848e5b Border Color

<div style="border:3px solid #848e5b">
Div here</div>

This div border color is #848e5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,142,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #848e5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #848e5b;
  -webkit-box-shadow: 1px 1px 3px 2px #848e5b;
  box-shadow:         1px 1px 3px 2px #848e5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848e5b


Comments

No comments written yet.

Please login to write comment.