Color Hex Logo

#47610c Color Hex

#47610C
(71,97,12)
0 Favorites   0 Comments

Color spaces of #47610c

RGB 719712
HSL0.220.780.21
HSV78°88°38°
CMYK 0.270.000.88   0.62
XYZ6.93969.91551.8960
Yxy9.91550.37010.5288
Hunter Lab31.4889-15.767318.4723
CIE-Lab37.6903-22.445240.7306

#47610c color RGB value is (71,97,12).

#47610c hex color red value is 71, green value is 97 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #47610c hue: 0.22 , saturation: 0.78 and the lightness value of 47610c is 0.21.

The process color (four color CMYK) of #47610c color hex is 0.27, 0.00, 0.88, 0.62. Web safe color of #47610c is #336600. Color #47610c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100001 00001100
Octal 107 141 14
Decimal 71 97 12
Hex 47 61 C

RGB Percentages of Color #47610c

%39.44
%53.89
%6.67

CMYK Percentages of Color #47610c

%27
%0
%88
%62

Triadic Colors of #47610c

#47610c #0c4761 #610c47

Analogous Colors of #47610c

#47610c #1d610c #61510c

Monochromatic Colors of #47610c

#47610c

Complementary Color

#47610c #260c61

#47610c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47610c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47610c Color CSS Codes

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

#47610c Text Font Color

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

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


#47610c Background Color

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

This div background color is #47610c


#47610c Border Color

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

This div border color is #47610c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47610c


Comments

No comments written yet.

Please login to write comment.