Color Hex Logo

#53860c Color Hex

#53860C
(83,134,12)
0 Favorites   0 Comments

Color spaces of #53860c

RGB 8313412
HSL0.240.840.29
HSV85°91°53°
CMYK 0.380.000.91   0.47
XYZ12.158718.91573.3581
Yxy18.91570.35310.5494
Hunter Lab43.4922-26.209825.8667
CIE-Lab50.5884-35.085452.0874

#53860c color RGB value is (83,134,12).

#53860c hex color red value is 83, green value is 134 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #53860c hue: 0.24 , saturation: 0.84 and the lightness value of 53860c is 0.29.

The process color (four color CMYK) of #53860c color hex is 0.38, 0.00, 0.91, 0.47. Web safe color of #53860c is #669900. Color #53860c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000110 00001100
Octal 123 206 14
Decimal 83 134 12
Hex 53 86 C

RGB Percentages of Color #53860c

%36.24
%58.52
%5.24

CMYK Percentages of Color #53860c

%38
%0
%91
%47

Triadic Colors of #53860c

#53860c #0c5386 #860c53

Analogous Colors of #53860c

#53860c #16860c #867c0c

Monochromatic Colors of #53860c

#53860c

Complementary Color

#53860c #3f0c86

#53860c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53860c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53860c Color CSS Codes

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

#53860c Text Font Color

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

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


#53860c Background Color

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

This div background color is #53860c


#53860c Border Color

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

This div border color is #53860c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,134,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 #53860c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53860c


Comments

No comments written yet.

Please login to write comment.