COLOR #47396B

HEX: #47396B
RGB: (71,57,107)

Color info

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

RGB color model

#47396B color RGB value is (71,57,107).

  • red value is 71;
  • green value is 57;
  • blue value is 107.
RGB:
(71,57,107)
(28%,22%,42%)

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 107 of 255 = 42%

71
57
107

R + G + B ~ 31%. #47396B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 107 = 235 (100%)
R 71 of 235 ~ 30.21%
G 57 of 235 ~ 24.26%
B 107 of 235 ~ 45.53%

%30.21
%24.26
%45.53

CMYK color model

#47396B color CMYK value is (34,47,0,58).

  • cyan value is 33.64%
  • magenta value is 46.73%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(34,47,0,58)
C34M47Y0K58 
(34%,47%,0%,58%)
(0.34/0.47/0.00/0.58)	

CMYK percentages

%33.64
%46.73
%0
%58.04

Codes

Color #47396B in popluar color models

47396B
RGB7157107
HSL257°30.49%32.16%
HSB/HSV257°46.73%41.96%
CMYK33.64%46.73%0.00%
58.04%

Color #47396B in popluar number systems.

HEX47396B
Decimal7157107
Binary10001111110011101011
Octal10771153

Shades and tints

Shades of #47396B

#47396B
(71,57,107)
#413462
(65,52,98)
#3B2F59
(59,47,89)
#352A50
(53,42,80)
#2F2547
(47,37,71)
#29203E
(41,32,62)
#231B35
(35,27,53)
#1D162C
(29,22,44)
#171123
(23,17,35)
#110C1A
(17,12,26)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #47396B

#47396B
(71,57,107)
#574B78
(87,75,120)
#675D85
(103,93,133)
#776F92
(119,111,146)
#87819F
(135,129,159)
#9793AC
(151,147,172)
#A7A5B9
(167,165,185)
#B7B7C6
(183,183,198)
#C7C9D3
(199,201,211)
#D7DBE0
(215,219,224)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47396B color. Also use rgb(71,57,107) instead hex code.

Text Font Color

.myTextColor { color: #47396B; }

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

This text font color is #47396B.


Background Color

.myBgColor { background-color: #47396B; }

<div style="background-color:#47396B">Inner text</div>

This div background color is #47396B.


Border color

.myBorderColor { border: 1px solid #47396B; }

<div style="border:3px solid #47396B">Div</div>

This div border color is #47396B.


Opacity

.myOpacity80 { color: #47396B; opacity: 0.8; }

<p style="color:#47396B;opacity:0.8;">80%</p>

Text with #47396B 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 #47396B;}

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

This text has shadow with #47396B color.

.textShadow {text-shadow: 3px 3px 1px #47396B, 3px 3px 1px red;}

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

This text has shadow with #47396B primary color and red secondary color.


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

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

This text has shadow with #47396B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47396B on black background.


Color preview on white background

This text has color #47396B on white background.



Black color preview on #47396B background

This text has black color on #47396B background.


White color preview on #47396B background

This text has white color on #47396B background.