COLOR #47142C

HEX: #47142C
RGB: (71,20,44)

Color info

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

RGB color model

#47142C color RGB value is (71,20,44).

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

RGB channels and saturation

R 71 of 255 = 28%
G 20 of 255 = 8%
B 44 of 255 = 17%

71
20
44

R + G + B ~ 18%. #47142C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 20 + 44 = 135 (100%)
R 71 of 135 ~ 52.59%
G 20 of 135 ~ 14.81%
B 44 of 135 ~ 32.59%

%52.59
%14.81
%32.59

CMYK color model

#47142C color CMYK value is (0,72,38,72).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(0,72,38,72)
C0M72Y38K72 
(0%,72%,38%,72%)
(0.00/0.72/0.38/0.72)	

CMYK percentages

%0
%71.83
%38.03
%72.16

Codes

Color #47142C in popluar color models

47142C
RGB712044
HSL332°56.04%17.84%
HSB/HSV332°71.83%27.84%
CMYK0.00%71.83%38.03%
72.16%

Color #47142C in popluar number systems.

HEX47142C
Decimal712044
Binary100011110100101100
Octal1072454

Shades and tints

Shades of #47142C

#47142C
(71,20,44)
#411328
(65,19,40)
#3B1224
(59,18,36)
#351120
(53,17,32)
#2F101C
(47,16,28)
#290F18
(41,15,24)
#230E14
(35,14,20)
#1D0D10
(29,13,16)
#170C0C
(23,12,12)
#110B08
(17,11,8)
#0B0A04
(11,10,4)
#000000
(0,0,0)

Tints of #47142C

#47142C
(71,20,44)
#57293F
(87,41,63)
#673E52
(103,62,82)
#775365
(119,83,101)
#876878
(135,104,120)
#977D8B
(151,125,139)
#A7929E
(167,146,158)
#B7A7B1
(183,167,177)
#C7BCC4
(199,188,196)
#D7D1D7
(215,209,215)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47142C color. Also use rgb(71,20,44) instead hex code.

Text Font Color

.myTextColor { color: #47142C; }

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

This text font color is #47142C.


Background Color

.myBgColor { background-color: #47142C; }

<div style="background-color:#47142C">Inner text</div>

This div background color is #47142C.


Border color

.myBorderColor { border: 1px solid #47142C; }

<div style="border:3px solid #47142C">Div</div>

This div border color is #47142C.


Opacity

.myOpacity80 { color: #47142C; opacity: 0.8; }

<p style="color:#47142C;opacity:0.8;">80%</p>

Text with #47142C 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 #47142C;}

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

This text has shadow with #47142C color.

.textShadow {text-shadow: 3px 3px 1px #47142C, 3px 3px 1px red;}

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

This text has shadow with #47142C primary color and red secondary color.


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

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

This text has shadow with #47142C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47142C on black background.


Color preview on white background

This text has color #47142C on white background.



Black color preview on #47142C background

This text has black color on #47142C background.


White color preview on #47142C background

This text has white color on #47142C background.