COLOR #47191E

HEX: #47191E RGB: (71,25,30)

Color info

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

RGB color model

#47191E color RGB value is (71,25,30).

RGB: (71,25,30) (28%, 10%, 12%)

RGB channels and saturation

R 71 of 255 = 28%
G 25 of 255 = 10%
B 30 of 255 = 12%

71
25
30

R + G + B ~ 17%. #47191E is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 25 + 30 = 126 (100%)
R 71 of 126 ~ 56.35%
G 25 of 126 ~ 19.84%
B 30 of 126 ~ 23.81'%

%56.35
%19.84
%23.81

CMYK color model

#47191E color CMYK value is (0,65,58,72).

  • cyan value is 0.00%
  • magenta value is 64.79%
  • yellow value is 57.75%
  • key color value is 72.16%

CMYK: (0,65,58,72)
C0M65Y58K72 (0%, 65%, 58%, 72%)
(0.00 / 0.65 / 0.58 / 0.72)

CMYK percentages

%0
%64.79
%57.75
%72.16

Codes

Color #47191E in popluar color models

47 19 1E
RGB 71 25 30
HSL 353° 47.92% 18.82%
HSB/HSV 353° 64.79% 27.84%
CMYK 0.00% 64.79% 57.75%
72.16%

Color #47191E in popluar number systems.

HEX 47 19 1E
Decimal 71 25 30
Binary 1000111 11001 11110
Octal 107 31 36

Shades and tints

Shades of #47191E

#47191E
(71,25,30)
#41171C
(65,23,28)
#3B151A
(59,21,26)
#351318
(53,19,24)
#2F1116
(47,17,22)
#290F14
(41,15,20)
#230D12
(35,13,18)
#1D0B10
(29,11,16)
#17090E
(23,9,14)
#11070C
(17,7,12)
#0B050A
(11,5,10)
#000000
(0,0,0)

Tints of #47191E

#47191E
(71,25,30)
#572D32
(87,45,50)
#674146
(103,65,70)
#77555A
(119,85,90)
#87696E
(135,105,110)
#977D82
(151,125,130)
#A79196
(167,145,150)
#B7A5AA
(183,165,170)
#C7B9BE
(199,185,190)
#D7CDD2
(215,205,210)
#E7E1E6
(231,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47191E color. Also use rgb(71,25,30) instead hex code.

Text Font Color

.myTextColor { color: #47191E; }

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

This text font color is #47191E.

Background Color

.myBgColor { background-color: #47191E; }

<div style="background-color:#47191E">Inner text</div>

This div background color is #47191E.

Border color

.myBorderColor { border: 1px solid #47191E; }

<div style="border:3px solid #47191E">Div</div>

This div border color is #47191E.

Opacity

.myOpacity80 { color: #47191E; opacity: 0.8; }

<p style="color:#47191E;opacity:0.8;">80%</p>

Text with #47191E 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 #47191E;}

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

This text has shadow with #47191E color.


.textShadow {text-shadow: 3px 3px 1px #47191E', 3px 3px 1px red;}

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

This text has shadow with #47191E primary color and red secondary color.


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

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

This text has shadow with #47191E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47191E; -webkit-box-shadow: 1px 1px 3px 2px #47191E; box-shadow:1px 1px 3px 2px #47191E;">
Div content here
</div>

This div box has shadow with color #47191E.

Preview

Color preview on black background

This text has color #47191E on black background.


Color preview on white background

This text has color #47191E on white background.


Black color preview on #47191E background

This text has black color on #47191E background.


White color preview on #47191E background

This text has white color on #47191E background.


Related colors

Complementary color

Complementary color for #hex is #B8E6E1.


I love getcolorcode.com

Triadic colors

1 #1E4719 and #191E47 with #47191E are triadic colors.

2 #1E1947 and #19471E with #47191E are triadic colors.