Color Hex Logo

#85884a Color Hex

#85884A
(133,136,74)
0 Favorites   0 Comments

Color spaces of #85884a

RGB 13313674
HSL0.170.300.41
HSV63°46°53°
CMYK 0.020.000.46   0.47
XYZ19.713123.08939.8963
Yxy23.08930.37410.4381
Hunter Lab48.0513-10.860021.4250
CIE-Lab55.1642-10.776032.7746

#85884a color RGB value is (133,136,74).

#85884a hex color red value is 133, green value is 136 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #85884a hue: 0.17 , saturation: 0.30 and the lightness value of 85884a is 0.41.

The process color (four color CMYK) of #85884a color hex is 0.02, 0.00, 0.46, 0.47. Web safe color of #85884a is #999933. Color #85884a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001000 01001010
Octal 205 210 112
Decimal 133 136 74
Hex 85 88 4A

RGB Percentages of Color #85884a

%38.78
%39.65
%21.57

CMYK Percentages of Color #85884a

%2
%0
%46
%47

Triadic Colors of #85884a

#85884a #4a8588 #884a85

Analogous Colors of #85884a

#85884a #66884a #886c4a

Monochromatic Colors of #85884a

#85884a

Complementary Color

#85884a #4d4a88

#85884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85884a Color CSS Codes

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

#85884a Text Font Color

<p style="color:#85884a">Text here</p>

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


#85884a Background Color

<div style="background-color:#85884a">
Div content here</div>

This div background color is #85884a


#85884a Border Color

<div style="border:3px solid #85884a">
Div here</div>

This div border color is #85884a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,136,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85884a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85884a;
  -webkit-box-shadow: 1px 1px 3px 2px #85884a;
  box-shadow:         1px 1px 3px 2px #85884a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85884a

#85884a Color Palettes


Comments

No comments written yet.

Please login to write comment.