Color Hex Logo

#858831 Color Hex

#858831
(133,136,49)
0 Favorites   0 Comments

Color spaces of #858831

RGB 13313649
HSL0.170.470.36
HSV62°64°53°
CMYK 0.020.000.64   0.47
XYZ19.031422.81666.3067
Yxy22.81660.39520.4738
Hunter Lab47.7667-12.473125.6086
CIE-Lab54.8829-13.015344.8292

#858831 color RGB value is (133,136,49).

#858831 hex color red value is 133, green value is 136 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #858831 hue: 0.17 , saturation: 0.47 and the lightness value of 858831 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001000 00110001
Octal 205 210 61
Decimal 133 136 49
Hex 85 88 31

RGB Percentages of Color #858831

%41.82
%42.77
%15.41

CMYK Percentages of Color #858831

%2
%0
%64
%47

Triadic Colors of #858831

#858831 #318588 #883185

Analogous Colors of #858831

#858831 #5a8831 #886031

Monochromatic Colors of #858831

#858831

Complementary Color

#858831 #343188

#858831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858831 Color CSS Codes

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

#858831 Text Font Color

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

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


#858831 Background Color

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

This div background color is #858831


#858831 Border Color

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

This div border color is #858831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858831


Comments

No comments written yet.

Please login to write comment.