COLOR #47170D

HEX: #47170D
RGB: (71,23,13)

Color info

#47170D contains red, green and blue colors in about the same proportion. Web safe color of #47170D is #330000 (or #300).

RGB color model

#47170D color RGB value is (71,23,13).

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

RGB channels and saturation

R 71 of 255 = 28%
G 23 of 255 = 9%
B 13 of 255 = 5%

71
23
13

R + G + B ~ 14%. #47170D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 23 + 13 = 107 (100%)
R 71 of 107 ~ 66.36%
G 23 of 107 ~ 21.5%
B 13 of 107 ~ 12.15%

%66.36
%21.5
%12.15

CMYK color model

#47170D color CMYK value is (0,68,82,72).

  • cyan value is 0.00%
  • magenta value is 67.61%
  • yellow value is 81.69%
  • key color value is 72.16%
CMYK:
(0,68,82,72)
C0M68Y82K72 
(0%,68%,82%,72%)
(0.00/0.68/0.82/0.72)	

CMYK percentages

%0
%67.61
%81.69
%72.16

Codes

Color #47170D in popluar color models

47170D
RGB712313
HSL10°69.05%16.47%
HSB/HSV10°81.69%27.84%
CMYK0.00%67.61%81.69%
72.16%

Color #47170D in popluar number systems.

HEX47170D
Decimal712313
Binary1000111101111101
Octal1072715

Shades and tints

Shades of #47170D

#47170D
(71,23,13)
#41150C
(65,21,12)
#3B130B
(59,19,11)
#35110A
(53,17,10)
#2F0F09
(47,15,9)
#290D08
(41,13,8)
#230B07
(35,11,7)
#1D0906
(29,9,6)
#170705
(23,7,5)
#110504
(17,5,4)
#0B0303
(11,3,3)
#000000
(0,0,0)

Tints of #47170D

#47170D
(71,23,13)
#572C23
(87,44,35)
#674139
(103,65,57)
#77564F
(119,86,79)
#876B65
(135,107,101)
#97807B
(151,128,123)
#A79591
(167,149,145)
#B7AAA7
(183,170,167)
#C7BFBD
(199,191,189)
#D7D4D3
(215,212,211)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47170D; }

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

This text font color is #47170D.


Background Color

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

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

This div background color is #47170D.


Border color

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

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

This div border color is #47170D.


Opacity

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

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

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

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

This text has shadow with #47170D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47170D on black background.


Color preview on white background

This text has color #47170D on white background.



Black color preview on #47170D background

This text has black color on #47170D background.


White color preview on #47170D background

This text has white color on #47170D background.