Color Hex Logo

#858967 Color Hex

#858967
(133,137,103)
0 Favorites   0 Comments

Color spaces of #858967

RGB 133137103
HSL0.190.140.47
HSV67°25°54°
CMYK 0.030.000.25   0.46
XYZ21.066723.857116.3265
Yxy23.85710.34390.3895
Hunter Lab48.8437-8.488014.3723
CIE-Lab55.9444-7.514317.7892

#858967 color RGB value is (133,137,103).

#858967 hex color red value is 133, green value is 137 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #858967 hue: 0.19 , saturation: 0.14 and the lightness value of 858967 is 0.47.

The process color (four color CMYK) of #858967 color hex is 0.03, 0.00, 0.25, 0.46. Web safe color of #858967 is #999966. Color #858967 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001001 01100111
Octal 205 211 147
Decimal 133 137 103
Hex 85 89 67

RGB Percentages of Color #858967

%35.66
%36.73
%27.61

CMYK Percentages of Color #858967

%3
%0
%25
%46

Triadic Colors of #858967

#858967 #678589 #896785

Analogous Colors of #858967

#858967 #748967 #897c67

Monochromatic Colors of #858967

#858967

Complementary Color

#858967 #6b6789

#858967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858967 Color CSS Codes

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

#858967 Text Font Color

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

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


#858967 Background Color

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

This div background color is #858967


#858967 Border Color

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

This div border color is #858967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858967


Comments

No comments written yet.

Please login to write comment.