Color Hex Logo

#858843 Color Hex

#858843
(133,136,67)
0 Favorites   0 Comments

Color spaces of #858843

RGB 13313667
HSL0.170.340.40
HSV63°51°53°
CMYK 0.020.000.51   0.47
XYZ19.490123.00018.7224
Yxy23.00010.38060.4491
Hunter Lab47.9584-11.385622.7876
CIE-Lab55.0724-11.500736.3225

#858843 color RGB value is (133,136,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001000 01000011
Octal 205 210 103
Decimal 133 136 67
Hex 85 88 43

RGB Percentages of Color #858843

%39.58
%40.48
%19.94

CMYK Percentages of Color #858843

%2
%0
%51
%47

Triadic Colors of #858843

#858843 #438588 #884385

Analogous Colors of #858843

#858843 #638843 #886943

Monochromatic Colors of #858843

#858843

Complementary Color

#858843 #464388

#858843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858843 Color CSS Codes

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

#858843 Text Font Color

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

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


#858843 Background Color

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

This div background color is #858843


#858843 Border Color

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

This div border color is #858843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858843


Comments

No comments written yet.

Please login to write comment.