Color Hex Logo

#858753 Color Hex

#858753
(133,135,83)
0 Favorites   0 Comments

Color spaces of #858753

RGB 13313583
HSL0.170.240.43
HSV62°39°53°
CMYK 0.010.000.39   0.47
XYZ19.898222.939011.5625
Yxy22.93900.36580.4217
Hunter Lab47.8947-9.656519.2128
CIE-Lab55.0095-9.185527.7205

#858753 color RGB value is (133,135,83).

#858753 hex color red value is 133, green value is 135 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #858753 hue: 0.17 , saturation: 0.24 and the lightness value of 858753 is 0.43.

The process color (four color CMYK) of #858753 color hex is 0.01, 0.00, 0.39, 0.47. Web safe color of #858753 is #999966. Color #858753 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000111 01010011
Octal 205 207 123
Decimal 133 135 83
Hex 85 87 53

RGB Percentages of Color #858753

%37.89
%38.46
%23.65

CMYK Percentages of Color #858753

%1
%0
%39
%47

Triadic Colors of #858753

#858753 #538587 #875385

Analogous Colors of #858753

#858753 #6b8753 #876f53

Monochromatic Colors of #858753

#858753

Complementary Color

#858753 #555387

#858753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858753 Color CSS Codes

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

#858753 Text Font Color

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

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


#858753 Background Color

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

This div background color is #858753


#858753 Border Color

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

This div border color is #858753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858753


Comments

No comments written yet.

Please login to write comment.