COLOR #47143F

HEX: #47143F
RGB: (71,20,63)

Color info

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

RGB color model

#47143F color RGB value is (71,20,63).

  • red value is 71;
  • green value is 20;
  • blue value is 63.
RGB:
(71,20,63)
(28%,8%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 20 of 255 = 8%
B 63 of 255 = 25%

71
20
63

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

Portions of RGB colors in percentages

R + G + B =
71 + 20 + 63 = 154 (100%)
R 71 of 154 ~ 46.1%
G 20 of 154 ~ 12.99%
B 63 of 154 ~ 40.91%

%46.1
%12.99
%40.91

CMYK color model

#47143F color CMYK value is (0,72,11,72).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(0,72,11,72)
C0M72Y11K72 
(0%,72%,11%,72%)
(0.00/0.72/0.11/0.72)	

CMYK percentages

%0
%71.83
%11.27
%72.16

Codes

Color #47143F in popluar color models

47143F
RGB712063
HSL309°56.04%17.84%
HSB/HSV309°71.83%27.84%
CMYK0.00%71.83%11.27%
72.16%

Color #47143F in popluar number systems.

HEX47143F
Decimal712063
Binary100011110100111111
Octal1072477

Shades and tints

Shades of #47143F

#47143F
(71,20,63)
#41133A
(65,19,58)
#3B1235
(59,18,53)
#351130
(53,17,48)
#2F102B
(47,16,43)
#290F26
(41,15,38)
#230E21
(35,14,33)
#1D0D1C
(29,13,28)
#170C17
(23,12,23)
#110B12
(17,11,18)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #47143F

#47143F
(71,20,63)
#572950
(87,41,80)
#673E61
(103,62,97)
#775372
(119,83,114)
#876883
(135,104,131)
#977D94
(151,125,148)
#A792A5
(167,146,165)
#B7A7B6
(183,167,182)
#C7BCC7
(199,188,199)
#D7D1D8
(215,209,216)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47143F color. Also use rgb(71,20,63) instead hex code.

Text Font Color

.myTextColor { color: #47143F; }

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

This text font color is #47143F.


Background Color

.myBgColor { background-color: #47143F; }

<div style="background-color:#47143F">Inner text</div>

This div background color is #47143F.


Border color

.myBorderColor { border: 1px solid #47143F; }

<div style="border:3px solid #47143F">Div</div>

This div border color is #47143F.


Opacity

.myOpacity80 { color: #47143F; opacity: 0.8; }

<p style="color:#47143F;opacity:0.8;">80%</p>

Text with #47143F 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 #47143F;}

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

This text has shadow with #47143F color.

.textShadow {text-shadow: 3px 3px 1px #47143F, 3px 3px 1px red;}

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

This text has shadow with #47143F primary color and red secondary color.


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

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

This text has shadow with #47143F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47143F on black background.


Color preview on white background

This text has color #47143F on white background.



Black color preview on #47143F background

This text has black color on #47143F background.


White color preview on #47143F background

This text has white color on #47143F background.