COLOR #477545

HEX: #477545
RGB: (71,117,69)

Color info

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

RGB color model

#477545 color RGB value is (71,117,69).

  • red value is 71;
  • green value is 117;
  • blue value is 69.
RGB:
(71,117,69)
(28%,46%,27%)

RGB channels and saturation

R 71 of 255 = 28%
G 117 of 255 = 46%
B 69 of 255 = 27%

71
117
69

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

Portions of RGB colors in percentages

R + G + B =
71 + 117 + 69 = 257 (100%)
R 71 of 257 ~ 27.63%
G 117 of 257 ~ 45.53%
B 69 of 257 ~ 26.85%

%27.63
%45.53
%26.85

CMYK color model

#477545 color CMYK value is (39,0,41,54).

  • cyan value is 39.32%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 54.12%
CMYK:
(39,0,41,54)
C39M0Y41K54 
(39%,0%,41%,54%)
(0.39/0.00/0.41/0.54)	

CMYK percentages

%39.32
%0
%41.03
%54.12

Codes

Color #477545 in popluar color models

477545
RGB7111769
HSL118°25.81%36.47%
HSB/HSV118°41.03%45.88%
CMYK39.32%0.00%41.03%
54.12%

Color #477545 in popluar number systems.

HEX477545
Decimal7111769
Binary100011111101011000101
Octal107165105

Shades and tints

Shades of #477545

#477545
(71,117,69)
#416B3F
(65,107,63)
#3B6139
(59,97,57)
#355733
(53,87,51)
#2F4D2D
(47,77,45)
#294327
(41,67,39)
#233921
(35,57,33)
#1D2F1B
(29,47,27)
#172515
(23,37,21)
#111B0F
(17,27,15)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #477545

#477545
(71,117,69)
#578155
(87,129,85)
#678D65
(103,141,101)
#779975
(119,153,117)
#87A585
(135,165,133)
#97B195
(151,177,149)
#A7BDA5
(167,189,165)
#B7C9B5
(183,201,181)
#C7D5C5
(199,213,197)
#D7E1D5
(215,225,213)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477545 color. Also use rgb(71,117,69) instead hex code.

Text Font Color

.myTextColor { color: #477545; }

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

This text font color is #477545.


Background Color

.myBgColor { background-color: #477545; }

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

This div background color is #477545.


Border color

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

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

This div border color is #477545.


Opacity

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

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

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

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

This text has shadow with #477545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477545 on black background.


Color preview on white background

This text has color #477545 on white background.



Black color preview on #477545 background

This text has black color on #477545 background.


White color preview on #477545 background

This text has white color on #477545 background.