COLOR #47314B

HEX: #47314B
RGB: (71,49,75)

Color info

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

RGB color model

#47314B color RGB value is (71,49,75).

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

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 75 of 255 = 29%

71
49
75

R + G + B ~ 25%. #47314B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 75 = 195 (100%)
R 71 of 195 ~ 36.41%
G 49 of 195 ~ 25.13%
B 75 of 195 ~ 38.46%

%36.41
%25.13
%38.46

CMYK color model

#47314B color CMYK value is (5,35,0,71).

  • cyan value is 5.33%
  • magenta value is 34.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(5,35,0,71)
C5M35Y0K71 
(5%,35%,0%,71%)
(0.05/0.35/0.00/0.71)	

CMYK percentages

%5.33
%34.67
%0
%70.59

Codes

Color #47314B in popluar color models

47314B
RGB714975
HSL291°20.97%24.31%
HSB/HSV291°34.67%29.41%
CMYK5.33%34.67%0.00%
70.59%

Color #47314B in popluar number systems.

HEX47314B
Decimal714975
Binary10001111100011001011
Octal10761113

Shades and tints

Shades of #47314B

#47314B
(71,49,75)
#412D45
(65,45,69)
#3B293F
(59,41,63)
#352539
(53,37,57)
#2F2133
(47,33,51)
#291D2D
(41,29,45)
#231927
(35,25,39)
#1D1521
(29,21,33)
#17111B
(23,17,27)
#110D15
(17,13,21)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #47314B

#47314B
(71,49,75)
#57435B
(87,67,91)
#67556B
(103,85,107)
#77677B
(119,103,123)
#87798B
(135,121,139)
#978B9B
(151,139,155)
#A79DAB
(167,157,171)
#B7AFBB
(183,175,187)
#C7C1CB
(199,193,203)
#D7D3DB
(215,211,219)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47314B color. Also use rgb(71,49,75) instead hex code.

Text Font Color

.myTextColor { color: #47314B; }

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

This text font color is #47314B.


Background Color

.myBgColor { background-color: #47314B; }

<div style="background-color:#47314B">Inner text</div>

This div background color is #47314B.


Border color

.myBorderColor { border: 1px solid #47314B; }

<div style="border:3px solid #47314B">Div</div>

This div border color is #47314B.


Opacity

.myOpacity80 { color: #47314B; opacity: 0.8; }

<p style="color:#47314B;opacity:0.8;">80%</p>

Text with #47314B 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 #47314B;}

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

This text has shadow with #47314B color.

.textShadow {text-shadow: 3px 3px 1px #47314B, 3px 3px 1px red;}

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

This text has shadow with #47314B primary color and red secondary color.


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

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

This text has shadow with #47314B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47314B on black background.


Color preview on white background

This text has color #47314B on white background.



Black color preview on #47314B background

This text has black color on #47314B background.


White color preview on #47314B background

This text has white color on #47314B background.