COLOR #477448

HEX: #477448
RGB: (71,116,72)

Color info

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

RGB color model

#477448 color RGB value is (71,116,72).

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

RGB channels and saturation

R 71 of 255 = 28%
G 116 of 255 = 45%
B 72 of 255 = 28%

71
116
72

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

Portions of RGB colors in percentages

R + G + B =
71 + 116 + 72 = 259 (100%)
R 71 of 259 ~ 27.41%
G 116 of 259 ~ 44.79%
B 72 of 259 ~ 27.8%

%27.41
%44.79
%27.8

CMYK color model

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

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 54.51%
CMYK:
(39,0,38,55)
C39M0Y38K55 
(39%,0%,38%,55%)
(0.39/0.00/0.38/0.55)	

CMYK percentages

%38.79
%0
%37.93
%54.51

Codes

Color #477448 in popluar color models

477448
RGB7111672
HSL121°24.06%36.67%
HSB/HSV121°38.79%45.49%
CMYK38.79%0.00%37.93%
54.51%

Color #477448 in popluar number systems.

HEX477448
Decimal7111672
Binary100011111101001001000
Octal107164110

Shades and tints

Shades of #477448

#477448
(71,116,72)
#416A42
(65,106,66)
#3B603C
(59,96,60)
#355636
(53,86,54)
#2F4C30
(47,76,48)
#29422A
(41,66,42)
#233824
(35,56,36)
#1D2E1E
(29,46,30)
#172418
(23,36,24)
#111A12
(17,26,18)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #477448

#477448
(71,116,72)
#578058
(87,128,88)
#678C68
(103,140,104)
#779878
(119,152,120)
#87A488
(135,164,136)
#97B098
(151,176,152)
#A7BCA8
(167,188,168)
#B7C8B8
(183,200,184)
#C7D4C8
(199,212,200)
#D7E0D8
(215,224,216)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477448; }

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

This text font color is #477448.


Background Color

.myBgColor { background-color: #477448; }

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

This div background color is #477448.


Border color

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

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

This div border color is #477448.


Opacity

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

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

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

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

This text has shadow with #477448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477448 on black background.


Color preview on white background

This text has color #477448 on white background.



Black color preview on #477448 background

This text has black color on #477448 background.


White color preview on #477448 background

This text has white color on #477448 background.