Color Hex Logo

#477002 Color Hex

#477002
(71,112,2)
0 Favorites   0 Comments

Color spaces of #477002

RGB 711122
HSL0.230.960.22
HSV82°98°44°
CMYK 0.370.000.98   0.56
XYZ8.403712.93232.1107
Yxy12.93230.35840.5516
Hunter Lab35.9615-21.219721.6931
CIE-Lab42.6611-30.101347.4136

#477002 color RGB value is (71,112,2).

#477002 hex color red value is 71, green value is 112 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #477002 hue: 0.23 , saturation: 0.96 and the lightness value of 477002 is 0.22.

The process color (four color CMYK) of #477002 color hex is 0.37, 0.00, 0.98, 0.56. Web safe color of #477002 is #336600. Color #477002 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110000 00000010
Octal 107 160 2
Decimal 71 112 2
Hex 47 70 2

RGB Percentages of Color #477002

%38.38
%60.54
%1.08

CMYK Percentages of Color #477002

%37
%0
%98
%56

Triadic Colors of #477002

#477002 #024770 #700247

Analogous Colors of #477002

#477002 #107002 #706202

Monochromatic Colors of #477002

#477002

Complementary Color

#477002 #2b0270

#477002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477002 Color CSS Codes

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

#477002 Text Font Color

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

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


#477002 Background Color

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

This div background color is #477002


#477002 Border Color

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

This div border color is #477002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477002


Comments

No comments written yet.

Please login to write comment.