COLOR #472F54

HEX: #472F54
RGB: (71,47,84)

Color info

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

RGB color model

#472F54 color RGB value is (71,47,84).

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

RGB channels and saturation

R 71 of 255 = 28%
G 47 of 255 = 18%
B 84 of 255 = 33%

71
47
84

R + G + B ~ 26%. #472F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 47 + 84 = 202 (100%)
R 71 of 202 ~ 35.15%
G 47 of 202 ~ 23.27%
B 84 of 202 ~ 41.58%

%35.15
%23.27
%41.58

CMYK color model

#472F54 color CMYK value is (15,44,0,67).

  • cyan value is 15.48%
  • magenta value is 44.05%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(15,44,0,67)
C15M44Y0K67 
(15%,44%,0%,67%)
(0.15/0.44/0.00/0.67)	

CMYK percentages

%15.48
%44.05
%0
%67.06

Codes

Color #472F54 in popluar color models

472F54
RGB714784
HSL279°28.24%25.69%
HSB/HSV279°44.05%32.94%
CMYK15.48%44.05%0.00%
67.06%

Color #472F54 in popluar number systems.

HEX472F54
Decimal714784
Binary10001111011111010100
Octal10757124

Shades and tints

Shades of #472F54

#472F54
(71,47,84)
#412B4D
(65,43,77)
#3B2746
(59,39,70)
#35233F
(53,35,63)
#2F1F38
(47,31,56)
#291B31
(41,27,49)
#23172A
(35,23,42)
#1D1323
(29,19,35)
#170F1C
(23,15,28)
#110B15
(17,11,21)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #472F54

#472F54
(71,47,84)
#574163
(87,65,99)
#675372
(103,83,114)
#776581
(119,101,129)
#877790
(135,119,144)
#97899F
(151,137,159)
#A79BAE
(167,155,174)
#B7ADBD
(183,173,189)
#C7BFCC
(199,191,204)
#D7D1DB
(215,209,219)
#E7E3EA
(231,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472F54; }

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

This text font color is #472F54.


Background Color

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

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

This div background color is #472F54.


Border color

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

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

This div border color is #472F54.


Opacity

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

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

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

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

This text has shadow with #472F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F54 on black background.


Color preview on white background

This text has color #472F54 on white background.



Black color preview on #472F54 background

This text has black color on #472F54 background.


White color preview on #472F54 background

This text has white color on #472F54 background.