COLOR #475331

HEX: #475331
RGB: (71,83,49)

Color info

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

RGB color model

#475331 color RGB value is (71,83,49).

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

RGB channels and saturation

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

71
83
49

R + G + B ~ 27%. #475331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 83 + 49 = 203 (100%)
R 71 of 203 ~ 34.98%
G 83 of 203 ~ 40.89%
B 49 of 203 ~ 24.14%

%34.98
%40.89
%24.14

CMYK color model

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

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

CMYK percentages

%14.46
%0
%40.96
%67.45

Codes

Color #475331 in popluar color models

475331
RGB718349
HSL81°25.76%25.88%
HSB/HSV81°40.96%32.55%
CMYK14.46%0.00%40.96%
67.45%

Color #475331 in popluar number systems.

HEX475331
Decimal718349
Binary10001111010011110001
Octal10712361

Shades and tints

Shades of #475331

#475331
(71,83,49)
#414C2D
(65,76,45)
#3B4529
(59,69,41)
#353E25
(53,62,37)
#2F3721
(47,55,33)
#29301D
(41,48,29)
#232919
(35,41,25)
#1D2215
(29,34,21)
#171B11
(23,27,17)
#11140D
(17,20,13)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #475331

#475331
(71,83,49)
#576243
(87,98,67)
#677155
(103,113,85)
#778067
(119,128,103)
#878F79
(135,143,121)
#979E8B
(151,158,139)
#A7AD9D
(167,173,157)
#B7BCAF
(183,188,175)
#C7CBC1
(199,203,193)
#D7DAD3
(215,218,211)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475331; }

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

This text font color is #475331.


Background Color

.myBgColor { background-color: #475331; }

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

This div background color is #475331.


Border color

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

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

This div border color is #475331.


Opacity

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

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

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

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

This text has shadow with #475331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475331 on black background.


Color preview on white background

This text has color #475331 on white background.



Black color preview on #475331 background

This text has black color on #475331 background.


White color preview on #475331 background

This text has white color on #475331 background.