COLOR #47064B

HEX: #47064B
RGB: (71,6,75)

Color info

#47064B contains mainly red and blue colors. Web safe color of #47064B is #330033 (or #303).

RGB color model

#47064B color RGB value is (71,6,75).

  • red value is 71;
  • green value is 6;
  • blue value is 75.
RGB:
(71,6,75)
(28%,2%,29%)

RGB channels and saturation

R 71 of 255 = 28%
G 6 of 255 = 2%
B 75 of 255 = 29%

71
6
75

R + G + B ~ 20%. #47064B is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 6 + 75 = 152 (100%)
R 71 of 152 ~ 46.71%
G 6 of 152 ~ 3.95%
B 75 of 152 ~ 49.34%

%46.71
%49.34

CMYK color model

#47064B color CMYK value is (5,92,0,71).

  • cyan value is 5.33%
  • magenta value is 92.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(5,92,0,71)
C5M92Y0K71 
(5%,92%,0%,71%)
(0.05/0.92/0.00/0.71)	

CMYK percentages

%5.33
%92
%0
%70.59

Codes

Color #47064B in popluar color models

47064B
RGB71675
HSL297°85.19%15.88%
HSB/HSV297°92.00%29.41%
CMYK5.33%92.00%0.00%
70.59%

Color #47064B in popluar number systems.

HEX47064B
Decimal71675
Binary10001111101001011
Octal1076113

Shades and tints

Shades of #47064B

#47064B
(71,6,75)
#410645
(65,6,69)
#3B063F
(59,6,63)
#350639
(53,6,57)
#2F0633
(47,6,51)
#29062D
(41,6,45)
#230627
(35,6,39)
#1D0621
(29,6,33)
#17061B
(23,6,27)
#110615
(17,6,21)
#0B060F
(11,6,15)
#000000
(0,0,0)

Tints of #47064B

#47064B
(71,6,75)
#571C5B
(87,28,91)
#67326B
(103,50,107)
#77487B
(119,72,123)
#875E8B
(135,94,139)
#97749B
(151,116,155)
#A78AAB
(167,138,171)
#B7A0BB
(183,160,187)
#C7B6CB
(199,182,203)
#D7CCDB
(215,204,219)
#E7E2EB
(231,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47064B color. Also use rgb(71,6,75) instead hex code.

Text Font Color

.myTextColor { color: #47064B; }

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

This text font color is #47064B.


Background Color

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

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

This div background color is #47064B.


Border color

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

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

This div border color is #47064B.


Opacity

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

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

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

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

This text has shadow with #47064B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47064B on black background.


Color preview on white background

This text has color #47064B on white background.



Black color preview on #47064B background

This text has black color on #47064B background.


White color preview on #47064B background

This text has white color on #47064B background.