Color Hex Logo

#8b852a Color Hex

#8B852A
(139,133,42)
0 Favorites   0 Comments

Color spaces of #8b852a

RGB 13913342
HSL0.160.540.35
HSV56°70°55°
CMYK 0.000.040.70   0.45
XYZ19.452922.43125.4949
Yxy22.43120.41060.4734
Hunter Lab47.3616-9.567226.2743
CIE-Lab54.4816-9.141547.6111

#8b852a color RGB value is (139,133,42).

#8b852a hex color red value is 139, green value is 133 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #8b852a hue: 0.16 , saturation: 0.54 and the lightness value of 8b852a is 0.35.

The process color (four color CMYK) of #8b852a color hex is 0.00, 0.04, 0.70, 0.45. Web safe color of #8b852a is #999933. Color #8b852a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10000101 00101010
Octal 213 205 52
Decimal 139 133 42
Hex 8B 85 2A

RGB Percentages of Color #8b852a

%44.27
%42.36
%13.38

CMYK Percentages of Color #8b852a

%0
%4
%70
%45

Triadic Colors of #8b852a

#8b852a #2a8b85 #852a8b

Analogous Colors of #8b852a

#8b852a #618b2a #8b552a

Monochromatic Colors of #8b852a

#8b852a

Complementary Color

#8b852a #2a308b

#8b852a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b852a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b852a Color CSS Codes

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

#8b852a Text Font Color

<p style="color:#8b852a">Text here</p>

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


#8b852a Background Color

<div style="background-color:#8b852a">
Div content here</div>

This div background color is #8b852a


#8b852a Border Color

<div style="border:3px solid #8b852a">
Div here</div>

This div border color is #8b852a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,133,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b852a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b852a;
  -webkit-box-shadow: 1px 1px 3px 2px #8b852a;
  box-shadow:         1px 1px 3px 2px #8b852a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,133,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b852a


Comments

No comments written yet.

Please login to write comment.