COLOR #47445A

HEX: #47445A
RGB: (71,68,90)

Color info

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

RGB color model

#47445A color RGB value is (71,68,90).

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

RGB channels and saturation

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

71
68
90

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

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 90 = 229 (100%)
R 71 of 229 ~ 31%
G 68 of 229 ~ 29.69%
B 90 of 229 ~ 39.3%

%31
%29.69
%39.3

CMYK color model

#47445A color CMYK value is (21,24,0,65).

  • cyan value is 21.11%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(21,24,0,65)
C21M24Y0K65 
(21%,24%,0%,65%)
(0.21/0.24/0.00/0.65)	

CMYK percentages

%21.11
%24.44
%0
%64.71

Codes

Color #47445A in popluar color models

47445A
RGB716890
HSL248°13.92%30.98%
HSB/HSV248°24.44%35.29%
CMYK21.11%24.44%0.00%
64.71%

Color #47445A in popluar number systems.

HEX47445A
Decimal716890
Binary100011110001001011010
Octal107104132

Shades and tints

Shades of #47445A

#47445A
(71,68,90)
#413E52
(65,62,82)
#3B384A
(59,56,74)
#353242
(53,50,66)
#2F2C3A
(47,44,58)
#292632
(41,38,50)
#23202A
(35,32,42)
#1D1A22
(29,26,34)
#17141A
(23,20,26)
#110E12
(17,14,18)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #47445A

#47445A
(71,68,90)
#575569
(87,85,105)
#676678
(103,102,120)
#777787
(119,119,135)
#878896
(135,136,150)
#9799A5
(151,153,165)
#A7AAB4
(167,170,180)
#B7BBC3
(183,187,195)
#C7CCD2
(199,204,210)
#D7DDE1
(215,221,225)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47445A; }

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

This text font color is #47445A.


Background Color

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

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

This div background color is #47445A.


Border color

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

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

This div border color is #47445A.


Opacity

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

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

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

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

This text has shadow with #47445A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47445A on black background.


Color preview on white background

This text has color #47445A on white background.



Black color preview on #47445A background

This text has black color on #47445A background.


White color preview on #47445A background

This text has white color on #47445A background.