COLOR #475047

HEX: #475047
RGB: (71,80,71)

Color info

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

RGB color model

#475047 color RGB value is (71,80,71).

  • red value is 71;
  • green value is 80;
  • blue value is 71.
RGB:
(71,80,71)
(28%,31%,28%)

RGB channels and saturation

R 71 of 255 = 28%
G 80 of 255 = 31%
B 71 of 255 = 28%

71
80
71

R + G + B ~ 29%. #475047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 80 + 71 = 222 (100%)
R 71 of 222 ~ 31.98%
G 80 of 222 ~ 36.04%
B 71 of 222 ~ 31.98%

%31.98
%36.04
%31.98

CMYK color model

#475047 color CMYK value is (11,0,11,69).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(11,0,11,69)
C11M0Y11K69 
(11%,0%,11%,69%)
(0.11/0.00/0.11/0.69)	

CMYK percentages

%11.25
%0
%11.25
%68.63

Codes

Color #475047 in popluar color models

475047
RGB718071
HSL120°5.96%29.61%
HSB/HSV120°11.25%31.37%
CMYK11.25%0.00%11.25%
68.63%

Color #475047 in popluar number systems.

HEX475047
Decimal718071
Binary100011110100001000111
Octal107120107

Shades and tints

Shades of #475047

#475047
(71,80,71)
#414941
(65,73,65)
#3B423B
(59,66,59)
#353B35
(53,59,53)
#2F342F
(47,52,47)
#292D29
(41,45,41)
#232623
(35,38,35)
#1D1F1D
(29,31,29)
#171817
(23,24,23)
#111111
(17,17,17)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #475047

#475047
(71,80,71)
#575F57
(87,95,87)
#676E67
(103,110,103)
#777D77
(119,125,119)
#878C87
(135,140,135)
#979B97
(151,155,151)
#A7AAA7
(167,170,167)
#B7B9B7
(183,185,183)
#C7C8C7
(199,200,199)
#D7D7D7
(215,215,215)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475047; }

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

This text font color is #475047.


Background Color

.myBgColor { background-color: #475047; }

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

This div background color is #475047.


Border color

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

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

This div border color is #475047.


Opacity

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

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

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

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

This text has shadow with #475047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475047 on black background.


Color preview on white background

This text has color #475047 on white background.



Black color preview on #475047 background

This text has black color on #475047 background.


White color preview on #475047 background

This text has white color on #475047 background.