COLOR #474031

HEX: #474031
RGB: (71,64,49)

Color info

#474031 contains red, green and blue colors in about the same proportion. Web safe color of #474031 is #333333 (or #333).

RGB color model

#474031 color RGB value is (71,64,49).

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

RGB channels and saturation

R 71 of 255 = 28%
G 64 of 255 = 25%
B 49 of 255 = 19%

71
64
49

R + G + B ~ 24%. #474031 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 64 + 49 = 184 (100%)
R 71 of 184 ~ 38.59%
G 64 of 184 ~ 34.78%
B 49 of 184 ~ 26.63%

%38.59
%34.78
%26.63

CMYK color model

#474031 color CMYK value is (0,10,31,72).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 30.99%
  • key color value is 72.16%
CMYK:
(0,10,31,72)
C0M10Y31K72 
(0%,10%,31%,72%)
(0.00/0.10/0.31/0.72)	

CMYK percentages

%0
%9.86
%30.99
%72.16

Codes

Color #474031 in popluar color models

474031
RGB716449
HSL41°18.33%23.53%
HSB/HSV41°30.99%27.84%
CMYK0.00%9.86%30.99%
72.16%

Color #474031 in popluar number systems.

HEX474031
Decimal716449
Binary10001111000000110001
Octal10710061

Shades and tints

Shades of #474031

#474031
(71,64,49)
#413B2D
(65,59,45)
#3B3629
(59,54,41)
#353125
(53,49,37)
#2F2C21
(47,44,33)
#29271D
(41,39,29)
#232219
(35,34,25)
#1D1D15
(29,29,21)
#171811
(23,24,17)
#11130D
(17,19,13)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #474031

#474031
(71,64,49)
#575143
(87,81,67)
#676255
(103,98,85)
#777367
(119,115,103)
#878479
(135,132,121)
#97958B
(151,149,139)
#A7A69D
(167,166,157)
#B7B7AF
(183,183,175)
#C7C8C1
(199,200,193)
#D7D9D3
(215,217,211)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474031; }

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

This text font color is #474031.


Background Color

.myBgColor { background-color: #474031; }

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

This div background color is #474031.


Border color

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

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

This div border color is #474031.


Opacity

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

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

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

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

This text has shadow with #474031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474031 on black background.


Color preview on white background

This text has color #474031 on white background.



Black color preview on #474031 background

This text has black color on #474031 background.


White color preview on #474031 background

This text has white color on #474031 background.