COLOR #477D41

HEX: #477D41
RGB: (71,125,65)

Color info

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

RGB color model

#477D41 color RGB value is (71,125,65).

  • red value is 71;
  • green value is 125;
  • blue value is 65.
RGB:
(71,125,65)
(28%,49%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 125 of 255 = 49%
B 65 of 255 = 25%

71
125
65

R + G + B ~ 34%. #477D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 125 + 65 = 261 (100%)
R 71 of 261 ~ 27.2%
G 125 of 261 ~ 47.89%
B 65 of 261 ~ 24.9%

%27.2
%47.89
%24.9

CMYK color model

#477D41 color CMYK value is (43,0,48,51).

  • cyan value is 43.20%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 50.98%
CMYK:
(43,0,48,51)
C43M0Y48K51 
(43%,0%,48%,51%)
(0.43/0.00/0.48/0.51)	

CMYK percentages

%43.2
%0
%48
%50.98

Codes

Color #477D41 in popluar color models

477D41
RGB7112565
HSL114°31.58%37.25%
HSB/HSV114°48.00%49.02%
CMYK43.20%0.00%48.00%
50.98%

Color #477D41 in popluar number systems.

HEX477D41
Decimal7112565
Binary100011111111011000001
Octal107175101

Shades and tints

Shades of #477D41

#477D41
(71,125,65)
#41723C
(65,114,60)
#3B6737
(59,103,55)
#355C32
(53,92,50)
#2F512D
(47,81,45)
#294628
(41,70,40)
#233B23
(35,59,35)
#1D301E
(29,48,30)
#172519
(23,37,25)
#111A14
(17,26,20)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #477D41

#477D41
(71,125,65)
#578852
(87,136,82)
#679363
(103,147,99)
#779E74
(119,158,116)
#87A985
(135,169,133)
#97B496
(151,180,150)
#A7BFA7
(167,191,167)
#B7CAB8
(183,202,184)
#C7D5C9
(199,213,201)
#D7E0DA
(215,224,218)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477D41 color. Also use rgb(71,125,65) instead hex code.

Text Font Color

.myTextColor { color: #477D41; }

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

This text font color is #477D41.


Background Color

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

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

This div background color is #477D41.


Border color

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

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

This div border color is #477D41.


Opacity

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

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

Text with #477D41 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 #477D41;}

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

This text has shadow with #477D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477D41 on black background.


Color preview on white background

This text has color #477D41 on white background.



Black color preview on #477D41 background

This text has black color on #477D41 background.


White color preview on #477D41 background

This text has white color on #477D41 background.