COLOR #47244D

HEX: #47244D
RGB: (71,36,77)

Color info

#47244D contains red, green and blue colors in about the same proportion. Web safe color of #47244D is #333333 (or #333).

RGB color model

#47244D color RGB value is (71,36,77).

  • red value is 71;
  • green value is 36;
  • blue value is 77.
RGB:
(71,36,77)
(28%,14%,30%)

RGB channels and saturation

R 71 of 255 = 28%
G 36 of 255 = 14%
B 77 of 255 = 30%

71
36
77

R + G + B ~ 24%. #47244D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 36 + 77 = 184 (100%)
R 71 of 184 ~ 38.59%
G 36 of 184 ~ 19.57%
B 77 of 184 ~ 41.85%

%38.59
%19.57
%41.85

CMYK color model

#47244D color CMYK value is (8,53,0,70).

  • cyan value is 7.79%
  • magenta value is 53.25%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(8,53,0,70)
C8M53Y0K70 
(8%,53%,0%,70%)
(0.08/0.53/0.00/0.70)	

CMYK percentages

%7.79
%53.25
%0
%69.8

Codes

Color #47244D in popluar color models

47244D
RGB713677
HSL291°36.28%22.16%
HSB/HSV291°53.25%30.20%
CMYK7.79%53.25%0.00%
69.80%

Color #47244D in popluar number systems.

HEX47244D
Decimal713677
Binary10001111001001001101
Octal10744115

Shades and tints

Shades of #47244D

#47244D
(71,36,77)
#412146
(65,33,70)
#3B1E3F
(59,30,63)
#351B38
(53,27,56)
#2F1831
(47,24,49)
#29152A
(41,21,42)
#231223
(35,18,35)
#1D0F1C
(29,15,28)
#170C15
(23,12,21)
#11090E
(17,9,14)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #47244D

#47244D
(71,36,77)
#57375D
(87,55,93)
#674A6D
(103,74,109)
#775D7D
(119,93,125)
#87708D
(135,112,141)
#97839D
(151,131,157)
#A796AD
(167,150,173)
#B7A9BD
(183,169,189)
#C7BCCD
(199,188,205)
#D7CFDD
(215,207,221)
#E7E2ED
(231,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47244D color. Also use rgb(71,36,77) instead hex code.

Text Font Color

.myTextColor { color: #47244D; }

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

This text font color is #47244D.


Background Color

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

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

This div background color is #47244D.


Border color

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

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

This div border color is #47244D.


Opacity

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

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

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

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

This text has shadow with #47244D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47244D on black background.


Color preview on white background

This text has color #47244D on white background.



Black color preview on #47244D background

This text has black color on #47244D background.


White color preview on #47244D background

This text has white color on #47244D background.