COLOR #47254E

HEX: #47254E
RGB: (71,37,78)

Color info

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

RGB color model

#47254E color RGB value is (71,37,78).

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

RGB channels and saturation

R 71 of 255 = 28%
G 37 of 255 = 15%
B 78 of 255 = 31%

71
37
78

R + G + B ~ 25%. #47254E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 37 + 78 = 186 (100%)
R 71 of 186 ~ 38.17%
G 37 of 186 ~ 19.89%
B 78 of 186 ~ 41.94%

%38.17
%19.89
%41.94

CMYK color model

#47254E color CMYK value is (9,53,0,69).

  • cyan value is 8.97%
  • magenta value is 52.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(9,53,0,69)
C9M53Y0K69 
(9%,53%,0%,69%)
(0.09/0.53/0.00/0.69)	

CMYK percentages

%8.97
%52.56
%0
%69.41

Codes

Color #47254E in popluar color models

47254E
RGB713778
HSL290°35.65%22.55%
HSB/HSV290°52.56%30.59%
CMYK8.97%52.56%0.00%
69.41%

Color #47254E in popluar number systems.

HEX47254E
Decimal713778
Binary10001111001011001110
Octal10745116

Shades and tints

Shades of #47254E

#47254E
(71,37,78)
#412247
(65,34,71)
#3B1F40
(59,31,64)
#351C39
(53,28,57)
#2F1932
(47,25,50)
#29162B
(41,22,43)
#231324
(35,19,36)
#1D101D
(29,16,29)
#170D16
(23,13,22)
#110A0F
(17,10,15)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #47254E

#47254E
(71,37,78)
#57385E
(87,56,94)
#674B6E
(103,75,110)
#775E7E
(119,94,126)
#87718E
(135,113,142)
#97849E
(151,132,158)
#A797AE
(167,151,174)
#B7AABE
(183,170,190)
#C7BDCE
(199,189,206)
#D7D0DE
(215,208,222)
#E7E3EE
(231,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47254E color. Also use rgb(71,37,78) instead hex code.

Text Font Color

.myTextColor { color: #47254E; }

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

This text font color is #47254E.


Background Color

.myBgColor { background-color: #47254E; }

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

This div background color is #47254E.


Border color

.myBorderColor { border: 1px solid #47254E; }

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

This div border color is #47254E.


Opacity

.myOpacity80 { color: #47254E; opacity: 0.8; }

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

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

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

This text has shadow with #47254E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47254E on black background.


Color preview on white background

This text has color #47254E on white background.



Black color preview on #47254E background

This text has black color on #47254E background.


White color preview on #47254E background

This text has white color on #47254E background.