COLOR #47547C

HEX: #47547C
RGB: (71,84,124)

Color info

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

RGB color model

#47547C color RGB value is (71,84,124).

  • red value is 71;
  • green value is 84;
  • blue value is 124.
RGB:
(71,84,124)
(28%,33%,49%)

RGB channels and saturation

R 71 of 255 = 28%
G 84 of 255 = 33%
B 124 of 255 = 49%

71
84
124

R + G + B ~ 37%. #47547C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 84 + 124 = 279 (100%)
R 71 of 279 ~ 25.45%
G 84 of 279 ~ 30.11%
B 124 of 279 ~ 44.44%

%25.45
%30.11
%44.44

CMYK color model

#47547C color CMYK value is (43,32,0,51).

  • cyan value is 42.74%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(43,32,0,51)
C43M32Y0K51 
(43%,32%,0%,51%)
(0.43/0.32/0.00/0.51)	

CMYK percentages

%42.74
%32.26
%0
%51.37

Codes

Color #47547C in popluar color models

47547C
RGB7184124
HSL225°27.18%38.24%
HSB/HSV225°42.74%48.63%
CMYK42.74%32.26%0.00%
51.37%

Color #47547C in popluar number systems.

HEX47547C
Decimal7184124
Binary100011110101001111100
Octal107124174

Shades and tints

Shades of #47547C

#47547C
(71,84,124)
#414D71
(65,77,113)
#3B4666
(59,70,102)
#353F5B
(53,63,91)
#2F3850
(47,56,80)
#293145
(41,49,69)
#232A3A
(35,42,58)
#1D232F
(29,35,47)
#171C24
(23,28,36)
#111519
(17,21,25)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #47547C

#47547C
(71,84,124)
#576387
(87,99,135)
#677292
(103,114,146)
#77819D
(119,129,157)
#8790A8
(135,144,168)
#979FB3
(151,159,179)
#A7AEBE
(167,174,190)
#B7BDC9
(183,189,201)
#C7CCD4
(199,204,212)
#D7DBDF
(215,219,223)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47547C color. Also use rgb(71,84,124) instead hex code.

Text Font Color

.myTextColor { color: #47547C; }

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

This text font color is #47547C.


Background Color

.myBgColor { background-color: #47547C; }

<div style="background-color:#47547C">Inner text</div>

This div background color is #47547C.


Border color

.myBorderColor { border: 1px solid #47547C; }

<div style="border:3px solid #47547C">Div</div>

This div border color is #47547C.


Opacity

.myOpacity80 { color: #47547C; opacity: 0.8; }

<p style="color:#47547C;opacity:0.8;">80%</p>

Text with #47547C 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 #47547C;}

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

This text has shadow with #47547C color.

.textShadow {text-shadow: 3px 3px 1px #47547C, 3px 3px 1px red;}

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

This text has shadow with #47547C primary color and red secondary color.


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

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

This text has shadow with #47547C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47547C on black background.


Color preview on white background

This text has color #47547C on white background.



Black color preview on #47547C background

This text has black color on #47547C background.


White color preview on #47547C background

This text has white color on #47547C background.