COLOR #47256C

HEX: #47256C
RGB: (71,37,108)

Color info

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

RGB color model

#47256C color RGB value is (71,37,108).

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

RGB channels and saturation

R 71 of 255 = 28%
G 37 of 255 = 15%
B 108 of 255 = 42%

71
37
108

R + G + B ~ 28%. #47256C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 37 + 108 = 216 (100%)
R 71 of 216 ~ 32.87%
G 37 of 216 ~ 17.13%
B 108 of 216 ~ 50%

%32.87
%17.13
%50

CMYK color model

#47256C color CMYK value is (34,66,0,58).

  • cyan value is 34.26%
  • magenta value is 65.74%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(34,66,0,58)
C34M66Y0K58 
(34%,66%,0%,58%)
(0.34/0.66/0.00/0.58)	

CMYK percentages

%34.26
%65.74
%0
%57.65

Codes

Color #47256C in popluar color models

47256C
RGB7137108
HSL269°48.97%28.43%
HSB/HSV269°65.74%42.35%
CMYK34.26%65.74%0.00%
57.65%

Color #47256C in popluar number systems.

HEX47256C
Decimal7137108
Binary10001111001011101100
Octal10745154

Shades and tints

Shades of #47256C

#47256C
(71,37,108)
#412263
(65,34,99)
#3B1F5A
(59,31,90)
#351C51
(53,28,81)
#2F1948
(47,25,72)
#29163F
(41,22,63)
#231336
(35,19,54)
#1D102D
(29,16,45)
#170D24
(23,13,36)
#110A1B
(17,10,27)
#0B0712
(11,7,18)
#000000
(0,0,0)

Tints of #47256C

#47256C
(71,37,108)
#573879
(87,56,121)
#674B86
(103,75,134)
#775E93
(119,94,147)
#8771A0
(135,113,160)
#9784AD
(151,132,173)
#A797BA
(167,151,186)
#B7AAC7
(183,170,199)
#C7BDD4
(199,189,212)
#D7D0E1
(215,208,225)
#E7E3EE
(231,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47256C color. Also use rgb(71,37,108) instead hex code.

Text Font Color

.myTextColor { color: #47256C; }

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

This text font color is #47256C.


Background Color

.myBgColor { background-color: #47256C; }

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

This div background color is #47256C.


Border color

.myBorderColor { border: 1px solid #47256C; }

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

This div border color is #47256C.


Opacity

.myOpacity80 { color: #47256C; opacity: 0.8; }

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

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

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

This text has shadow with #47256C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47256C on black background.


Color preview on white background

This text has color #47256C on white background.



Black color preview on #47256C background

This text has black color on #47256C background.


White color preview on #47256C background

This text has white color on #47256C background.