COLOR #477346

HEX: #477346
RGB: (71,115,70)

Color info

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

RGB color model

#477346 color RGB value is (71,115,70).

  • red value is 71;
  • green value is 115;
  • blue value is 70.
RGB:
(71,115,70)
(28%,45%,27%)

RGB channels and saturation

R 71 of 255 = 28%
G 115 of 255 = 45%
B 70 of 255 = 27%

71
115
70

R + G + B ~ 33%. #477346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 115 + 70 = 256 (100%)
R 71 of 256 ~ 27.73%
G 115 of 256 ~ 44.92%
B 70 of 256 ~ 27.34%

%27.73
%44.92
%27.34

CMYK color model

#477346 color CMYK value is (38,0,39,55).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 54.90%
CMYK:
(38,0,39,55)
C38M0Y39K55 
(38%,0%,39%,55%)
(0.38/0.00/0.39/0.55)	

CMYK percentages

%38.26
%0
%39.13
%54.9

Codes

Color #477346 in popluar color models

477346
RGB7111570
HSL119°24.32%36.27%
HSB/HSV119°39.13%45.10%
CMYK38.26%0.00%39.13%
54.90%

Color #477346 in popluar number systems.

HEX477346
Decimal7111570
Binary100011111100111000110
Octal107163106

Shades and tints

Shades of #477346

#477346
(71,115,70)
#416940
(65,105,64)
#3B5F3A
(59,95,58)
#355534
(53,85,52)
#2F4B2E
(47,75,46)
#294128
(41,65,40)
#233722
(35,55,34)
#1D2D1C
(29,45,28)
#172316
(23,35,22)
#111910
(17,25,16)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #477346

#477346
(71,115,70)
#577F56
(87,127,86)
#678B66
(103,139,102)
#779776
(119,151,118)
#87A386
(135,163,134)
#97AF96
(151,175,150)
#A7BBA6
(167,187,166)
#B7C7B6
(183,199,182)
#C7D3C6
(199,211,198)
#D7DFD6
(215,223,214)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477346 color. Also use rgb(71,115,70) instead hex code.

Text Font Color

.myTextColor { color: #477346; }

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

This text font color is #477346.


Background Color

.myBgColor { background-color: #477346; }

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

This div background color is #477346.


Border color

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

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

This div border color is #477346.


Opacity

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

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

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

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

This text has shadow with #477346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477346 on black background.


Color preview on white background

This text has color #477346 on white background.



Black color preview on #477346 background

This text has black color on #477346 background.


White color preview on #477346 background

This text has white color on #477346 background.