Color Hex Logo

#477340 Color Hex

#477340
(71,115,64)
0 Favorites   0 Comments

Color spaces of #477340

RGB 7111564
HSL0.310.280.35
HSV112°44°45°
CMYK 0.380.000.44   0.55
XYZ9.654713.97127.0383
Yxy13.97120.31490.4556
Hunter Lab37.3781-19.305315.0003
CIE-Lab44.1916-26.152623.5124

#477340 color RGB value is (71,115,64).

#477340 hex color red value is 71, green value is 115 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #477340 hue: 0.31 , saturation: 0.28 and the lightness value of 477340 is 0.35.

The process color (four color CMYK) of #477340 color hex is 0.38, 0.00, 0.44, 0.55. Web safe color of #477340 is #336633. Color #477340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110011 01000000
Octal 107 163 100
Decimal 71 115 64
Hex 47 73 40

RGB Percentages of Color #477340

%28.40
%46.00
%25.60

CMYK Percentages of Color #477340

%38
%0
%44
%55

Triadic Colors of #477340

#477340 #404773 #734047

Analogous Colors of #477340

#477340 #407353 #607340

Monochromatic Colors of #477340

#477340

Complementary Color

#477340 #6c4073

#477340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477340 Color CSS Codes

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

#477340 Text Font Color

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

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


#477340 Background Color

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

This div background color is #477340


#477340 Border Color

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

This div border color is #477340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477340


Comments

No comments written yet.

Please login to write comment.