Color Hex Logo

#73870c Color Hex

#73870C
(115,135,12)
0 Favorites   0 Comments

Color spaces of #73870c

RGB 11513512
HSL0.190.840.29
HSV70°91°53°
CMYK 0.150.000.91   0.47
XYZ15.800620.99933.5683
Yxy20.99930.39140.5202
Hunter Lab45.8250-18.646427.4607
CIE-Lab52.9487-22.267354.8746

#73870c color RGB value is (115,135,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000111 00001100
Octal 163 207 14
Decimal 115 135 12
Hex 73 87 C

RGB Percentages of Color #73870c

%43.89
%51.53
%4.58

CMYK Percentages of Color #73870c

%15
%0
%91
%47

Triadic Colors of #73870c

#73870c #0c7387 #870c73

Analogous Colors of #73870c

#73870c #36870c #875d0c

Monochromatic Colors of #73870c

#73870c

Complementary Color

#73870c #200c87

#73870c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73870c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73870c Color CSS Codes

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

#73870c Text Font Color

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

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


#73870c Background Color

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

This div background color is #73870c


#73870c Border Color

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

This div border color is #73870c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73870c


Comments

No comments written yet.

Please login to write comment.