COLOR #477E28

HEX: #477E28
RGB: (71,126,40)

Color info

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

RGB color model

#477E28 color RGB value is (71,126,40).

  • red value is 71;
  • green value is 126;
  • blue value is 40.
RGB:
(71,126,40)
(28%,49%,16%)

RGB channels and saturation

R 71 of 255 = 28%
G 126 of 255 = 49%
B 40 of 255 = 16%

71
126
40

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

Portions of RGB colors in percentages

R + G + B =
71 + 126 + 40 = 237 (100%)
R 71 of 237 ~ 29.96%
G 126 of 237 ~ 53.16%
B 40 of 237 ~ 16.88%

%29.96
%53.16
%16.88

CMYK color model

#477E28 color CMYK value is (44,0,68,51).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 68.25%
  • key color value is 50.59%
CMYK:
(44,0,68,51)
C44M0Y68K51 
(44%,0%,68%,51%)
(0.44/0.00/0.68/0.51)	

CMYK percentages

%43.65
%0
%68.25
%50.59

Codes

Color #477E28 in popluar color models

477E28
RGB7112640
HSL98°51.81%32.55%
HSB/HSV98°68.25%49.41%
CMYK43.65%0.00%68.25%
50.59%

Color #477E28 in popluar number systems.

HEX477E28
Decimal7112640
Binary10001111111110101000
Octal10717650

Shades and tints

Shades of #477E28

#477E28
(71,126,40)
#417325
(65,115,37)
#3B6822
(59,104,34)
#355D1F
(53,93,31)
#2F521C
(47,82,28)
#294719
(41,71,25)
#233C16
(35,60,22)
#1D3113
(29,49,19)
#172610
(23,38,16)
#111B0D
(17,27,13)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #477E28

#477E28
(71,126,40)
#57893B
(87,137,59)
#67944E
(103,148,78)
#779F61
(119,159,97)
#87AA74
(135,170,116)
#97B587
(151,181,135)
#A7C09A
(167,192,154)
#B7CBAD
(183,203,173)
#C7D6C0
(199,214,192)
#D7E1D3
(215,225,211)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477E28 color. Also use rgb(71,126,40) instead hex code.

Text Font Color

.myTextColor { color: #477E28; }

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

This text font color is #477E28.


Background Color

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

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

This div background color is #477E28.


Border color

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

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

This div border color is #477E28.


Opacity

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

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

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

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

This text has shadow with #477E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477E28 on black background.


Color preview on white background

This text has color #477E28 on white background.



Black color preview on #477E28 background

This text has black color on #477E28 background.


White color preview on #477E28 background

This text has white color on #477E28 background.