COLOR #472A42

HEX: #472A42
RGB: (71,42,66)

Color info

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

RGB color model

#472A42 color RGB value is (71,42,66).

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

RGB channels and saturation

R 71 of 255 = 28%
G 42 of 255 = 16%
B 66 of 255 = 26%

71
42
66

R + G + B ~ 23%. #472A42 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 42 + 66 = 179 (100%)
R 71 of 179 ~ 39.66%
G 42 of 179 ~ 23.46%
B 66 of 179 ~ 36.87%

%39.66
%23.46
%36.87

CMYK color model

#472A42 color CMYK value is (0,41,7,72).

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 7.04%
  • key color value is 72.16%
CMYK:
(0,41,7,72)
C0M41Y7K72 
(0%,41%,7%,72%)
(0.00/0.41/0.07/0.72)	

CMYK percentages

%0
%40.85
%7.04
%72.16

Codes

Color #472A42 in popluar color models

472A42
RGB714266
HSL310°25.66%22.16%
HSB/HSV310°40.85%27.84%
CMYK0.00%40.85%7.04%
72.16%

Color #472A42 in popluar number systems.

HEX472A42
Decimal714266
Binary10001111010101000010
Octal10752102

Shades and tints

Shades of #472A42

#472A42
(71,42,66)
#41273C
(65,39,60)
#3B2436
(59,36,54)
#352130
(53,33,48)
#2F1E2A
(47,30,42)
#291B24
(41,27,36)
#23181E
(35,24,30)
#1D1518
(29,21,24)
#171212
(23,18,18)
#110F0C
(17,15,12)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #472A42

#472A42
(71,42,66)
#573D53
(87,61,83)
#675064
(103,80,100)
#776375
(119,99,117)
#877686
(135,118,134)
#978997
(151,137,151)
#A79CA8
(167,156,168)
#B7AFB9
(183,175,185)
#C7C2CA
(199,194,202)
#D7D5DB
(215,213,219)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472A42; }

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

This text font color is #472A42.


Background Color

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

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

This div background color is #472A42.


Border color

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

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

This div border color is #472A42.


Opacity

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

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

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

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

This text has shadow with #472A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472A42 on black background.


Color preview on white background

This text has color #472A42 on white background.



Black color preview on #472A42 background

This text has black color on #472A42 background.


White color preview on #472A42 background

This text has white color on #472A42 background.