COLOR #475347

HEX: #475347
RGB: (71,83,71)

Color info

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

RGB color model

#475347 color RGB value is (71,83,71).

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

RGB channels and saturation

R 71 of 255 = 28%
G 83 of 255 = 33%
B 71 of 255 = 28%

71
83
71

R + G + B ~ 30%. #475347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 83 + 71 = 225 (100%)
R 71 of 225 ~ 31.56%
G 83 of 225 ~ 36.89%
B 71 of 225 ~ 31.56%

%31.56
%36.89
%31.56

CMYK color model

#475347 color CMYK value is (14,0,14,67).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 67.45%
CMYK:
(14,0,14,67)
C14M0Y14K67 
(14%,0%,14%,67%)
(0.14/0.00/0.14/0.67)	

CMYK percentages

%14.46
%0
%14.46
%67.45

Codes

Color #475347 in popluar color models

475347
RGB718371
HSL120°7.79%30.20%
HSB/HSV120°14.46%32.55%
CMYK14.46%0.00%14.46%
67.45%

Color #475347 in popluar number systems.

HEX475347
Decimal718371
Binary100011110100111000111
Octal107123107

Shades and tints

Shades of #475347

#475347
(71,83,71)
#414C41
(65,76,65)
#3B453B
(59,69,59)
#353E35
(53,62,53)
#2F372F
(47,55,47)
#293029
(41,48,41)
#232923
(35,41,35)
#1D221D
(29,34,29)
#171B17
(23,27,23)
#111411
(17,20,17)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #475347

#475347
(71,83,71)
#576257
(87,98,87)
#677167
(103,113,103)
#778077
(119,128,119)
#878F87
(135,143,135)
#979E97
(151,158,151)
#A7ADA7
(167,173,167)
#B7BCB7
(183,188,183)
#C7CBC7
(199,203,199)
#D7DAD7
(215,218,215)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475347; }

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

This text font color is #475347.


Background Color

.myBgColor { background-color: #475347; }

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

This div background color is #475347.


Border color

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

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

This div border color is #475347.


Opacity

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

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

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

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

This text has shadow with #475347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475347 on black background.


Color preview on white background

This text has color #475347 on white background.



Black color preview on #475347 background

This text has black color on #475347 background.


White color preview on #475347 background

This text has white color on #475347 background.