COLOR #472361

HEX: #472361
RGB: (71,35,97)

Color info

#472361 contains mainly red and blue colors. Web safe color of #472361 is #333366 (or #336).

RGB color model

#472361 color RGB value is (71,35,97).

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

RGB channels and saturation

R 71 of 255 = 28%
G 35 of 255 = 14%
B 97 of 255 = 38%

71
35
97

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

Portions of RGB colors in percentages

R + G + B =
71 + 35 + 97 = 203 (100%)
R 71 of 203 ~ 34.98%
G 35 of 203 ~ 17.24%
B 97 of 203 ~ 47.78%

%34.98
%17.24
%47.78

CMYK color model

#472361 color CMYK value is (27,64,0,62).

  • cyan value is 26.80%
  • magenta value is 63.92%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(27,64,0,62)
C27M64Y0K62 
(27%,64%,0%,62%)
(0.27/0.64/0.00/0.62)	

CMYK percentages

%26.8
%63.92
%0
%61.96

Codes

Color #472361 in popluar color models

472361
RGB713597
HSL275°46.97%25.88%
HSB/HSV275°63.92%38.04%
CMYK26.80%63.92%0.00%
61.96%

Color #472361 in popluar number systems.

HEX472361
Decimal713597
Binary10001111000111100001
Octal10743141

Shades and tints

Shades of #472361

#472361
(71,35,97)
#412059
(65,32,89)
#3B1D51
(59,29,81)
#351A49
(53,26,73)
#2F1741
(47,23,65)
#291439
(41,20,57)
#231131
(35,17,49)
#1D0E29
(29,14,41)
#170B21
(23,11,33)
#110819
(17,8,25)
#0B0511
(11,5,17)
#000000
(0,0,0)

Tints of #472361

#472361
(71,35,97)
#57376F
(87,55,111)
#674B7D
(103,75,125)
#775F8B
(119,95,139)
#877399
(135,115,153)
#9787A7
(151,135,167)
#A79BB5
(167,155,181)
#B7AFC3
(183,175,195)
#C7C3D1
(199,195,209)
#D7D7DF
(215,215,223)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472361; }

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

This text font color is #472361.


Background Color

.myBgColor { background-color: #472361; }

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

This div background color is #472361.


Border color

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

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

This div border color is #472361.


Opacity

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

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

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

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

This text has shadow with #472361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472361 on black background.


Color preview on white background

This text has color #472361 on white background.



Black color preview on #472361 background

This text has black color on #472361 background.


White color preview on #472361 background

This text has white color on #472361 background.