COLOR #477D30

HEX: #477D30
RGB: (71,125,48)

Color info

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

RGB color model

#477D30 color RGB value is (71,125,48).

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

RGB channels and saturation

R 71 of 255 = 28%
G 125 of 255 = 49%
B 48 of 255 = 19%

71
125
48

R + G + B ~ 32%. #477D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 125 + 48 = 244 (100%)
R 71 of 244 ~ 29.1%
G 125 of 244 ~ 51.23%
B 48 of 244 ~ 19.67%

%29.1
%51.23
%19.67

CMYK color model

#477D30 color CMYK value is (43,0,62,51).

  • cyan value is 43.20%
  • magenta value is 0.00%
  • yellow value is 61.60%
  • key color value is 50.98%
CMYK:
(43,0,62,51)
C43M0Y62K51 
(43%,0%,62%,51%)
(0.43/0.00/0.62/0.51)	

CMYK percentages

%43.2
%0
%61.6
%50.98

Codes

Color #477D30 in popluar color models

477D30
RGB7112548
HSL102°44.51%33.92%
HSB/HSV102°61.60%49.02%
CMYK43.20%0.00%61.60%
50.98%

Color #477D30 in popluar number systems.

HEX477D30
Decimal7112548
Binary10001111111101110000
Octal10717560

Shades and tints

Shades of #477D30

#477D30
(71,125,48)
#41722C
(65,114,44)
#3B6728
(59,103,40)
#355C24
(53,92,36)
#2F5120
(47,81,32)
#29461C
(41,70,28)
#233B18
(35,59,24)
#1D3014
(29,48,20)
#172510
(23,37,16)
#111A0C
(17,26,12)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #477D30

#477D30
(71,125,48)
#578842
(87,136,66)
#679354
(103,147,84)
#779E66
(119,158,102)
#87A978
(135,169,120)
#97B48A
(151,180,138)
#A7BF9C
(167,191,156)
#B7CAAE
(183,202,174)
#C7D5C0
(199,213,192)
#D7E0D2
(215,224,210)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477D30; }

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

This text font color is #477D30.


Background Color

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

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

This div background color is #477D30.


Border color

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

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

This div border color is #477D30.


Opacity

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

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

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

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

This text has shadow with #477D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477D30 on black background.


Color preview on white background

This text has color #477D30 on white background.



Black color preview on #477D30 background

This text has black color on #477D30 background.


White color preview on #477D30 background

This text has white color on #477D30 background.