COLOR #477842

HEX: #477842
RGB: (71,120,66)

Color info

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

RGB color model

#477842 color RGB value is (71,120,66).

  • red value is 71;
  • green value is 120;
  • blue value is 66.
RGB:
(71,120,66)
(28%,47%,26%)

RGB channels and saturation

R 71 of 255 = 28%
G 120 of 255 = 47%
B 66 of 255 = 26%

71
120
66

R + G + B ~ 34%. #477842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 120 + 66 = 257 (100%)
R 71 of 257 ~ 27.63%
G 120 of 257 ~ 46.69%
B 66 of 257 ~ 25.68%

%27.63
%46.69
%25.68

CMYK color model

#477842 color CMYK value is (41,0,45,53).

  • cyan value is 40.83%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 52.94%
CMYK:
(41,0,45,53)
C41M0Y45K53 
(41%,0%,45%,53%)
(0.41/0.00/0.45/0.53)	

CMYK percentages

%40.83
%0
%45
%52.94

Codes

Color #477842 in popluar color models

477842
RGB7112066
HSL114°29.03%36.47%
HSB/HSV114°45.00%47.06%
CMYK40.83%0.00%45.00%
52.94%

Color #477842 in popluar number systems.

HEX477842
Decimal7112066
Binary100011111110001000010
Octal107170102

Shades and tints

Shades of #477842

#477842
(71,120,66)
#416E3C
(65,110,60)
#3B6436
(59,100,54)
#355A30
(53,90,48)
#2F502A
(47,80,42)
#294624
(41,70,36)
#233C1E
(35,60,30)
#1D3218
(29,50,24)
#172812
(23,40,18)
#111E0C
(17,30,12)
#0B1406
(11,20,6)
#000000
(0,0,0)

Tints of #477842

#477842
(71,120,66)
#578453
(87,132,83)
#679064
(103,144,100)
#779C75
(119,156,117)
#87A886
(135,168,134)
#97B497
(151,180,151)
#A7C0A8
(167,192,168)
#B7CCB9
(183,204,185)
#C7D8CA
(199,216,202)
#D7E4DB
(215,228,219)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477842 color. Also use rgb(71,120,66) instead hex code.

Text Font Color

.myTextColor { color: #477842; }

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

This text font color is #477842.


Background Color

.myBgColor { background-color: #477842; }

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

This div background color is #477842.


Border color

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

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

This div border color is #477842.


Opacity

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

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

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

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

This text has shadow with #477842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477842 on black background.


Color preview on white background

This text has color #477842 on white background.



Black color preview on #477842 background

This text has black color on #477842 background.


White color preview on #477842 background

This text has white color on #477842 background.