COLOR #47284F

HEX: #47284F
RGB: (71,40,79)

Color info

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

RGB color model

#47284F color RGB value is (71,40,79).

  • red value is 71;
  • green value is 40;
  • blue value is 79.
RGB:
(71,40,79)
(28%,16%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 40 of 255 = 16%
B 79 of 255 = 31%

71
40
79

R + G + B ~ 25%. #47284F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 40 + 79 = 190 (100%)
R 71 of 190 ~ 37.37%
G 40 of 190 ~ 21.05%
B 79 of 190 ~ 41.58%

%37.37
%21.05
%41.58

CMYK color model

#47284F color CMYK value is (10,49,0,69).

  • cyan value is 10.13%
  • magenta value is 49.37%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(10,49,0,69)
C10M49Y0K69 
(10%,49%,0%,69%)
(0.10/0.49/0.00/0.69)	

CMYK percentages

%10.13
%49.37
%0
%69.02

Codes

Color #47284F in popluar color models

47284F
RGB714079
HSL288°32.77%23.33%
HSB/HSV288°49.37%30.98%
CMYK10.13%49.37%0.00%
69.02%

Color #47284F in popluar number systems.

HEX47284F
Decimal714079
Binary10001111010001001111
Octal10750117

Shades and tints

Shades of #47284F

#47284F
(71,40,79)
#412548
(65,37,72)
#3B2241
(59,34,65)
#351F3A
(53,31,58)
#2F1C33
(47,28,51)
#29192C
(41,25,44)
#231625
(35,22,37)
#1D131E
(29,19,30)
#171017
(23,16,23)
#110D10
(17,13,16)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #47284F

#47284F
(71,40,79)
#573B5F
(87,59,95)
#674E6F
(103,78,111)
#77617F
(119,97,127)
#87748F
(135,116,143)
#97879F
(151,135,159)
#A79AAF
(167,154,175)
#B7ADBF
(183,173,191)
#C7C0CF
(199,192,207)
#D7D3DF
(215,211,223)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47284F color. Also use rgb(71,40,79) instead hex code.

Text Font Color

.myTextColor { color: #47284F; }

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

This text font color is #47284F.


Background Color

.myBgColor { background-color: #47284F; }

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

This div background color is #47284F.


Border color

.myBorderColor { border: 1px solid #47284F; }

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

This div border color is #47284F.


Opacity

.myOpacity80 { color: #47284F; opacity: 0.8; }

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

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

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

This text has shadow with #47284F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47284F on black background.


Color preview on white background

This text has color #47284F on white background.



Black color preview on #47284F background

This text has black color on #47284F background.


White color preview on #47284F background

This text has white color on #47284F background.