COLOR #477D2B

HEX: #477D2B RGB: (71,125,43)

Color info

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

RGB color model

#477D2B color RGB value is (71,125,43).

RGB: (71,125,43) (28%, 49%, 17%)

RGB channels and saturation

R 71 of 255 = 28%
G 125 of 255 = 49%
B 43 of 255 = 17%

71
125
43

R + G + B ~ 31%. #477D2B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 125 + 43 = 239 (100%)
R 71 of 239 ~ 29.71%
G 125 of 239 ~ 52.3%
B 43 of 239 ~ 17.99'%

%29.71
%52.3
%17.99

CMYK color model

#477D2B color CMYK value is (43,0,66,51).

  • cyan value is 43.20%
  • magenta value is 0.00%
  • yellow value is 65.60%
  • key color value is 50.98%

CMYK: (43,0,66,51)
C43M0Y66K51 (43%, 0%, 66%, 51%)
(0.43 / 0.00 / 0.66 / 0.51)

CMYK percentages

%43.2
%0
%65.6
%50.98

Codes

Color #477D2B in popluar color models

47 7D 2B
RGB 71 125 43
HSL 100° 48.81% 32.94%
HSB/HSV 100° 65.60% 49.02%
CMYK 43.20% 0.00% 65.60%
50.98%

Color #477D2B in popluar number systems.

HEX 47 7D 2B
Decimal 71 125 43
Binary 1000111 1111101 101011
Octal 107 175 53

Shades and tints

Shades of #477D2B

#477D2B
(71,125,43)
#417228
(65,114,40)
#3B6725
(59,103,37)
#355C22
(53,92,34)
#2F511F
(47,81,31)
#29461C
(41,70,28)
#233B19
(35,59,25)
#1D3016
(29,48,22)
#172513
(23,37,19)
#111A10
(17,26,16)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #477D2B

#477D2B
(71,125,43)
#57883E
(87,136,62)
#679351
(103,147,81)
#779E64
(119,158,100)
#87A977
(135,169,119)
#97B48A
(151,180,138)
#A7BF9D
(167,191,157)
#B7CAB0
(183,202,176)
#C7D5C3
(199,213,195)
#D7E0D6
(215,224,214)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477D2B; }

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

This text font color is #477D2B.

Background Color

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

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

This div background color is #477D2B.

Border color

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

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

This div border color is #477D2B.

Opacity

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

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

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

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

This text has shadow with #477D2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #477D2B.

Preview

Color preview on black background

This text has color #477D2B on black background.


Color preview on white background

This text has color #477D2B on white background.


Black color preview on #477D2B background

This text has black color on #477D2B background.


White color preview on #477D2B background

This text has white color on #477D2B background.


Related colors

Complementary color

Complementary color for #hex is #B882D4.


I love getcolorcode.com

Triadic colors

1 #2B477D and #7D2B47 with #477D2B are triadic colors.

2 #2B7D47 and #7D472B with #477D2B are triadic colors.