COLOR #472961

HEX: #472961
RGB: (71,41,97)

Color info

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

RGB color model

#472961 color RGB value is (71,41,97).

  • red value is 71;
  • green value is 41;
  • blue value is 97.
RGB:
(71,41,97)
(28%,16%,38%)

RGB channels and saturation

R 71 of 255 = 28%
G 41 of 255 = 16%
B 97 of 255 = 38%

71
41
97

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

Portions of RGB colors in percentages

R + G + B =
71 + 41 + 97 = 209 (100%)
R 71 of 209 ~ 33.97%
G 41 of 209 ~ 19.62%
B 97 of 209 ~ 46.41%

%33.97
%19.62
%46.41

CMYK color model

#472961 color CMYK value is (27,58,0,62).

  • cyan value is 26.80%
  • magenta value is 57.73%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(27,58,0,62)
C27M58Y0K62 
(27%,58%,0%,62%)
(0.27/0.58/0.00/0.62)	

CMYK percentages

%26.8
%57.73
%0
%61.96

Codes

Color #472961 in popluar color models

472961
RGB714197
HSL272°40.58%27.06%
HSB/HSV272°57.73%38.04%
CMYK26.80%57.73%0.00%
61.96%

Color #472961 in popluar number systems.

HEX472961
Decimal714197
Binary10001111010011100001
Octal10751141

Shades and tints

Shades of #472961

#472961
(71,41,97)
#412659
(65,38,89)
#3B2351
(59,35,81)
#352049
(53,32,73)
#2F1D41
(47,29,65)
#291A39
(41,26,57)
#231731
(35,23,49)
#1D1429
(29,20,41)
#171121
(23,17,33)
#110E19
(17,14,25)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #472961

#472961
(71,41,97)
#573C6F
(87,60,111)
#674F7D
(103,79,125)
#77628B
(119,98,139)
#877599
(135,117,153)
#9788A7
(151,136,167)
#A79BB5
(167,155,181)
#B7AEC3
(183,174,195)
#C7C1D1
(199,193,209)
#D7D4DF
(215,212,223)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472961 color. Also use rgb(71,41,97) instead hex code.

Text Font Color

.myTextColor { color: #472961; }

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

This text font color is #472961.


Background Color

.myBgColor { background-color: #472961; }

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

This div background color is #472961.


Border color

.myBorderColor { border: 1px solid #472961; }

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

This div border color is #472961.


Opacity

.myOpacity80 { color: #472961; opacity: 0.8; }

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

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

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

This text has shadow with #472961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472961 on black background.


Color preview on white background

This text has color #472961 on white background.



Black color preview on #472961 background

This text has black color on #472961 background.


White color preview on #472961 background

This text has white color on #472961 background.