COLOR #472F42

HEX: #472F42
RGB: (71,47,66)

Color info

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

RGB color model

#472F42 color RGB value is (71,47,66).

  • red value is 71;
  • green value is 47;
  • blue value is 66.
RGB:
(71,47,66)
(28%,18%,26%)

RGB channels and saturation

R 71 of 255 = 28%
G 47 of 255 = 18%
B 66 of 255 = 26%

71
47
66

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

Portions of RGB colors in percentages

R + G + B =
71 + 47 + 66 = 184 (100%)
R 71 of 184 ~ 38.59%
G 47 of 184 ~ 25.54%
B 66 of 184 ~ 35.87%

%38.59
%25.54
%35.87

CMYK color model

#472F42 color CMYK value is (0,34,7,72).

  • cyan value is 0.00%
  • magenta value is 33.80%
  • yellow value is 7.04%
  • key color value is 72.16%
CMYK:
(0,34,7,72)
C0M34Y7K72 
(0%,34%,7%,72%)
(0.00/0.34/0.07/0.72)	

CMYK percentages

%0
%33.8
%7.04
%72.16

Codes

Color #472F42 in popluar color models

472F42
RGB714766
HSL313°20.34%23.14%
HSB/HSV313°33.80%27.84%
CMYK0.00%33.80%7.04%
72.16%

Color #472F42 in popluar number systems.

HEX472F42
Decimal714766
Binary10001111011111000010
Octal10757102

Shades and tints

Shades of #472F42

#472F42
(71,47,66)
#412B3C
(65,43,60)
#3B2736
(59,39,54)
#352330
(53,35,48)
#2F1F2A
(47,31,42)
#291B24
(41,27,36)
#23171E
(35,23,30)
#1D1318
(29,19,24)
#170F12
(23,15,18)
#110B0C
(17,11,12)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #472F42

#472F42
(71,47,66)
#574153
(87,65,83)
#675364
(103,83,100)
#776575
(119,101,117)
#877786
(135,119,134)
#978997
(151,137,151)
#A79BA8
(167,155,168)
#B7ADB9
(183,173,185)
#C7BFCA
(199,191,202)
#D7D1DB
(215,209,219)
#E7E3EC
(231,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472F42 color. Also use rgb(71,47,66) instead hex code.

Text Font Color

.myTextColor { color: #472F42; }

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

This text font color is #472F42.


Background Color

.myBgColor { background-color: #472F42; }

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

This div background color is #472F42.


Border color

.myBorderColor { border: 1px solid #472F42; }

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

This div border color is #472F42.


Opacity

.myOpacity80 { color: #472F42; opacity: 0.8; }

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

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

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

This text has shadow with #472F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F42 on black background.


Color preview on white background

This text has color #472F42 on white background.



Black color preview on #472F42 background

This text has black color on #472F42 background.


White color preview on #472F42 background

This text has white color on #472F42 background.