COLOR #47555A

HEX: #47555A
RGB: (71,85,90)

Color info

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

RGB color model

#47555A color RGB value is (71,85,90).

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

RGB channels and saturation

R 71 of 255 = 28%
G 85 of 255 = 33%
B 90 of 255 = 35%

71
85
90

R + G + B ~ 32%. #47555A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 85 + 90 = 246 (100%)
R 71 of 246 ~ 28.86%
G 85 of 246 ~ 34.55%
B 90 of 246 ~ 36.59%

%28.86
%34.55
%36.59

CMYK color model

#47555A color CMYK value is (21,6,0,65).

  • cyan value is 21.11%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(21,6,0,65)
C21M6Y0K65 
(21%,6%,0%,65%)
(0.21/0.06/0.00/0.65)	

CMYK percentages

%21.11
%5.56
%0
%64.71

Codes

Color #47555A in popluar color models

47555A
RGB718590
HSL196°11.80%31.57%
HSB/HSV196°21.11%35.29%
CMYK21.11%5.56%0.00%
64.71%

Color #47555A in popluar number systems.

HEX47555A
Decimal718590
Binary100011110101011011010
Octal107125132

Shades and tints

Shades of #47555A

#47555A
(71,85,90)
#414E52
(65,78,82)
#3B474A
(59,71,74)
#354042
(53,64,66)
#2F393A
(47,57,58)
#293232
(41,50,50)
#232B2A
(35,43,42)
#1D2422
(29,36,34)
#171D1A
(23,29,26)
#111612
(17,22,18)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #47555A

#47555A
(71,85,90)
#576469
(87,100,105)
#677378
(103,115,120)
#778287
(119,130,135)
#879196
(135,145,150)
#97A0A5
(151,160,165)
#A7AFB4
(167,175,180)
#B7BEC3
(183,190,195)
#C7CDD2
(199,205,210)
#D7DCE1
(215,220,225)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47555A color. Also use rgb(71,85,90) instead hex code.

Text Font Color

.myTextColor { color: #47555A; }

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

This text font color is #47555A.


Background Color

.myBgColor { background-color: #47555A; }

<div style="background-color:#47555A">Inner text</div>

This div background color is #47555A.


Border color

.myBorderColor { border: 1px solid #47555A; }

<div style="border:3px solid #47555A">Div</div>

This div border color is #47555A.


Opacity

.myOpacity80 { color: #47555A; opacity: 0.8; }

<p style="color:#47555A;opacity:0.8;">80%</p>

Text with #47555A 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 #47555A;}

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

This text has shadow with #47555A color.

.textShadow {text-shadow: 3px 3px 1px #47555A, 3px 3px 1px red;}

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

This text has shadow with #47555A primary color and red secondary color.


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

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

This text has shadow with #47555A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47555A on black background.


Color preview on white background

This text has color #47555A on white background.



Black color preview on #47555A background

This text has black color on #47555A background.


White color preview on #47555A background

This text has white color on #47555A background.