COLOR #477E4D

HEX: #477E4D
RGB: (71,126,77)

Color info

#477E4D contains red, green and blue colors in about the same proportion. Web safe color of #477E4D is #336633 (or #363).

RGB color model

#477E4D color RGB value is (71,126,77).

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

RGB channels and saturation

R 71 of 255 = 28%
G 126 of 255 = 49%
B 77 of 255 = 30%

71
126
77

R + G + B ~ 36%. #477E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 126 + 77 = 274 (100%)
R 71 of 274 ~ 25.91%
G 126 of 274 ~ 45.99%
B 77 of 274 ~ 28.1%

%25.91
%45.99
%28.1

CMYK color model

#477E4D color CMYK value is (44,0,39,51).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 50.59%
CMYK:
(44,0,39,51)
C44M0Y39K51 
(44%,0%,39%,51%)
(0.44/0.00/0.39/0.51)	

CMYK percentages

%43.65
%0
%38.89
%50.59

Codes

Color #477E4D in popluar color models

477E4D
RGB7112677
HSL127°27.92%38.63%
HSB/HSV127°43.65%49.41%
CMYK43.65%0.00%38.89%
50.59%

Color #477E4D in popluar number systems.

HEX477E4D
Decimal7112677
Binary100011111111101001101
Octal107176115

Shades and tints

Shades of #477E4D

#477E4D
(71,126,77)
#417346
(65,115,70)
#3B683F
(59,104,63)
#355D38
(53,93,56)
#2F5231
(47,82,49)
#29472A
(41,71,42)
#233C23
(35,60,35)
#1D311C
(29,49,28)
#172615
(23,38,21)
#111B0E
(17,27,14)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #477E4D

#477E4D
(71,126,77)
#57895D
(87,137,93)
#67946D
(103,148,109)
#779F7D
(119,159,125)
#87AA8D
(135,170,141)
#97B59D
(151,181,157)
#A7C0AD
(167,192,173)
#B7CBBD
(183,203,189)
#C7D6CD
(199,214,205)
#D7E1DD
(215,225,221)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477E4D; }

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

This text font color is #477E4D.


Background Color

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

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

This div background color is #477E4D.


Border color

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

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

This div border color is #477E4D.


Opacity

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

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

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

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

This text has shadow with #477E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477E4D on black background.


Color preview on white background

This text has color #477E4D on white background.



Black color preview on #477E4D background

This text has black color on #477E4D background.


White color preview on #477E4D background

This text has white color on #477E4D background.