COLOR #47535A

HEX: #47535A
RGB: (71,83,90)

Color info

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

RGB color model

#47535A color RGB value is (71,83,90).

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

RGB channels and saturation

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

71
83
90

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

Portions of RGB colors in percentages

R + G + B =
71 + 83 + 90 = 244 (100%)
R 71 of 244 ~ 29.1%
G 83 of 244 ~ 34.02%
B 90 of 244 ~ 36.89%

%29.1
%34.02
%36.89

CMYK color model

#47535A color CMYK value is (21,8,0,65).

  • cyan value is 21.11%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(21,8,0,65)
C21M8Y0K65 
(21%,8%,0%,65%)
(0.21/0.08/0.00/0.65)	

CMYK percentages

%21.11
%7.78
%0
%64.71

Codes

Color #47535A in popluar color models

47535A
RGB718390
HSL202°11.80%31.57%
HSB/HSV202°21.11%35.29%
CMYK21.11%7.78%0.00%
64.71%

Color #47535A in popluar number systems.

HEX47535A
Decimal718390
Binary100011110100111011010
Octal107123132

Shades and tints

Shades of #47535A

#47535A
(71,83,90)
#414C52
(65,76,82)
#3B454A
(59,69,74)
#353E42
(53,62,66)
#2F373A
(47,55,58)
#293032
(41,48,50)
#23292A
(35,41,42)
#1D2222
(29,34,34)
#171B1A
(23,27,26)
#111412
(17,20,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #47535A

#47535A
(71,83,90)
#576269
(87,98,105)
#677178
(103,113,120)
#778087
(119,128,135)
#878F96
(135,143,150)
#979EA5
(151,158,165)
#A7ADB4
(167,173,180)
#B7BCC3
(183,188,195)
#C7CBD2
(199,203,210)
#D7DAE1
(215,218,225)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47535A; }

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

This text font color is #47535A.


Background Color

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

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

This div background color is #47535A.


Border color

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

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

This div border color is #47535A.


Opacity

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

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

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

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

This text has shadow with #47535A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47535A on black background.


Color preview on white background

This text has color #47535A on white background.



Black color preview on #47535A background

This text has black color on #47535A background.


White color preview on #47535A background

This text has white color on #47535A background.