COLOR #472A51

HEX: #472A51
RGB: (71,42,81)

Color info

#472A51 contains red, green and blue colors in about the same proportion. Web safe color of #472A51 is #333366 (or #336).

RGB color model

#472A51 color RGB value is (71,42,81).

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

RGB channels and saturation

R 71 of 255 = 28%
G 42 of 255 = 16%
B 81 of 255 = 32%

71
42
81

R + G + B ~ 25%. #472A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 42 + 81 = 194 (100%)
R 71 of 194 ~ 36.6%
G 42 of 194 ~ 21.65%
B 81 of 194 ~ 41.75%

%36.6
%21.65
%41.75

CMYK color model

#472A51 color CMYK value is (12,48,0,68).

  • cyan value is 12.35%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(12,48,0,68)
C12M48Y0K68 
(12%,48%,0%,68%)
(0.12/0.48/0.00/0.68)	

CMYK percentages

%12.35
%48.15
%0
%68.24

Codes

Color #472A51 in popluar color models

472A51
RGB714281
HSL285°31.71%24.12%
HSB/HSV285°48.15%31.76%
CMYK12.35%48.15%0.00%
68.24%

Color #472A51 in popluar number systems.

HEX472A51
Decimal714281
Binary10001111010101010001
Octal10752121

Shades and tints

Shades of #472A51

#472A51
(71,42,81)
#41274A
(65,39,74)
#3B2443
(59,36,67)
#35213C
(53,33,60)
#2F1E35
(47,30,53)
#291B2E
(41,27,46)
#231827
(35,24,39)
#1D1520
(29,21,32)
#171219
(23,18,25)
#110F12
(17,15,18)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #472A51

#472A51
(71,42,81)
#573D60
(87,61,96)
#67506F
(103,80,111)
#77637E
(119,99,126)
#87768D
(135,118,141)
#97899C
(151,137,156)
#A79CAB
(167,156,171)
#B7AFBA
(183,175,186)
#C7C2C9
(199,194,201)
#D7D5D8
(215,213,216)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472A51; }

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

This text font color is #472A51.


Background Color

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

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

This div background color is #472A51.


Border color

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

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

This div border color is #472A51.


Opacity

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

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

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

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

This text has shadow with #472A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472A51 on black background.


Color preview on white background

This text has color #472A51 on white background.



Black color preview on #472A51 background

This text has black color on #472A51 background.


White color preview on #472A51 background

This text has white color on #472A51 background.