COLOR #47172A

HEX: #47172A
RGB: (71,23,42)

Color info

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

RGB color model

#47172A color RGB value is (71,23,42).

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

RGB channels and saturation

R 71 of 255 = 28%
G 23 of 255 = 9%
B 42 of 255 = 16%

71
23
42

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

Portions of RGB colors in percentages

R + G + B =
71 + 23 + 42 = 136 (100%)
R 71 of 136 ~ 52.21%
G 23 of 136 ~ 16.91%
B 42 of 136 ~ 30.88%

%52.21
%16.91
%30.88

CMYK color model

#47172A color CMYK value is (0,68,41,72).

  • cyan value is 0.00%
  • magenta value is 67.61%
  • yellow value is 40.85%
  • key color value is 72.16%
CMYK:
(0,68,41,72)
C0M68Y41K72 
(0%,68%,41%,72%)
(0.00/0.68/0.41/0.72)	

CMYK percentages

%0
%67.61
%40.85
%72.16

Codes

Color #47172A in popluar color models

47172A
RGB712342
HSL336°51.06%18.43%
HSB/HSV336°67.61%27.84%
CMYK0.00%67.61%40.85%
72.16%

Color #47172A in popluar number systems.

HEX47172A
Decimal712342
Binary100011110111101010
Octal1072752

Shades and tints

Shades of #47172A

#47172A
(71,23,42)
#411527
(65,21,39)
#3B1324
(59,19,36)
#351121
(53,17,33)
#2F0F1E
(47,15,30)
#290D1B
(41,13,27)
#230B18
(35,11,24)
#1D0915
(29,9,21)
#170712
(23,7,18)
#11050F
(17,5,15)
#0B030C
(11,3,12)
#000000
(0,0,0)

Tints of #47172A

#47172A
(71,23,42)
#572C3D
(87,44,61)
#674150
(103,65,80)
#775663
(119,86,99)
#876B76
(135,107,118)
#978089
(151,128,137)
#A7959C
(167,149,156)
#B7AAAF
(183,170,175)
#C7BFC2
(199,191,194)
#D7D4D5
(215,212,213)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47172A color. Also use rgb(71,23,42) instead hex code.

Text Font Color

.myTextColor { color: #47172A; }

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

This text font color is #47172A.


Background Color

.myBgColor { background-color: #47172A; }

<div style="background-color:#47172A">Inner text</div>

This div background color is #47172A.


Border color

.myBorderColor { border: 1px solid #47172A; }

<div style="border:3px solid #47172A">Div</div>

This div border color is #47172A.


Opacity

.myOpacity80 { color: #47172A; opacity: 0.8; }

<p style="color:#47172A;opacity:0.8;">80%</p>

Text with #47172A 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 #47172A;}

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

This text has shadow with #47172A color.

.textShadow {text-shadow: 3px 3px 1px #47172A, 3px 3px 1px red;}

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

This text has shadow with #47172A primary color and red secondary color.


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

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

This text has shadow with #47172A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47172A on black background.


Color preview on white background

This text has color #47172A on white background.



Black color preview on #47172A background

This text has black color on #47172A background.


White color preview on #47172A background

This text has white color on #47172A background.