COLOR #472F5D

HEX: #472F5D
RGB: (71,47,93)

Color info

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

RGB color model

#472F5D color RGB value is (71,47,93).

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

RGB channels and saturation

R 71 of 255 = 28%
G 47 of 255 = 18%
B 93 of 255 = 36%

71
47
93

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

Portions of RGB colors in percentages

R + G + B =
71 + 47 + 93 = 211 (100%)
R 71 of 211 ~ 33.65%
G 47 of 211 ~ 22.27%
B 93 of 211 ~ 44.08%

%33.65
%22.27
%44.08

CMYK color model

#472F5D color CMYK value is (24,49,0,64).

  • cyan value is 23.66%
  • magenta value is 49.46%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(24,49,0,64)
C24M49Y0K64 
(24%,49%,0%,64%)
(0.24/0.49/0.00/0.64)	

CMYK percentages

%23.66
%49.46
%0
%63.53

Codes

Color #472F5D in popluar color models

472F5D
RGB714793
HSL271°32.86%27.45%
HSB/HSV271°49.46%36.47%
CMYK23.66%49.46%0.00%
63.53%

Color #472F5D in popluar number systems.

HEX472F5D
Decimal714793
Binary10001111011111011101
Octal10757135

Shades and tints

Shades of #472F5D

#472F5D
(71,47,93)
#412B55
(65,43,85)
#3B274D
(59,39,77)
#352345
(53,35,69)
#2F1F3D
(47,31,61)
#291B35
(41,27,53)
#23172D
(35,23,45)
#1D1325
(29,19,37)
#170F1D
(23,15,29)
#110B15
(17,11,21)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #472F5D

#472F5D
(71,47,93)
#57416B
(87,65,107)
#675379
(103,83,121)
#776587
(119,101,135)
#877795
(135,119,149)
#9789A3
(151,137,163)
#A79BB1
(167,155,177)
#B7ADBF
(183,173,191)
#C7BFCD
(199,191,205)
#D7D1DB
(215,209,219)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472F5D; }

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

This text font color is #472F5D.


Background Color

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

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

This div background color is #472F5D.


Border color

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

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

This div border color is #472F5D.


Opacity

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

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

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

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

This text has shadow with #472F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F5D on black background.


Color preview on white background

This text has color #472F5D on white background.



Black color preview on #472F5D background

This text has black color on #472F5D background.


White color preview on #472F5D background

This text has white color on #472F5D background.