COLOR #47313C

HEX: #47313C
RGB: (71,49,60)

Color info

#47313C contains red, green and blue colors in about the same proportion. Web safe color of #47313C is #333333 (or #333).

RGB color model

#47313C color RGB value is (71,49,60).

  • red value is 71;
  • green value is 49;
  • blue value is 60.
RGB:
(71,49,60)
(28%,19%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 60 of 255 = 24%

71
49
60

R + G + B ~ 24%. #47313C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 60 = 180 (100%)
R 71 of 180 ~ 39.44%
G 49 of 180 ~ 27.22%
B 60 of 180 ~ 33.33%

%39.44
%27.22
%33.33

CMYK color model

#47313C color CMYK value is (0,31,15,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(0,31,15,72)
C0M31Y15K72 
(0%,31%,15%,72%)
(0.00/0.31/0.15/0.72)	

CMYK percentages

%0
%30.99
%15.49
%72.16

Codes

Color #47313C in popluar color models

47313C
RGB714960
HSL330°18.33%23.53%
HSB/HSV330°30.99%27.84%
CMYK0.00%30.99%15.49%
72.16%

Color #47313C in popluar number systems.

HEX47313C
Decimal714960
Binary1000111110001111100
Octal1076174

Shades and tints

Shades of #47313C

#47313C
(71,49,60)
#412D37
(65,45,55)
#3B2932
(59,41,50)
#35252D
(53,37,45)
#2F2128
(47,33,40)
#291D23
(41,29,35)
#23191E
(35,25,30)
#1D1519
(29,21,25)
#171114
(23,17,20)
#110D0F
(17,13,15)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #47313C

#47313C
(71,49,60)
#57434D
(87,67,77)
#67555E
(103,85,94)
#77676F
(119,103,111)
#877980
(135,121,128)
#978B91
(151,139,145)
#A79DA2
(167,157,162)
#B7AFB3
(183,175,179)
#C7C1C4
(199,193,196)
#D7D3D5
(215,211,213)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47313C color. Also use rgb(71,49,60) instead hex code.

Text Font Color

.myTextColor { color: #47313C; }

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

This text font color is #47313C.


Background Color

.myBgColor { background-color: #47313C; }

<div style="background-color:#47313C">Inner text</div>

This div background color is #47313C.


Border color

.myBorderColor { border: 1px solid #47313C; }

<div style="border:3px solid #47313C">Div</div>

This div border color is #47313C.


Opacity

.myOpacity80 { color: #47313C; opacity: 0.8; }

<p style="color:#47313C;opacity:0.8;">80%</p>

Text with #47313C 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 #47313C;}

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

This text has shadow with #47313C color.

.textShadow {text-shadow: 3px 3px 1px #47313C, 3px 3px 1px red;}

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

This text has shadow with #47313C primary color and red secondary color.


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

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

This text has shadow with #47313C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47313C on black background.


Color preview on white background

This text has color #47313C on white background.



Black color preview on #47313C background

This text has black color on #47313C background.


White color preview on #47313C background

This text has white color on #47313C background.