Color Hex Logo

#476120 Color Hex

#476120
(71,97,32)
0 Favorites   0 Comments

Color spaces of #476120

RGB 719732
HSL0.230.500.25
HSV84°67°38°
CMYK 0.270.000.67   0.62
XYZ7.13399.99332.9194
Yxy9.99330.35590.4985
Hunter Lab31.6122-15.039316.6531
CIE-Lab37.8304-21.116432.9504

#476120 color RGB value is (71,97,32).

#476120 hex color red value is 71, green value is 97 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #476120 hue: 0.23 , saturation: 0.50 and the lightness value of 476120 is 0.25.

The process color (four color CMYK) of #476120 color hex is 0.27, 0.00, 0.67, 0.62. Web safe color of #476120 is #336633. Color #476120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100001 00100000
Octal 107 141 40
Decimal 71 97 32
Hex 47 61 20

RGB Percentages of Color #476120

%35.50
%48.50
%16.00

CMYK Percentages of Color #476120

%27
%0
%67
%62

Triadic Colors of #476120

#476120 #204761 #612047

Analogous Colors of #476120

#476120 #276120 #615b20

Monochromatic Colors of #476120

#476120

Complementary Color

#476120 #3a2061

#476120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476120 Color CSS Codes

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

#476120 Text Font Color

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

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


#476120 Background Color

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

This div background color is #476120


#476120 Border Color

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

This div border color is #476120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476120


Comments

No comments written yet.

Please login to write comment.