COLOR #47475D

HEX: #47475D
RGB: (71,71,93)

Color info

#47475D contains red, green and blue colors in about the same proportion. Web safe color of #47475D is #333366 (or #336).

RGB color model

#47475D color RGB value is (71,71,93).

  • red value is 71;
  • green value is 71;
  • blue value is 93.
RGB:
(71,71,93)
(28%,28%,36%)

RGB channels and saturation

R 71 of 255 = 28%
G 71 of 255 = 28%
B 93 of 255 = 36%

71
71
93

R + G + B ~ 31%. #47475D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 93 = 235 (100%)
R 71 of 235 ~ 30.21%
G 71 of 235 ~ 30.21%
B 93 of 235 ~ 39.57%

%30.21
%30.21
%39.57

CMYK color model

#47475D color CMYK value is (24,24,0,64).

  • cyan value is 23.66%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(24,24,0,64)
C24M24Y0K64 
(24%,24%,0%,64%)
(0.24/0.24/0.00/0.64)	

CMYK percentages

%23.66
%23.66
%0
%63.53

Codes

Color #47475D in popluar color models

47475D
RGB717193
HSL240°13.41%32.16%
HSB/HSV240°23.66%36.47%
CMYK23.66%23.66%0.00%
63.53%

Color #47475D in popluar number systems.

HEX47475D
Decimal717193
Binary100011110001111011101
Octal107107135

Shades and tints

Shades of #47475D

#47475D
(71,71,93)
#414155
(65,65,85)
#3B3B4D
(59,59,77)
#353545
(53,53,69)
#2F2F3D
(47,47,61)
#292935
(41,41,53)
#23232D
(35,35,45)
#1D1D25
(29,29,37)
#17171D
(23,23,29)
#111115
(17,17,21)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #47475D

#47475D
(71,71,93)
#57576B
(87,87,107)
#676779
(103,103,121)
#777787
(119,119,135)
#878795
(135,135,149)
#9797A3
(151,151,163)
#A7A7B1
(167,167,177)
#B7B7BF
(183,183,191)
#C7C7CD
(199,199,205)
#D7D7DB
(215,215,219)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47475D; }

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

This text font color is #47475D.


Background Color

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

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

This div background color is #47475D.


Border color

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

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

This div border color is #47475D.


Opacity

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

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

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

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

This text has shadow with #47475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47475D on black background.


Color preview on white background

This text has color #47475D on white background.



Black color preview on #47475D background

This text has black color on #47475D background.


White color preview on #47475D background

This text has white color on #47475D background.