COLOR #47554F

HEX: #47554F
RGB: (71,85,79)

Color info

#47554F contains red, green and blue colors in about the same proportion. Web safe color of #47554F is #336666 (or #366).

RGB color model

#47554F color RGB value is (71,85,79).

  • red value is 71;
  • green value is 85;
  • blue value is 79.
RGB:
(71,85,79)
(28%,33%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 85 of 255 = 33%
B 79 of 255 = 31%

71
85
79

R + G + B ~ 31%. #47554F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 85 + 79 = 235 (100%)
R 71 of 235 ~ 30.21%
G 85 of 235 ~ 36.17%
B 79 of 235 ~ 33.62%

%30.21
%36.17
%33.62

CMYK color model

#47554F color CMYK value is (16,0,7,67).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 66.67%
CMYK:
(16,0,7,67)
C16M0Y7K67 
(16%,0%,7%,67%)
(0.16/0.00/0.07/0.67)	

CMYK percentages

%16.47
%0
%7.06
%66.67

Codes

Color #47554F in popluar color models

47554F
RGB718579
HSL154°8.97%30.59%
HSB/HSV154°16.47%33.33%
CMYK16.47%0.00%7.06%
66.67%

Color #47554F in popluar number systems.

HEX47554F
Decimal718579
Binary100011110101011001111
Octal107125117

Shades and tints

Shades of #47554F

#47554F
(71,85,79)
#414E48
(65,78,72)
#3B4741
(59,71,65)
#35403A
(53,64,58)
#2F3933
(47,57,51)
#29322C
(41,50,44)
#232B25
(35,43,37)
#1D241E
(29,36,30)
#171D17
(23,29,23)
#111610
(17,22,16)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #47554F

#47554F
(71,85,79)
#57645F
(87,100,95)
#67736F
(103,115,111)
#77827F
(119,130,127)
#87918F
(135,145,143)
#97A09F
(151,160,159)
#A7AFAF
(167,175,175)
#B7BEBF
(183,190,191)
#C7CDCF
(199,205,207)
#D7DCDF
(215,220,223)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47554F color. Also use rgb(71,85,79) instead hex code.

Text Font Color

.myTextColor { color: #47554F; }

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

This text font color is #47554F.


Background Color

.myBgColor { background-color: #47554F; }

<div style="background-color:#47554F">Inner text</div>

This div background color is #47554F.


Border color

.myBorderColor { border: 1px solid #47554F; }

<div style="border:3px solid #47554F">Div</div>

This div border color is #47554F.


Opacity

.myOpacity80 { color: #47554F; opacity: 0.8; }

<p style="color:#47554F;opacity:0.8;">80%</p>

Text with #47554F 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 #47554F;}

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

This text has shadow with #47554F color.

.textShadow {text-shadow: 3px 3px 1px #47554F, 3px 3px 1px red;}

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

This text has shadow with #47554F primary color and red secondary color.


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

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

This text has shadow with #47554F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47554F on black background.


Color preview on white background

This text has color #47554F on white background.



Black color preview on #47554F background

This text has black color on #47554F background.


White color preview on #47554F background

This text has white color on #47554F background.