COLOR #47455A

HEX: #47455A
RGB: (71,69,90)

Color info

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

RGB color model

#47455A color RGB value is (71,69,90).

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

RGB channels and saturation

R 71 of 255 = 28%
G 69 of 255 = 27%
B 90 of 255 = 35%

71
69
90

R + G + B ~ 30%. #47455A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 90 = 230 (100%)
R 71 of 230 ~ 30.87%
G 69 of 230 ~ 30%
B 90 of 230 ~ 39.13%

%30.87
%30
%39.13

CMYK color model

#47455A color CMYK value is (21,23,0,65).

  • cyan value is 21.11%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(21,23,0,65)
C21M23Y0K65 
(21%,23%,0%,65%)
(0.21/0.23/0.00/0.65)	

CMYK percentages

%21.11
%23.33
%0
%64.71

Codes

Color #47455A in popluar color models

47455A
RGB716990
HSL246°13.21%31.18%
HSB/HSV246°23.33%35.29%
CMYK21.11%23.33%0.00%
64.71%

Color #47455A in popluar number systems.

HEX47455A
Decimal716990
Binary100011110001011011010
Octal107105132

Shades and tints

Shades of #47455A

#47455A
(71,69,90)
#413F52
(65,63,82)
#3B394A
(59,57,74)
#353342
(53,51,66)
#2F2D3A
(47,45,58)
#292732
(41,39,50)
#23212A
(35,33,42)
#1D1B22
(29,27,34)
#17151A
(23,21,26)
#110F12
(17,15,18)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #47455A

#47455A
(71,69,90)
#575569
(87,85,105)
#676578
(103,101,120)
#777587
(119,117,135)
#878596
(135,133,150)
#9795A5
(151,149,165)
#A7A5B4
(167,165,180)
#B7B5C3
(183,181,195)
#C7C5D2
(199,197,210)
#D7D5E1
(215,213,225)
#E7E5F0
(231,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47455A; }

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

This text font color is #47455A.


Background Color

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

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

This div background color is #47455A.


Border color

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

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

This div border color is #47455A.


Opacity

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

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

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

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

This text has shadow with #47455A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47455A on black background.


Color preview on white background

This text has color #47455A on white background.



Black color preview on #47455A background

This text has black color on #47455A background.


White color preview on #47455A background

This text has white color on #47455A background.