COLOR #47192B

HEX: #47192B
RGB: (71,25,43)

Color info

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

RGB color model

#47192B color RGB value is (71,25,43).

  • red value is 71;
  • green value is 25;
  • blue value is 43.
RGB:
(71,25,43)
(28%,10%,17%)

RGB channels and saturation

R 71 of 255 = 28%
G 25 of 255 = 10%
B 43 of 255 = 17%

71
25
43

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

Portions of RGB colors in percentages

R + G + B =
71 + 25 + 43 = 139 (100%)
R 71 of 139 ~ 51.08%
G 25 of 139 ~ 17.99%
B 43 of 139 ~ 30.94%

%51.08
%17.99
%30.94

CMYK color model

#47192B color CMYK value is (0,65,39,72).

  • cyan value is 0.00%
  • magenta value is 64.79%
  • yellow value is 39.44%
  • key color value is 72.16%
CMYK:
(0,65,39,72)
C0M65Y39K72 
(0%,65%,39%,72%)
(0.00/0.65/0.39/0.72)	

CMYK percentages

%0
%64.79
%39.44
%72.16

Codes

Color #47192B in popluar color models

47192B
RGB712543
HSL337°47.92%18.82%
HSB/HSV337°64.79%27.84%
CMYK0.00%64.79%39.44%
72.16%

Color #47192B in popluar number systems.

HEX47192B
Decimal712543
Binary100011111001101011
Octal1073153

Shades and tints

Shades of #47192B

#47192B
(71,25,43)
#411728
(65,23,40)
#3B1525
(59,21,37)
#351322
(53,19,34)
#2F111F
(47,17,31)
#290F1C
(41,15,28)
#230D19
(35,13,25)
#1D0B16
(29,11,22)
#170913
(23,9,19)
#110710
(17,7,16)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #47192B

#47192B
(71,25,43)
#572D3E
(87,45,62)
#674151
(103,65,81)
#775564
(119,85,100)
#876977
(135,105,119)
#977D8A
(151,125,138)
#A7919D
(167,145,157)
#B7A5B0
(183,165,176)
#C7B9C3
(199,185,195)
#D7CDD6
(215,205,214)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47192B color. Also use rgb(71,25,43) instead hex code.

Text Font Color

.myTextColor { color: #47192B; }

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

This text font color is #47192B.


Background Color

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

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

This div background color is #47192B.


Border color

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

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

This div border color is #47192B.


Opacity

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

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

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

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

This text has shadow with #47192B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47192B on black background.


Color preview on white background

This text has color #47192B on white background.



Black color preview on #47192B background

This text has black color on #47192B background.


White color preview on #47192B background

This text has white color on #47192B background.