COLOR #47255D

HEX: #47255D
RGB: (71,37,93)

Color info

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

RGB color model

#47255D color RGB value is (71,37,93).

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

RGB channels and saturation

R 71 of 255 = 28%
G 37 of 255 = 15%
B 93 of 255 = 36%

71
37
93

R + G + B ~ 26%. #47255D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 37 + 93 = 201 (100%)
R 71 of 201 ~ 35.32%
G 37 of 201 ~ 18.41%
B 93 of 201 ~ 46.27%

%35.32
%18.41
%46.27

CMYK color model

#47255D color CMYK value is (24,60,0,64).

  • cyan value is 23.66%
  • magenta value is 60.22%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(24,60,0,64)
C24M60Y0K64 
(24%,60%,0%,64%)
(0.24/0.60/0.00/0.64)	

CMYK percentages

%23.66
%60.22
%0
%63.53

Codes

Color #47255D in popluar color models

47255D
RGB713793
HSL276°43.08%25.49%
HSB/HSV276°60.22%36.47%
CMYK23.66%60.22%0.00%
63.53%

Color #47255D in popluar number systems.

HEX47255D
Decimal713793
Binary10001111001011011101
Octal10745135

Shades and tints

Shades of #47255D

#47255D
(71,37,93)
#412255
(65,34,85)
#3B1F4D
(59,31,77)
#351C45
(53,28,69)
#2F193D
(47,25,61)
#291635
(41,22,53)
#23132D
(35,19,45)
#1D1025
(29,16,37)
#170D1D
(23,13,29)
#110A15
(17,10,21)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #47255D

#47255D
(71,37,93)
#57386B
(87,56,107)
#674B79
(103,75,121)
#775E87
(119,94,135)
#877195
(135,113,149)
#9784A3
(151,132,163)
#A797B1
(167,151,177)
#B7AABF
(183,170,191)
#C7BDCD
(199,189,205)
#D7D0DB
(215,208,219)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47255D color. Also use rgb(71,37,93) instead hex code.

Text Font Color

.myTextColor { color: #47255D; }

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

This text font color is #47255D.


Background Color

.myBgColor { background-color: #47255D; }

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

This div background color is #47255D.


Border color

.myBorderColor { border: 1px solid #47255D; }

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

This div border color is #47255D.


Opacity

.myOpacity80 { color: #47255D; opacity: 0.8; }

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

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

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

This text has shadow with #47255D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47255D on black background.


Color preview on white background

This text has color #47255D on white background.



Black color preview on #47255D background

This text has black color on #47255D background.


White color preview on #47255D background

This text has white color on #47255D background.