Color Hex Logo

#71810c Color Hex

#71810C
(113,129,12)
0 Favorites   0 Comments

Color spaces of #71810c

RGB 11312912
HSL0.190.830.28
HSV68°91°51°
CMYK 0.120.000.91   0.49
XYZ14.726719.23783.2849
Yxy19.23780.39540.5165
Hunter Lab43.8609-16.823626.2622
CIE-Lab50.9643-20.088853.1945

#71810c color RGB value is (113,129,12).

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

The process color (four color CMYK) of #71810c color hex is 0.12, 0.00, 0.91, 0.49. Web safe color of #71810c is #669900. Color #71810c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000001 00001100
Octal 161 201 14
Decimal 113 129 12
Hex 71 81 C

RGB Percentages of Color #71810c

%44.49
%50.79
%4.72

CMYK Percentages of Color #71810c

%12
%0
%91
%49

Triadic Colors of #71810c

#71810c #0c7181 #810c71

Analogous Colors of #71810c

#71810c #37810c #81570c

Monochromatic Colors of #71810c

#71810c

Complementary Color

#71810c #1c0c81

#71810c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71810c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71810c Color CSS Codes

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

#71810c Text Font Color

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

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


#71810c Background Color

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

This div background color is #71810c


#71810c Border Color

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

This div border color is #71810c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71810c


Comments

No comments written yet.

Please login to write comment.