Color Hex Logo

#476641 Color Hex

#476641
(71,102,65)
0 Favorites   0 Comments

Color spaces of #476641

RGB 7110265
HSL0.310.220.33
HSV110°36°40°
CMYK 0.300.000.36   0.60
XYZ8.304011.22406.7298
Yxy11.22400.31620.4275
Hunter Lab33.5022-14.385211.5416
CIE-Lab39.9552-19.322517.3986

#476641 color RGB value is (71,102,65).

#476641 hex color red value is 71, green value is 102 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #476641 hue: 0.31 , saturation: 0.22 and the lightness value of 476641 is 0.33.

The process color (four color CMYK) of #476641 color hex is 0.30, 0.00, 0.36, 0.60. Web safe color of #476641 is #336633. Color #476641 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100110 01000001
Octal 107 146 101
Decimal 71 102 65
Hex 47 66 41

RGB Percentages of Color #476641

%29.83
%42.86
%27.31

CMYK Percentages of Color #476641

%30
%0
%36
%60

Triadic Colors of #476641

#476641 #414766 #664147

Analogous Colors of #476641

#476641 #41664e #5a6641

Monochromatic Colors of #476641

#476641

Complementary Color

#476641 #604166

#476641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476641 Color CSS Codes

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

#476641 Text Font Color

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

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


#476641 Background Color

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

This div background color is #476641


#476641 Border Color

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

This div border color is #476641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476641


Comments

No comments written yet.

Please login to write comment.