COLOR #47173E

HEX: #47173E
RGB: (71,23,62)

Color info

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

RGB color model

#47173E color RGB value is (71,23,62).

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

RGB channels and saturation

R 71 of 255 = 28%
G 23 of 255 = 9%
B 62 of 255 = 24%

71
23
62

R + G + B ~ 20%. #47173E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 23 + 62 = 156 (100%)
R 71 of 156 ~ 45.51%
G 23 of 156 ~ 14.74%
B 62 of 156 ~ 39.74%

%45.51
%14.74
%39.74

CMYK color model

#47173E color CMYK value is (0,68,13,72).

  • cyan value is 0.00%
  • magenta value is 67.61%
  • yellow value is 12.68%
  • key color value is 72.16%
CMYK:
(0,68,13,72)
C0M68Y13K72 
(0%,68%,13%,72%)
(0.00/0.68/0.13/0.72)	

CMYK percentages

%0
%67.61
%12.68
%72.16

Codes

Color #47173E in popluar color models

47173E
RGB712362
HSL311°51.06%18.43%
HSB/HSV311°67.61%27.84%
CMYK0.00%67.61%12.68%
72.16%

Color #47173E in popluar number systems.

HEX47173E
Decimal712362
Binary100011110111111110
Octal1072776

Shades and tints

Shades of #47173E

#47173E
(71,23,62)
#411539
(65,21,57)
#3B1334
(59,19,52)
#35112F
(53,17,47)
#2F0F2A
(47,15,42)
#290D25
(41,13,37)
#230B20
(35,11,32)
#1D091B
(29,9,27)
#170716
(23,7,22)
#110511
(17,5,17)
#0B030C
(11,3,12)
#000000
(0,0,0)

Tints of #47173E

#47173E
(71,23,62)
#572C4F
(87,44,79)
#674160
(103,65,96)
#775671
(119,86,113)
#876B82
(135,107,130)
#978093
(151,128,147)
#A795A4
(167,149,164)
#B7AAB5
(183,170,181)
#C7BFC6
(199,191,198)
#D7D4D7
(215,212,215)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47173E; }

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

This text font color is #47173E.


Background Color

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

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

This div background color is #47173E.


Border color

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

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

This div border color is #47173E.


Opacity

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

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

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

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

This text has shadow with #47173E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47173E on black background.


Color preview on white background

This text has color #47173E on white background.



Black color preview on #47173E background

This text has black color on #47173E background.


White color preview on #47173E background

This text has white color on #47173E background.