Color Hex Logo

#85730c Color Hex

#85730C
(133,115,12)
0 Favorites   0 Comments

Color spaces of #85730c

RGB 13311512
HSL0.140.830.28
HSV51°91°52°
CMYK 0.000.140.91   0.48
XYZ15.870017.27462.8457
Yxy17.27460.44100.4800
Hunter Lab41.5627-4.577725.0345
CIE-Lab48.6042-3.138952.0339

#85730c color RGB value is (133,115,12).

#85730c hex color red value is 133, green value is 115 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #85730c hue: 0.14 , saturation: 0.83 and the lightness value of 85730c is 0.28.

The process color (four color CMYK) of #85730c color hex is 0.00, 0.14, 0.91, 0.48. Web safe color of #85730c is #996600. Color #85730c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110011 00001100
Octal 205 163 14
Decimal 133 115 12
Hex 85 73 C

RGB Percentages of Color #85730c

%51.15
%44.23
%4.62

CMYK Percentages of Color #85730c

%0
%14
%91
%48

Triadic Colors of #85730c

#85730c #0c8573 #730c85

Analogous Colors of #85730c

#85730c #5b850c #85370c

Monochromatic Colors of #85730c

#85730c

Complementary Color

#85730c #0c1e85

#85730c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85730c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85730c Color CSS Codes

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

#85730c Text Font Color

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

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


#85730c Background Color

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

This div background color is #85730c


#85730c Border Color

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

This div border color is #85730c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,115,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85730c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85730c;
  -webkit-box-shadow: 1px 1px 3px 2px #85730c;
  box-shadow:         1px 1px 3px 2px #85730c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85730c


Comments

No comments written yet.

Please login to write comment.