COLOR #47354B

HEX: #47354B
RGB: (71,53,75)

Color info

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

RGB color model

#47354B color RGB value is (71,53,75).

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

RGB channels and saturation

R 71 of 255 = 28%
G 53 of 255 = 21%
B 75 of 255 = 29%

71
53
75

R + G + B ~ 26%. #47354B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 53 + 75 = 199 (100%)
R 71 of 199 ~ 35.68%
G 53 of 199 ~ 26.63%
B 75 of 199 ~ 37.69%

%35.68
%26.63
%37.69

CMYK color model

#47354B color CMYK value is (5,29,0,71).

  • cyan value is 5.33%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(5,29,0,71)
C5M29Y0K71 
(5%,29%,0%,71%)
(0.05/0.29/0.00/0.71)	

CMYK percentages

%5.33
%29.33
%0
%70.59

Codes

Color #47354B in popluar color models

47354B
RGB715375
HSL289°17.19%25.10%
HSB/HSV289°29.33%29.41%
CMYK5.33%29.33%0.00%
70.59%

Color #47354B in popluar number systems.

HEX47354B
Decimal715375
Binary10001111101011001011
Octal10765113

Shades and tints

Shades of #47354B

#47354B
(71,53,75)
#413145
(65,49,69)
#3B2D3F
(59,45,63)
#352939
(53,41,57)
#2F2533
(47,37,51)
#29212D
(41,33,45)
#231D27
(35,29,39)
#1D1921
(29,25,33)
#17151B
(23,21,27)
#111115
(17,17,21)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #47354B

#47354B
(71,53,75)
#57475B
(87,71,91)
#67596B
(103,89,107)
#776B7B
(119,107,123)
#877D8B
(135,125,139)
#978F9B
(151,143,155)
#A7A1AB
(167,161,171)
#B7B3BB
(183,179,187)
#C7C5CB
(199,197,203)
#D7D7DB
(215,215,219)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47354B; }

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

This text font color is #47354B.


Background Color

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

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

This div background color is #47354B.


Border color

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

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

This div border color is #47354B.


Opacity

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

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

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

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

This text has shadow with #47354B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47354B on black background.


Color preview on white background

This text has color #47354B on white background.



Black color preview on #47354B background

This text has black color on #47354B background.


White color preview on #47354B background

This text has white color on #47354B background.