COLOR #47416A

HEX: #47416A
RGB: (71,65,106)

Color info

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

RGB color model

#47416A color RGB value is (71,65,106).

  • red value is 71;
  • green value is 65;
  • blue value is 106.
RGB:
(71,65,106)
(28%,25%,42%)

RGB channels and saturation

R 71 of 255 = 28%
G 65 of 255 = 25%
B 106 of 255 = 42%

71
65
106

R + G + B ~ 32%. #47416A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 106 = 242 (100%)
R 71 of 242 ~ 29.34%
G 65 of 242 ~ 26.86%
B 106 of 242 ~ 43.8%

%29.34
%26.86
%43.8

CMYK color model

#47416A color CMYK value is (33,39,0,58).

  • cyan value is 33.02%
  • magenta value is 38.68%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(33,39,0,58)
C33M39Y0K58 
(33%,39%,0%,58%)
(0.33/0.39/0.00/0.58)	

CMYK percentages

%33.02
%38.68
%0
%58.43

Codes

Color #47416A in popluar color models

47416A
RGB7165106
HSL249°23.98%33.53%
HSB/HSV249°38.68%41.57%
CMYK33.02%38.68%0.00%
58.43%

Color #47416A in popluar number systems.

HEX47416A
Decimal7165106
Binary100011110000011101010
Octal107101152

Shades and tints

Shades of #47416A

#47416A
(71,65,106)
#413C61
(65,60,97)
#3B3758
(59,55,88)
#35324F
(53,50,79)
#2F2D46
(47,45,70)
#29283D
(41,40,61)
#232334
(35,35,52)
#1D1E2B
(29,30,43)
#171922
(23,25,34)
#111419
(17,20,25)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #47416A

#47416A
(71,65,106)
#575277
(87,82,119)
#676384
(103,99,132)
#777491
(119,116,145)
#87859E
(135,133,158)
#9796AB
(151,150,171)
#A7A7B8
(167,167,184)
#B7B8C5
(183,184,197)
#C7C9D2
(199,201,210)
#D7DADF
(215,218,223)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47416A color. Also use rgb(71,65,106) instead hex code.

Text Font Color

.myTextColor { color: #47416A; }

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

This text font color is #47416A.


Background Color

.myBgColor { background-color: #47416A; }

<div style="background-color:#47416A">Inner text</div>

This div background color is #47416A.


Border color

.myBorderColor { border: 1px solid #47416A; }

<div style="border:3px solid #47416A">Div</div>

This div border color is #47416A.


Opacity

.myOpacity80 { color: #47416A; opacity: 0.8; }

<p style="color:#47416A;opacity:0.8;">80%</p>

Text with #47416A 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 #47416A;}

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

This text has shadow with #47416A color.

.textShadow {text-shadow: 3px 3px 1px #47416A, 3px 3px 1px red;}

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

This text has shadow with #47416A primary color and red secondary color.


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

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

This text has shadow with #47416A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47416A on black background.


Color preview on white background

This text has color #47416A on white background.



Black color preview on #47416A background

This text has black color on #47416A background.


White color preview on #47416A background

This text has white color on #47416A background.