COLOR #47414D

HEX: #47414D
RGB: (71,65,77)

Color info

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

RGB color model

#47414D color RGB value is (71,65,77).

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

RGB channels and saturation

R 71 of 255 = 28%
G 65 of 255 = 25%
B 77 of 255 = 30%

71
65
77

R + G + B ~ 28%. #47414D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 77 = 213 (100%)
R 71 of 213 ~ 33.33%
G 65 of 213 ~ 30.52%
B 77 of 213 ~ 36.15%

%33.33
%30.52
%36.15

CMYK color model

#47414D color CMYK value is (8,16,0,70).

  • cyan value is 7.79%
  • magenta value is 15.58%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(8,16,0,70)
C8M16Y0K70 
(8%,16%,0%,70%)
(0.08/0.16/0.00/0.70)	

CMYK percentages

%7.79
%15.58
%0
%69.8

Codes

Color #47414D in popluar color models

47414D
RGB716577
HSL270°8.45%27.84%
HSB/HSV270°15.58%30.20%
CMYK7.79%15.58%0.00%
69.80%

Color #47414D in popluar number systems.

HEX47414D
Decimal716577
Binary100011110000011001101
Octal107101115

Shades and tints

Shades of #47414D

#47414D
(71,65,77)
#413C46
(65,60,70)
#3B373F
(59,55,63)
#353238
(53,50,56)
#2F2D31
(47,45,49)
#29282A
(41,40,42)
#232323
(35,35,35)
#1D1E1C
(29,30,28)
#171915
(23,25,21)
#11140E
(17,20,14)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #47414D

#47414D
(71,65,77)
#57525D
(87,82,93)
#67636D
(103,99,109)
#77747D
(119,116,125)
#87858D
(135,133,141)
#97969D
(151,150,157)
#A7A7AD
(167,167,173)
#B7B8BD
(183,184,189)
#C7C9CD
(199,201,205)
#D7DADD
(215,218,221)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47414D; }

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

This text font color is #47414D.


Background Color

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

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

This div background color is #47414D.


Border color

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

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

This div border color is #47414D.


Opacity

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

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

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

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

This text has shadow with #47414D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47414D on black background.


Color preview on white background

This text has color #47414D on white background.



Black color preview on #47414D background

This text has black color on #47414D background.


White color preview on #47414D background

This text has white color on #47414D background.