COLOR #477548

HEX: #477548
RGB: (71,117,72)

Color info

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

RGB color model

#477548 color RGB value is (71,117,72).

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

RGB channels and saturation

R 71 of 255 = 28%
G 117 of 255 = 46%
B 72 of 255 = 28%

71
117
72

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

Portions of RGB colors in percentages

R + G + B =
71 + 117 + 72 = 260 (100%)
R 71 of 260 ~ 27.31%
G 117 of 260 ~ 45%
B 72 of 260 ~ 27.69%

%27.31
%45
%27.69

CMYK color model

#477548 color CMYK value is (39,0,38,54).

  • cyan value is 39.32%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 54.12%
CMYK:
(39,0,38,54)
C39M0Y38K54 
(39%,0%,38%,54%)
(0.39/0.00/0.38/0.54)	

CMYK percentages

%39.32
%0
%38.46
%54.12

Codes

Color #477548 in popluar color models

477548
RGB7111772
HSL121°24.47%36.86%
HSB/HSV121°39.32%45.88%
CMYK39.32%0.00%38.46%
54.12%

Color #477548 in popluar number systems.

HEX477548
Decimal7111772
Binary100011111101011001000
Octal107165110

Shades and tints

Shades of #477548

#477548
(71,117,72)
#416B42
(65,107,66)
#3B613C
(59,97,60)
#355736
(53,87,54)
#2F4D30
(47,77,48)
#29432A
(41,67,42)
#233924
(35,57,36)
#1D2F1E
(29,47,30)
#172518
(23,37,24)
#111B12
(17,27,18)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #477548

#477548
(71,117,72)
#578158
(87,129,88)
#678D68
(103,141,104)
#779978
(119,153,120)
#87A588
(135,165,136)
#97B198
(151,177,152)
#A7BDA8
(167,189,168)
#B7C9B8
(183,201,184)
#C7D5C8
(199,213,200)
#D7E1D8
(215,225,216)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477548; }

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

This text font color is #477548.


Background Color

.myBgColor { background-color: #477548; }

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

This div background color is #477548.


Border color

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

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

This div border color is #477548.


Opacity

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

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

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

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

This text has shadow with #477548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477548 on black background.


Color preview on white background

This text has color #477548 on white background.



Black color preview on #477548 background

This text has black color on #477548 background.


White color preview on #477548 background

This text has white color on #477548 background.