COLOR #471654

HEX: #471654
RGB: (71,22,84)

Color info

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

RGB color model

#471654 color RGB value is (71,22,84).

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

RGB channels and saturation

R 71 of 255 = 28%
G 22 of 255 = 9%
B 84 of 255 = 33%

71
22
84

R + G + B ~ 23%. #471654 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 22 + 84 = 177 (100%)
R 71 of 177 ~ 40.11%
G 22 of 177 ~ 12.43%
B 84 of 177 ~ 47.46%

%40.11
%12.43
%47.46

CMYK color model

#471654 color CMYK value is (15,74,0,67).

  • cyan value is 15.48%
  • magenta value is 73.81%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(15,74,0,67)
C15M74Y0K67 
(15%,74%,0%,67%)
(0.15/0.74/0.00/0.67)	

CMYK percentages

%15.48
%73.81
%0
%67.06

Codes

Color #471654 in popluar color models

471654
RGB712284
HSL287°58.49%20.78%
HSB/HSV287°73.81%32.94%
CMYK15.48%73.81%0.00%
67.06%

Color #471654 in popluar number systems.

HEX471654
Decimal712284
Binary1000111101101010100
Octal10726124

Shades and tints

Shades of #471654

#471654
(71,22,84)
#41144D
(65,20,77)
#3B1246
(59,18,70)
#35103F
(53,16,63)
#2F0E38
(47,14,56)
#290C31
(41,12,49)
#230A2A
(35,10,42)
#1D0823
(29,8,35)
#17061C
(23,6,28)
#110415
(17,4,21)
#0B020E
(11,2,14)
#000000
(0,0,0)

Tints of #471654

#471654
(71,22,84)
#572B63
(87,43,99)
#674072
(103,64,114)
#775581
(119,85,129)
#876A90
(135,106,144)
#977F9F
(151,127,159)
#A794AE
(167,148,174)
#B7A9BD
(183,169,189)
#C7BECC
(199,190,204)
#D7D3DB
(215,211,219)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471654; }

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

This text font color is #471654.


Background Color

.myBgColor { background-color: #471654; }

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

This div background color is #471654.


Border color

.myBorderColor { border: 1px solid #471654; }

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

This div border color is #471654.


Opacity

.myOpacity80 { color: #471654; opacity: 0.8; }

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

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

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

This text has shadow with #471654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471654 on black background.


Color preview on white background

This text has color #471654 on white background.



Black color preview on #471654 background

This text has black color on #471654 background.


White color preview on #471654 background

This text has white color on #471654 background.