Color Hex Logo

#476010 Color Hex

#476010
(71,96,16)
0 Favorites   0 Comments

Color spaces of #476010

RGB 719616
HSL0.220.710.22
HSV79°83°38°
CMYK 0.260.000.83   0.62
XYZ6.87499.74272.0084
Yxy9.74270.36910.5231
Hunter Lab31.2133-15.307718.0343
CIE-Lab37.3766-21.744439.1849

#476010 color RGB value is (71,96,16).

#476010 hex color red value is 71, green value is 96 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #476010 hue: 0.22 , saturation: 0.71 and the lightness value of 476010 is 0.22.

The process color (four color CMYK) of #476010 color hex is 0.26, 0.00, 0.83, 0.62. Web safe color of #476010 is #336600. Color #476010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100000 00010000
Octal 107 140 20
Decimal 71 96 16
Hex 47 60 10

RGB Percentages of Color #476010

%38.80
%52.46
%8.74

CMYK Percentages of Color #476010

%26
%0
%83
%62

Triadic Colors of #476010

#476010 #104760 #601047

Analogous Colors of #476010

#476010 #1f6010 #605110

Monochromatic Colors of #476010

#476010

Complementary Color

#476010 #291060

#476010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476010 Color CSS Codes

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

#476010 Text Font Color

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

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


#476010 Background Color

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

This div background color is #476010


#476010 Border Color

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

This div border color is #476010


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,96,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #476010; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #476010;
  -webkit-box-shadow: 1px 1px 3px 2px #476010;
  box-shadow:         1px 1px 3px 2px #476010; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,96,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476010


Comments

No comments written yet.

Please login to write comment.