Color Hex Logo

#858316 Color Hex

#858316
(133,131,22)
0 Favorites   0 Comments

Color spaces of #858316

RGB 13313122
HSL0.160.720.30
HSV59°83°52°
CMYK 0.000.020.83   0.48
XYZ17.934021.27713.9207
Yxy21.27710.41580.4933
Hunter Lab46.1271-11.322527.2495
CIE-Lab53.2514-11.717153.3554

#858316 color RGB value is (133,131,22).

#858316 hex color red value is 133, green value is 131 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #858316 hue: 0.16 , saturation: 0.72 and the lightness value of 858316 is 0.30.

The process color (four color CMYK) of #858316 color hex is 0.00, 0.02, 0.83, 0.48. Web safe color of #858316 is #999900. Color #858316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000011 00010110
Octal 205 203 26
Decimal 133 131 22
Hex 85 83 16

RGB Percentages of Color #858316

%46.50
%45.80
%7.69

CMYK Percentages of Color #858316

%0
%2
%83
%48

Triadic Colors of #858316

#858316 #168583 #831685

Analogous Colors of #858316

#858316 #508516 #854c16

Monochromatic Colors of #858316

#858316

Complementary Color

#858316 #161885

#858316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858316 Color CSS Codes

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

#858316 Text Font Color

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

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


#858316 Background Color

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

This div background color is #858316


#858316 Border Color

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

This div border color is #858316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858316


Comments

No comments written yet.

Please login to write comment.