COLOR #47184C

HEX: #47184C
RGB: (71,24,76)

Color info

#47184C contains red, green and blue colors in about the same proportion. Web safe color of #47184C is #330033 (or #303).

RGB color model

#47184C color RGB value is (71,24,76).

  • red value is 71;
  • green value is 24;
  • blue value is 76.
RGB:
(71,24,76)
(28%,9%,30%)

RGB channels and saturation

R 71 of 255 = 28%
G 24 of 255 = 9%
B 76 of 255 = 30%

71
24
76

R + G + B ~ 22%. #47184C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 24 + 76 = 171 (100%)
R 71 of 171 ~ 41.52%
G 24 of 171 ~ 14.04%
B 76 of 171 ~ 44.44%

%41.52
%14.04
%44.44

CMYK color model

#47184C color CMYK value is (7,68,0,70).

  • cyan value is 6.58%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(7,68,0,70)
C7M68Y0K70 
(7%,68%,0%,70%)
(0.07/0.68/0.00/0.70)	

CMYK percentages

%6.58
%68.42
%0
%70.2

Codes

Color #47184C in popluar color models

47184C
RGB712476
HSL294°52.00%19.61%
HSB/HSV294°68.42%29.80%
CMYK6.58%68.42%0.00%
70.20%

Color #47184C in popluar number systems.

HEX47184C
Decimal712476
Binary1000111110001001100
Octal10730114

Shades and tints

Shades of #47184C

#47184C
(71,24,76)
#411646
(65,22,70)
#3B1440
(59,20,64)
#35123A
(53,18,58)
#2F1034
(47,16,52)
#290E2E
(41,14,46)
#230C28
(35,12,40)
#1D0A22
(29,10,34)
#17081C
(23,8,28)
#110616
(17,6,22)
#0B0410
(11,4,16)
#000000
(0,0,0)

Tints of #47184C

#47184C
(71,24,76)
#572D5C
(87,45,92)
#67426C
(103,66,108)
#77577C
(119,87,124)
#876C8C
(135,108,140)
#97819C
(151,129,156)
#A796AC
(167,150,172)
#B7ABBC
(183,171,188)
#C7C0CC
(199,192,204)
#D7D5DC
(215,213,220)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47184C color. Also use rgb(71,24,76) instead hex code.

Text Font Color

.myTextColor { color: #47184C; }

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

This text font color is #47184C.


Background Color

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

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

This div background color is #47184C.


Border color

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

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

This div border color is #47184C.


Opacity

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

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

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

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

This text has shadow with #47184C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47184C on black background.


Color preview on white background

This text has color #47184C on white background.



Black color preview on #47184C background

This text has black color on #47184C background.


White color preview on #47184C background

This text has white color on #47184C background.