COLOR #47171D

HEX: #47171D
RGB: (71,23,29)

Color info

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

RGB color model

#47171D color RGB value is (71,23,29).

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

RGB channels and saturation

R 71 of 255 = 28%
G 23 of 255 = 9%
B 29 of 255 = 11%

71
23
29

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

Portions of RGB colors in percentages

R + G + B =
71 + 23 + 29 = 123 (100%)
R 71 of 123 ~ 57.72%
G 23 of 123 ~ 18.7%
B 29 of 123 ~ 23.58%

%57.72
%18.7
%23.58

CMYK color model

#47171D color CMYK value is (0,68,59,72).

  • cyan value is 0.00%
  • magenta value is 67.61%
  • yellow value is 59.15%
  • key color value is 72.16%
CMYK:
(0,68,59,72)
C0M68Y59K72 
(0%,68%,59%,72%)
(0.00/0.68/0.59/0.72)	

CMYK percentages

%0
%67.61
%59.15
%72.16

Codes

Color #47171D in popluar color models

47171D
RGB712329
HSL353°51.06%18.43%
HSB/HSV353°67.61%27.84%
CMYK0.00%67.61%59.15%
72.16%

Color #47171D in popluar number systems.

HEX47171D
Decimal712329
Binary10001111011111101
Octal1072735

Shades and tints

Shades of #47171D

#47171D
(71,23,29)
#41151B
(65,21,27)
#3B1319
(59,19,25)
#351117
(53,17,23)
#2F0F15
(47,15,21)
#290D13
(41,13,19)
#230B11
(35,11,17)
#1D090F
(29,9,15)
#17070D
(23,7,13)
#11050B
(17,5,11)
#0B0309
(11,3,9)
#000000
(0,0,0)

Tints of #47171D

#47171D
(71,23,29)
#572C31
(87,44,49)
#674145
(103,65,69)
#775659
(119,86,89)
#876B6D
(135,107,109)
#978081
(151,128,129)
#A79595
(167,149,149)
#B7AAA9
(183,170,169)
#C7BFBD
(199,191,189)
#D7D4D1
(215,212,209)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47171D; }

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

This text font color is #47171D.


Background Color

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

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

This div background color is #47171D.


Border color

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

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

This div border color is #47171D.


Opacity

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

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

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

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

This text has shadow with #47171D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47171D on black background.


Color preview on white background

This text has color #47171D on white background.



Black color preview on #47171D background

This text has black color on #47171D background.


White color preview on #47171D background

This text has white color on #47171D background.