Color Hex Logo

#85892b Color Hex

#85892B
(133,137,43)
0 Favorites   0 Comments

Color spaces of #85892b

RGB 13313743
HSL0.170.520.35
HSV63°69°54°
CMYK 0.030.000.69   0.46
XYZ19.054623.05235.7308
Yxy23.05230.39830.4819
Hunter Lab48.0128-13.182026.5321
CIE-Lab55.1262-13.945047.6796

#85892b color RGB value is (133,137,43).

#85892b hex color red value is 133, green value is 137 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #85892b hue: 0.17 , saturation: 0.52 and the lightness value of 85892b is 0.35.

The process color (four color CMYK) of #85892b color hex is 0.03, 0.00, 0.69, 0.46. Web safe color of #85892b is #999933. Color #85892b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001001 00101011
Octal 205 211 53
Decimal 133 137 43
Hex 85 89 2B

RGB Percentages of Color #85892b

%42.49
%43.77
%13.74

CMYK Percentages of Color #85892b

%3
%0
%69
%46

Triadic Colors of #85892b

#85892b #2b8589 #892b85

Analogous Colors of #85892b

#85892b #56892b #895e2b

Monochromatic Colors of #85892b

#85892b

Complementary Color

#85892b #2f2b89

#85892b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85892b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85892b Color CSS Codes

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

#85892b Text Font Color

<p style="color:#85892b">Text here</p>

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


#85892b Background Color

<div style="background-color:#85892b">
Div content here</div>

This div background color is #85892b


#85892b Border Color

<div style="border:3px solid #85892b">
Div here</div>

This div border color is #85892b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,137,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85892b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85892b;
  -webkit-box-shadow: 1px 1px 3px 2px #85892b;
  box-shadow:         1px 1px 3px 2px #85892b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85892b


Comments

No comments written yet.

Please login to write comment.