COLOR #476448

HEX: #476448
RGB: (71,100,72)

Color info

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

RGB color model

#476448 color RGB value is (71,100,72).

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

RGB channels and saturation

R 71 of 255 = 28%
G 100 of 255 = 39%
B 72 of 255 = 28%

71
100
72

R + G + B ~ 32%. #476448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 100 + 72 = 243 (100%)
R 71 of 243 ~ 29.22%
G 100 of 243 ~ 41.15%
B 72 of 243 ~ 29.63%

%29.22
%41.15
%29.63

CMYK color model

#476448 color CMYK value is (29,0,28,61).

  • cyan value is 29.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 60.78%
CMYK:
(29,0,28,61)
C29M0Y28K61 
(29%,0%,28%,61%)
(0.29/0.00/0.28/0.61)	

CMYK percentages

%29
%0
%28
%60.78

Codes

Color #476448 in popluar color models

476448
RGB7110072
HSL122°16.96%33.53%
HSB/HSV122°29.00%39.22%
CMYK29.00%0.00%28.00%
60.78%

Color #476448 in popluar number systems.

HEX476448
Decimal7110072
Binary100011111001001001000
Octal107144110

Shades and tints

Shades of #476448

#476448
(71,100,72)
#415B42
(65,91,66)
#3B523C
(59,82,60)
#354936
(53,73,54)
#2F4030
(47,64,48)
#29372A
(41,55,42)
#232E24
(35,46,36)
#1D251E
(29,37,30)
#171C18
(23,28,24)
#111312
(17,19,18)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #476448

#476448
(71,100,72)
#577258
(87,114,88)
#678068
(103,128,104)
#778E78
(119,142,120)
#879C88
(135,156,136)
#97AA98
(151,170,152)
#A7B8A8
(167,184,168)
#B7C6B8
(183,198,184)
#C7D4C8
(199,212,200)
#D7E2D8
(215,226,216)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476448; }

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

This text font color is #476448.


Background Color

.myBgColor { background-color: #476448; }

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

This div background color is #476448.


Border color

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

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

This div border color is #476448.


Opacity

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

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

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

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

This text has shadow with #476448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476448 on black background.


Color preview on white background

This text has color #476448 on white background.



Black color preview on #476448 background

This text has black color on #476448 background.


White color preview on #476448 background

This text has white color on #476448 background.