COLOR #47175A

HEX: #47175A
RGB: (71,23,90)

Color info

#47175A contains mainly red and blue colors. Web safe color of #47175A is #330066 (or #306).

RGB color model

#47175A color RGB value is (71,23,90).

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

RGB channels and saturation

R 71 of 255 = 28%
G 23 of 255 = 9%
B 90 of 255 = 35%

71
23
90

R + G + B ~ 24%. #47175A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 23 + 90 = 184 (100%)
R 71 of 184 ~ 38.59%
G 23 of 184 ~ 12.5%
B 90 of 184 ~ 48.91%

%38.59
%12.5
%48.91

CMYK color model

#47175A color CMYK value is (21,74,0,65).

  • cyan value is 21.11%
  • magenta value is 74.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(21,74,0,65)
C21M74Y0K65 
(21%,74%,0%,65%)
(0.21/0.74/0.00/0.65)	

CMYK percentages

%21.11
%74.44
%0
%64.71

Codes

Color #47175A in popluar color models

47175A
RGB712390
HSL283°59.29%22.16%
HSB/HSV283°74.44%35.29%
CMYK21.11%74.44%0.00%
64.71%

Color #47175A in popluar number systems.

HEX47175A
Decimal712390
Binary1000111101111011010
Octal10727132

Shades and tints

Shades of #47175A

#47175A
(71,23,90)
#411552
(65,21,82)
#3B134A
(59,19,74)
#351142
(53,17,66)
#2F0F3A
(47,15,58)
#290D32
(41,13,50)
#230B2A
(35,11,42)
#1D0922
(29,9,34)
#17071A
(23,7,26)
#110512
(17,5,18)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #47175A

#47175A
(71,23,90)
#572C69
(87,44,105)
#674178
(103,65,120)
#775687
(119,86,135)
#876B96
(135,107,150)
#9780A5
(151,128,165)
#A795B4
(167,149,180)
#B7AAC3
(183,170,195)
#C7BFD2
(199,191,210)
#D7D4E1
(215,212,225)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47175A; }

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

This text font color is #47175A.


Background Color

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

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

This div background color is #47175A.


Border color

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

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

This div border color is #47175A.


Opacity

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

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

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

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

This text has shadow with #47175A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47175A on black background.


Color preview on white background

This text has color #47175A on white background.



Black color preview on #47175A background

This text has black color on #47175A background.


White color preview on #47175A background

This text has white color on #47175A background.