COLOR #472A4F

HEX: #472A4F
RGB: (71,42,79)

Color info

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

RGB color model

#472A4F color RGB value is (71,42,79).

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

RGB channels and saturation

R 71 of 255 = 28%
G 42 of 255 = 16%
B 79 of 255 = 31%

71
42
79

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

Portions of RGB colors in percentages

R + G + B =
71 + 42 + 79 = 192 (100%)
R 71 of 192 ~ 36.98%
G 42 of 192 ~ 21.88%
B 79 of 192 ~ 41.15%

%36.98
%21.88
%41.15

CMYK color model

#472A4F color CMYK value is (10,47,0,69).

  • cyan value is 10.13%
  • magenta value is 46.84%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(10,47,0,69)
C10M47Y0K69 
(10%,47%,0%,69%)
(0.10/0.47/0.00/0.69)	

CMYK percentages

%10.13
%46.84
%0
%69.02

Codes

Color #472A4F in popluar color models

472A4F
RGB714279
HSL287°30.58%23.73%
HSB/HSV287°46.84%30.98%
CMYK10.13%46.84%0.00%
69.02%

Color #472A4F in popluar number systems.

HEX472A4F
Decimal714279
Binary10001111010101001111
Octal10752117

Shades and tints

Shades of #472A4F

#472A4F
(71,42,79)
#412748
(65,39,72)
#3B2441
(59,36,65)
#35213A
(53,33,58)
#2F1E33
(47,30,51)
#291B2C
(41,27,44)
#231825
(35,24,37)
#1D151E
(29,21,30)
#171217
(23,18,23)
#110F10
(17,15,16)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #472A4F

#472A4F
(71,42,79)
#573D5F
(87,61,95)
#67506F
(103,80,111)
#77637F
(119,99,127)
#87768F
(135,118,143)
#97899F
(151,137,159)
#A79CAF
(167,156,175)
#B7AFBF
(183,175,191)
#C7C2CF
(199,194,207)
#D7D5DF
(215,213,223)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472A4F; }

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

This text font color is #472A4F.


Background Color

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

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

This div background color is #472A4F.


Border color

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

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

This div border color is #472A4F.


Opacity

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

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

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

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

This text has shadow with #472A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472A4F on black background.


Color preview on white background

This text has color #472A4F on white background.



Black color preview on #472A4F background

This text has black color on #472A4F background.


White color preview on #472A4F background

This text has white color on #472A4F background.