COLOR #472D59

HEX: #472D59
RGB: (71,45,89)

Color info

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

RGB color model

#472D59 color RGB value is (71,45,89).

  • red value is 71;
  • green value is 45;
  • blue value is 89.
RGB:
(71,45,89)
(28%,18%,35%)

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 89 of 255 = 35%

71
45
89

R + G + B ~ 27%. #472D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 45 + 89 = 205 (100%)
R 71 of 205 ~ 34.63%
G 45 of 205 ~ 21.95%
B 89 of 205 ~ 43.41%

%34.63
%21.95
%43.41

CMYK color model

#472D59 color CMYK value is (20,49,0,65).

  • cyan value is 20.22%
  • magenta value is 49.44%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(20,49,0,65)
C20M49Y0K65 
(20%,49%,0%,65%)
(0.20/0.49/0.00/0.65)	

CMYK percentages

%20.22
%49.44
%0
%65.1

Codes

Color #472D59 in popluar color models

472D59
RGB714589
HSL275°32.84%26.27%
HSB/HSV275°49.44%34.90%
CMYK20.22%49.44%0.00%
65.10%

Color #472D59 in popluar number systems.

HEX472D59
Decimal714589
Binary10001111011011011001
Octal10755131

Shades and tints

Shades of #472D59

#472D59
(71,45,89)
#412951
(65,41,81)
#3B2549
(59,37,73)
#352141
(53,33,65)
#2F1D39
(47,29,57)
#291931
(41,25,49)
#231529
(35,21,41)
#1D1121
(29,17,33)
#170D19
(23,13,25)
#110911
(17,9,17)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #472D59

#472D59
(71,45,89)
#574068
(87,64,104)
#675377
(103,83,119)
#776686
(119,102,134)
#877995
(135,121,149)
#978CA4
(151,140,164)
#A79FB3
(167,159,179)
#B7B2C2
(183,178,194)
#C7C5D1
(199,197,209)
#D7D8E0
(215,216,224)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472D59 color. Also use rgb(71,45,89) instead hex code.

Text Font Color

.myTextColor { color: #472D59; }

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

This text font color is #472D59.


Background Color

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

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

This div background color is #472D59.


Border color

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

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

This div border color is #472D59.


Opacity

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

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

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

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

This text has shadow with #472D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D59 on black background.


Color preview on white background

This text has color #472D59 on white background.



Black color preview on #472D59 background

This text has black color on #472D59 background.


White color preview on #472D59 background

This text has white color on #472D59 background.