COLOR #47171E

HEX: #47171E
RGB: (71,23,30)

Color info

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

RGB color model

#47171E color RGB value is (71,23,30).

  • red value is 71;
  • green value is 23;
  • blue value is 30.
RGB:
(71,23,30)
(28%,9%,12%)

RGB channels and saturation

R 71 of 255 = 28%
G 23 of 255 = 9%
B 30 of 255 = 12%

71
23
30

R + G + B ~ 16%. #47171E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 23 + 30 = 124 (100%)
R 71 of 124 ~ 57.26%
G 23 of 124 ~ 18.55%
B 30 of 124 ~ 24.19%

%57.26
%18.55
%24.19

CMYK color model

#47171E color CMYK value is (0,68,58,72).

  • cyan value is 0.00%
  • magenta value is 67.61%
  • yellow value is 57.75%
  • key color value is 72.16%
CMYK:
(0,68,58,72)
C0M68Y58K72 
(0%,68%,58%,72%)
(0.00/0.68/0.58/0.72)	

CMYK percentages

%0
%67.61
%57.75
%72.16

Codes

Color #47171E in popluar color models

47171E
RGB712330
HSL351°51.06%18.43%
HSB/HSV351°67.61%27.84%
CMYK0.00%67.61%57.75%
72.16%

Color #47171E in popluar number systems.

HEX47171E
Decimal712330
Binary10001111011111110
Octal1072736

Shades and tints

Shades of #47171E

#47171E
(71,23,30)
#41151C
(65,21,28)
#3B131A
(59,19,26)
#351118
(53,17,24)
#2F0F16
(47,15,22)
#290D14
(41,13,20)
#230B12
(35,11,18)
#1D0910
(29,9,16)
#17070E
(23,7,14)
#11050C
(17,5,12)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #47171E

#47171E
(71,23,30)
#572C32
(87,44,50)
#674146
(103,65,70)
#77565A
(119,86,90)
#876B6E
(135,107,110)
#978082
(151,128,130)
#A79596
(167,149,150)
#B7AAAA
(183,170,170)
#C7BFBE
(199,191,190)
#D7D4D2
(215,212,210)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47171E; }

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

This text font color is #47171E.


Background Color

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

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

This div background color is #47171E.


Border color

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

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

This div border color is #47171E.


Opacity

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

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

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

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

This text has shadow with #47171E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47171E on black background.


Color preview on white background

This text has color #47171E on white background.



Black color preview on #47171E background

This text has black color on #47171E background.


White color preview on #47171E background

This text has white color on #47171E background.