COLOR #47374D

HEX: #47374D
RGB: (71,55,77)

Color info

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

RGB color model

#47374D color RGB value is (71,55,77).

  • red value is 71;
  • green value is 55;
  • blue value is 77.
RGB:
(71,55,77)
(28%,22%,30%)

RGB channels and saturation

R 71 of 255 = 28%
G 55 of 255 = 22%
B 77 of 255 = 30%

71
55
77

R + G + B ~ 27%. #47374D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 55 + 77 = 203 (100%)
R 71 of 203 ~ 34.98%
G 55 of 203 ~ 27.09%
B 77 of 203 ~ 37.93%

%34.98
%27.09
%37.93

CMYK color model

#47374D color CMYK value is (8,29,0,70).

  • cyan value is 7.79%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(8,29,0,70)
C8M29Y0K70 
(8%,29%,0%,70%)
(0.08/0.29/0.00/0.70)	

CMYK percentages

%7.79
%28.57
%0
%69.8

Codes

Color #47374D in popluar color models

47374D
RGB715577
HSL284°16.67%25.88%
HSB/HSV284°28.57%30.20%
CMYK7.79%28.57%0.00%
69.80%

Color #47374D in popluar number systems.

HEX47374D
Decimal715577
Binary10001111101111001101
Octal10767115

Shades and tints

Shades of #47374D

#47374D
(71,55,77)
#413246
(65,50,70)
#3B2D3F
(59,45,63)
#352838
(53,40,56)
#2F2331
(47,35,49)
#291E2A
(41,30,42)
#231923
(35,25,35)
#1D141C
(29,20,28)
#170F15
(23,15,21)
#110A0E
(17,10,14)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #47374D

#47374D
(71,55,77)
#57495D
(87,73,93)
#675B6D
(103,91,109)
#776D7D
(119,109,125)
#877F8D
(135,127,141)
#97919D
(151,145,157)
#A7A3AD
(167,163,173)
#B7B5BD
(183,181,189)
#C7C7CD
(199,199,205)
#D7D9DD
(215,217,221)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47374D color. Also use rgb(71,55,77) instead hex code.

Text Font Color

.myTextColor { color: #47374D; }

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

This text font color is #47374D.


Background Color

.myBgColor { background-color: #47374D; }

<div style="background-color:#47374D">Inner text</div>

This div background color is #47374D.


Border color

.myBorderColor { border: 1px solid #47374D; }

<div style="border:3px solid #47374D">Div</div>

This div border color is #47374D.


Opacity

.myOpacity80 { color: #47374D; opacity: 0.8; }

<p style="color:#47374D;opacity:0.8;">80%</p>

Text with #47374D 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 #47374D;}

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

This text has shadow with #47374D color.

.textShadow {text-shadow: 3px 3px 1px #47374D, 3px 3px 1px red;}

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

This text has shadow with #47374D primary color and red secondary color.


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

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

This text has shadow with #47374D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47374D on black background.


Color preview on white background

This text has color #47374D on white background.



Black color preview on #47374D background

This text has black color on #47374D background.


White color preview on #47374D background

This text has white color on #47374D background.