COLOR #477F32

HEX: #477F32
RGB: (71,127,50)

Color info

#477F32 contains mainly red and green colors. Web safe color of #477F32 is #336633 (or #363).

RGB color model

#477F32 color RGB value is (71,127,50).

  • red value is 71;
  • green value is 127;
  • blue value is 50.
RGB:
(71,127,50)
(28%,50%,20%)

RGB channels and saturation

R 71 of 255 = 28%
G 127 of 255 = 50%
B 50 of 255 = 20%

71
127
50

R + G + B ~ 33%. #477F32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 127 + 50 = 248 (100%)
R 71 of 248 ~ 28.63%
G 127 of 248 ~ 51.21%
B 50 of 248 ~ 20.16%

%28.63
%51.21
%20.16

CMYK color model

#477F32 color CMYK value is (44,0,61,50).

  • cyan value is 44.09%
  • magenta value is 0.00%
  • yellow value is 60.63%
  • key color value is 50.20%
CMYK:
(44,0,61,50)
C44M0Y61K50 
(44%,0%,61%,50%)
(0.44/0.00/0.61/0.50)	

CMYK percentages

%44.09
%0
%60.63
%50.2

Codes

Color #477F32 in popluar color models

477F32
RGB7112750
HSL104°43.50%34.71%
HSB/HSV104°60.63%49.80%
CMYK44.09%0.00%60.63%
50.20%

Color #477F32 in popluar number systems.

HEX477F32
Decimal7112750
Binary10001111111111110010
Octal10717762

Shades and tints

Shades of #477F32

#477F32
(71,127,50)
#41742E
(65,116,46)
#3B692A
(59,105,42)
#355E26
(53,94,38)
#2F5322
(47,83,34)
#29481E
(41,72,30)
#233D1A
(35,61,26)
#1D3216
(29,50,22)
#172712
(23,39,18)
#111C0E
(17,28,14)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #477F32

#477F32
(71,127,50)
#578A44
(87,138,68)
#679556
(103,149,86)
#77A068
(119,160,104)
#87AB7A
(135,171,122)
#97B68C
(151,182,140)
#A7C19E
(167,193,158)
#B7CCB0
(183,204,176)
#C7D7C2
(199,215,194)
#D7E2D4
(215,226,212)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477F32 color. Also use rgb(71,127,50) instead hex code.

Text Font Color

.myTextColor { color: #477F32; }

<p style="color:#477F32">This sample text font color is #477F32.</p>

This text font color is #477F32.


Background Color

.myBgColor { background-color: #477F32; }

<div style="background-color:#477F32">Inner text</div>

This div background color is #477F32.


Border color

.myBorderColor { border: 1px solid #477F32; }

<div style="border:3px solid #477F32">Div</div>

This div border color is #477F32.


Opacity

.myOpacity80 { color: #477F32; opacity: 0.8; }

<p style="color:#477F32;opacity:0.8;">80%</p>

Text with #477F32 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #477F32;}

<p style="text-shadow: 3px 3px 1px #477F32">Text here.</p>

This text has shadow with #477F32 color.

.textShadow {text-shadow: 3px 3px 1px #477F32, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #477F32, 5px 5px 20px red">Text here.</p>

This text has shadow with #477F32 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477F32, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#477F32, Direction=45, Strength=4)">Text</p>

This text has shadow with #477F32 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #477F32;
  -webkit-box-shadow:	1px 1px 3px 2px #477F32;
  box-shadow:		1px 1px 3px 2px #477F32;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477F32;
-webkit-box-shadow: 1px 1px 3px 2px #477F32;
box-shadow:1px 1px 3px 2px #477F32;">
Div content here</div>
This div box has shadow with color #477F32.

Preview

Color preview on black background

This text has color #477F32 on black background.


Color preview on white background

This text has color #477F32 on white background.



Black color preview on #477F32 background

This text has black color on #477F32 background.


White color preview on #477F32 background

This text has white color on #477F32 background.