Color Hex Logo

#856900 Color Hex

#856900
(133,105,0)
0 Favorites   0 Comments

Color spaces of #856900

RGB 1331050
HSL0.131.000.26
HSV47°100°52°
CMYK 0.000.211.00   0.48
XYZ14.724415.08972.1365
Yxy15.08970.46080.4723
Hunter Lab38.8455-0.319023.9309
CIE-Lab45.75682.343252.5331

#856900 color RGB value is (133,105,0).

#856900 hex color red value is 133, green value is 105 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #856900 hue: 0.13 , saturation: 1.00 and the lightness value of 856900 is 0.26.

The process color (four color CMYK) of #856900 color hex is 0.00, 0.21, 1.00, 0.48. Web safe color of #856900 is #996600. Color #856900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101001 00000000
Octal 205 151 0
Decimal 133 105 0
Hex 85 69 0

RGB Percentages of Color #856900

%55.88
%44.12
%0.00

CMYK Percentages of Color #856900

%0
%21
%100
%48

Triadic Colors of #856900

#856900 #008569 #690085

Analogous Colors of #856900

#856900 #5e8500 #852700

Monochromatic Colors of #856900

#856900

Complementary Color

#856900 #001c85

#856900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856900 Color CSS Codes

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

#856900 Text Font Color

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

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


#856900 Background Color

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

This div background color is #856900


#856900 Border Color

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

This div border color is #856900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856900


Comments

No comments written yet.

Please login to write comment.