COLOR #47152D

HEX: #47152D
RGB: (71,21,45)

Color info

#47152D contains red, green and blue colors in about the same proportion. Web safe color of #47152D is #330033 (or #303).

RGB color model

#47152D color RGB value is (71,21,45).

  • red value is 71;
  • green value is 21;
  • blue value is 45.
RGB:
(71,21,45)
(28%,8%,18%)

RGB channels and saturation

R 71 of 255 = 28%
G 21 of 255 = 8%
B 45 of 255 = 18%

71
21
45

R + G + B ~ 18%. #47152D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 21 + 45 = 137 (100%)
R 71 of 137 ~ 51.82%
G 21 of 137 ~ 15.33%
B 45 of 137 ~ 32.85%

%51.82
%15.33
%32.85

CMYK color model

#47152D color CMYK value is (0,70,37,72).

  • cyan value is 0.00%
  • magenta value is 70.42%
  • yellow value is 36.62%
  • key color value is 72.16%
CMYK:
(0,70,37,72)
C0M70Y37K72 
(0%,70%,37%,72%)
(0.00/0.70/0.37/0.72)	

CMYK percentages

%0
%70.42
%36.62
%72.16

Codes

Color #47152D in popluar color models

47152D
RGB712145
HSL331°54.35%18.04%
HSB/HSV331°70.42%27.84%
CMYK0.00%70.42%36.62%
72.16%

Color #47152D in popluar number systems.

HEX47152D
Decimal712145
Binary100011110101101101
Octal1072555

Shades and tints

Shades of #47152D

#47152D
(71,21,45)
#411429
(65,20,41)
#3B1325
(59,19,37)
#351221
(53,18,33)
#2F111D
(47,17,29)
#291019
(41,16,25)
#230F15
(35,15,21)
#1D0E11
(29,14,17)
#170D0D
(23,13,13)
#110C09
(17,12,9)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #47152D

#47152D
(71,21,45)
#572A40
(87,42,64)
#673F53
(103,63,83)
#775466
(119,84,102)
#876979
(135,105,121)
#977E8C
(151,126,140)
#A7939F
(167,147,159)
#B7A8B2
(183,168,178)
#C7BDC5
(199,189,197)
#D7D2D8
(215,210,216)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47152D color. Also use rgb(71,21,45) instead hex code.

Text Font Color

.myTextColor { color: #47152D; }

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

This text font color is #47152D.


Background Color

.myBgColor { background-color: #47152D; }

<div style="background-color:#47152D">Inner text</div>

This div background color is #47152D.


Border color

.myBorderColor { border: 1px solid #47152D; }

<div style="border:3px solid #47152D">Div</div>

This div border color is #47152D.


Opacity

.myOpacity80 { color: #47152D; opacity: 0.8; }

<p style="color:#47152D;opacity:0.8;">80%</p>

Text with #47152D 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 #47152D;}

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

This text has shadow with #47152D color.

.textShadow {text-shadow: 3px 3px 1px #47152D, 3px 3px 1px red;}

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

This text has shadow with #47152D primary color and red secondary color.


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

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

This text has shadow with #47152D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47152D on black background.


Color preview on white background

This text has color #47152D on white background.



Black color preview on #47152D background

This text has black color on #47152D background.


White color preview on #47152D background

This text has white color on #47152D background.