COLOR #47324E

HEX: #47324E
RGB: (71,50,78)

Color info

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

RGB color model

#47324E color RGB value is (71,50,78).

  • red value is 71;
  • green value is 50;
  • blue value is 78.
RGB:
(71,50,78)
(28%,20%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 78 of 255 = 31%

71
50
78

R + G + B ~ 26%. #47324E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 78 = 199 (100%)
R 71 of 199 ~ 35.68%
G 50 of 199 ~ 25.13%
B 78 of 199 ~ 39.2%

%35.68
%25.13
%39.2

CMYK color model

#47324E color CMYK value is (9,36,0,69).

  • cyan value is 8.97%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(9,36,0,69)
C9M36Y0K69 
(9%,36%,0%,69%)
(0.09/0.36/0.00/0.69)	

CMYK percentages

%8.97
%35.9
%0
%69.41

Codes

Color #47324E in popluar color models

47324E
RGB715078
HSL285°21.88%25.10%
HSB/HSV285°35.90%30.59%
CMYK8.97%35.90%0.00%
69.41%

Color #47324E in popluar number systems.

HEX47324E
Decimal715078
Binary10001111100101001110
Octal10762116

Shades and tints

Shades of #47324E

#47324E
(71,50,78)
#412E47
(65,46,71)
#3B2A40
(59,42,64)
#352639
(53,38,57)
#2F2232
(47,34,50)
#291E2B
(41,30,43)
#231A24
(35,26,36)
#1D161D
(29,22,29)
#171216
(23,18,22)
#110E0F
(17,14,15)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #47324E

#47324E
(71,50,78)
#57445E
(87,68,94)
#67566E
(103,86,110)
#77687E
(119,104,126)
#877A8E
(135,122,142)
#978C9E
(151,140,158)
#A79EAE
(167,158,174)
#B7B0BE
(183,176,190)
#C7C2CE
(199,194,206)
#D7D4DE
(215,212,222)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47324E color. Also use rgb(71,50,78) instead hex code.

Text Font Color

.myTextColor { color: #47324E; }

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

This text font color is #47324E.


Background Color

.myBgColor { background-color: #47324E; }

<div style="background-color:#47324E">Inner text</div>

This div background color is #47324E.


Border color

.myBorderColor { border: 1px solid #47324E; }

<div style="border:3px solid #47324E">Div</div>

This div border color is #47324E.


Opacity

.myOpacity80 { color: #47324E; opacity: 0.8; }

<p style="color:#47324E;opacity:0.8;">80%</p>

Text with #47324E 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 #47324E;}

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

This text has shadow with #47324E color.

.textShadow {text-shadow: 3px 3px 1px #47324E, 3px 3px 1px red;}

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

This text has shadow with #47324E primary color and red secondary color.


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

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

This text has shadow with #47324E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47324E on black background.


Color preview on white background

This text has color #47324E on white background.



Black color preview on #47324E background

This text has black color on #47324E background.


White color preview on #47324E background

This text has white color on #47324E background.