COLOR #472B60

HEX: #472B60
RGB: (71,43,96)

Color info

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

RGB color model

#472B60 color RGB value is (71,43,96).

  • red value is 71;
  • green value is 43;
  • blue value is 96.
RGB:
(71,43,96)
(28%,17%,38%)

RGB channels and saturation

R 71 of 255 = 28%
G 43 of 255 = 17%
B 96 of 255 = 38%

71
43
96

R + G + B ~ 28%. #472B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 43 + 96 = 210 (100%)
R 71 of 210 ~ 33.81%
G 43 of 210 ~ 20.48%
B 96 of 210 ~ 45.71%

%33.81
%20.48
%45.71

CMYK color model

#472B60 color CMYK value is (26,55,0,62).

  • cyan value is 26.04%
  • magenta value is 55.21%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(26,55,0,62)
C26M55Y0K62 
(26%,55%,0%,62%)
(0.26/0.55/0.00/0.62)	

CMYK percentages

%26.04
%55.21
%0
%62.35

Codes

Color #472B60 in popluar color models

472B60
RGB714396
HSL272°38.13%27.25%
HSB/HSV272°55.21%37.65%
CMYK26.04%55.21%0.00%
62.35%

Color #472B60 in popluar number systems.

HEX472B60
Decimal714396
Binary10001111010111100000
Octal10753140

Shades and tints

Shades of #472B60

#472B60
(71,43,96)
#412858
(65,40,88)
#3B2550
(59,37,80)
#352248
(53,34,72)
#2F1F40
(47,31,64)
#291C38
(41,28,56)
#231930
(35,25,48)
#1D1628
(29,22,40)
#171320
(23,19,32)
#111018
(17,16,24)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #472B60

#472B60
(71,43,96)
#573E6E
(87,62,110)
#67517C
(103,81,124)
#77648A
(119,100,138)
#877798
(135,119,152)
#978AA6
(151,138,166)
#A79DB4
(167,157,180)
#B7B0C2
(183,176,194)
#C7C3D0
(199,195,208)
#D7D6DE
(215,214,222)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472B60 color. Also use rgb(71,43,96) instead hex code.

Text Font Color

.myTextColor { color: #472B60; }

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

This text font color is #472B60.


Background Color

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

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

This div background color is #472B60.


Border color

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

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

This div border color is #472B60.


Opacity

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

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

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

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

This text has shadow with #472B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472B60 on black background.


Color preview on white background

This text has color #472B60 on white background.



Black color preview on #472B60 background

This text has black color on #472B60 background.


White color preview on #472B60 background

This text has white color on #472B60 background.