COLOR #477930

HEX: #477930
RGB: (71,121,48)

Color info

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

RGB color model

#477930 color RGB value is (71,121,48).

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

RGB channels and saturation

R 71 of 255 = 28%
G 121 of 255 = 47%
B 48 of 255 = 19%

71
121
48

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

Portions of RGB colors in percentages

R + G + B =
71 + 121 + 48 = 240 (100%)
R 71 of 240 ~ 29.58%
G 121 of 240 ~ 50.42%
B 48 of 240 ~ 20%

%29.58
%50.42
%20

CMYK color model

#477930 color CMYK value is (41,0,60,53).

  • cyan value is 41.32%
  • magenta value is 0.00%
  • yellow value is 60.33%
  • key color value is 52.55%
CMYK:
(41,0,60,53)
C41M0Y60K53 
(41%,0%,60%,53%)
(0.41/0.00/0.60/0.53)	

CMYK percentages

%41.32
%0
%60.33
%52.55

Codes

Color #477930 in popluar color models

477930
RGB7112148
HSL101°43.20%33.14%
HSB/HSV101°60.33%47.45%
CMYK41.32%0.00%60.33%
52.55%

Color #477930 in popluar number systems.

HEX477930
Decimal7112148
Binary10001111111001110000
Octal10717160

Shades and tints

Shades of #477930

#477930
(71,121,48)
#416E2C
(65,110,44)
#3B6328
(59,99,40)
#355824
(53,88,36)
#2F4D20
(47,77,32)
#29421C
(41,66,28)
#233718
(35,55,24)
#1D2C14
(29,44,20)
#172110
(23,33,16)
#11160C
(17,22,12)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #477930

#477930
(71,121,48)
#578542
(87,133,66)
#679154
(103,145,84)
#779D66
(119,157,102)
#87A978
(135,169,120)
#97B58A
(151,181,138)
#A7C19C
(167,193,156)
#B7CDAE
(183,205,174)
#C7D9C0
(199,217,192)
#D7E5D2
(215,229,210)
#E7F1E4
(231,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477930; }

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

This text font color is #477930.


Background Color

.myBgColor { background-color: #477930; }

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

This div background color is #477930.


Border color

.myBorderColor { border: 1px solid #477930; }

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

This div border color is #477930.


Opacity

.myOpacity80 { color: #477930; opacity: 0.8; }

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

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

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

This text has shadow with #477930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477930 on black background.


Color preview on white background

This text has color #477930 on white background.



Black color preview on #477930 background

This text has black color on #477930 background.


White color preview on #477930 background

This text has white color on #477930 background.