COLOR #47313A

HEX: #47313A
RGB: (71,49,58)

Color info

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

RGB color model

#47313A color RGB value is (71,49,58).

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

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 58 of 255 = 23%

71
49
58

R + G + B ~ 23%. #47313A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 58 = 178 (100%)
R 71 of 178 ~ 39.89%
G 49 of 178 ~ 27.53%
B 58 of 178 ~ 32.58%

%39.89
%27.53
%32.58

CMYK color model

#47313A color CMYK value is (0,31,18,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(0,31,18,72)
C0M31Y18K72 
(0%,31%,18%,72%)
(0.00/0.31/0.18/0.72)	

CMYK percentages

%0
%30.99
%18.31
%72.16

Codes

Color #47313A in popluar color models

47313A
RGB714958
HSL335°18.33%23.53%
HSB/HSV335°30.99%27.84%
CMYK0.00%30.99%18.31%
72.16%

Color #47313A in popluar number systems.

HEX47313A
Decimal714958
Binary1000111110001111010
Octal1076172

Shades and tints

Shades of #47313A

#47313A
(71,49,58)
#412D35
(65,45,53)
#3B2930
(59,41,48)
#35252B
(53,37,43)
#2F2126
(47,33,38)
#291D21
(41,29,33)
#23191C
(35,25,28)
#1D1517
(29,21,23)
#171112
(23,17,18)
#110D0D
(17,13,13)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #47313A

#47313A
(71,49,58)
#57434B
(87,67,75)
#67555C
(103,85,92)
#77676D
(119,103,109)
#87797E
(135,121,126)
#978B8F
(151,139,143)
#A79DA0
(167,157,160)
#B7AFB1
(183,175,177)
#C7C1C2
(199,193,194)
#D7D3D3
(215,211,211)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47313A; }

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

This text font color is #47313A.


Background Color

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

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

This div background color is #47313A.


Border color

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

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

This div border color is #47313A.


Opacity

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

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

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

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

This text has shadow with #47313A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47313A on black background.


Color preview on white background

This text has color #47313A on white background.



Black color preview on #47313A background

This text has black color on #47313A background.


White color preview on #47313A background

This text has white color on #47313A background.