COLOR #477248

HEX: #477248
RGB: (71,114,72)

Color info

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

RGB color model

#477248 color RGB value is (71,114,72).

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

RGB channels and saturation

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

71
114
72

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

Portions of RGB colors in percentages

R + G + B =
71 + 114 + 72 = 257 (100%)
R 71 of 257 ~ 27.63%
G 114 of 257 ~ 44.36%
B 72 of 257 ~ 28.02%

%27.63
%44.36
%28.02

CMYK color model

#477248 color CMYK value is (38,0,37,55).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 55.29%
CMYK:
(38,0,37,55)
C38M0Y37K55 
(38%,0%,37%,55%)
(0.38/0.00/0.37/0.55)	

CMYK percentages

%37.72
%0
%36.84
%55.29

Codes

Color #477248 in popluar color models

477248
RGB7111472
HSL121°23.24%36.27%
HSB/HSV121°37.72%44.71%
CMYK37.72%0.00%36.84%
55.29%

Color #477248 in popluar number systems.

HEX477248
Decimal7111472
Binary100011111100101001000
Octal107162110

Shades and tints

Shades of #477248

#477248
(71,114,72)
#416842
(65,104,66)
#3B5E3C
(59,94,60)
#355436
(53,84,54)
#2F4A30
(47,74,48)
#29402A
(41,64,42)
#233624
(35,54,36)
#1D2C1E
(29,44,30)
#172218
(23,34,24)
#111812
(17,24,18)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #477248

#477248
(71,114,72)
#577E58
(87,126,88)
#678A68
(103,138,104)
#779678
(119,150,120)
#87A288
(135,162,136)
#97AE98
(151,174,152)
#A7BAA8
(167,186,168)
#B7C6B8
(183,198,184)
#C7D2C8
(199,210,200)
#D7DED8
(215,222,216)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477248; }

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

This text font color is #477248.


Background Color

.myBgColor { background-color: #477248; }

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

This div background color is #477248.


Border color

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

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

This div border color is #477248.


Opacity

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

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

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

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

This text has shadow with #477248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477248 on black background.


Color preview on white background

This text has color #477248 on white background.



Black color preview on #477248 background

This text has black color on #477248 background.


White color preview on #477248 background

This text has white color on #477248 background.