COLOR #54176B

HEX: #54176B
RGB: (84,23,107)

Color info

#54176B contains mainly red and blue colors. Web safe color of #54176B is #660066 (or #606).

RGB color model

#54176B color RGB value is (84,23,107).

  • red value is 84;
  • green value is 23;
  • blue value is 107.
RGB:
(84,23,107)
(33%,9%,42%)

RGB channels and saturation

R 84 of 255 = 33%
G 23 of 255 = 9%
B 107 of 255 = 42%

84
23
107

R + G + B ~ 28%. #54176B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 23 + 107 = 214 (100%)
R 84 of 214 ~ 39.25%
G 23 of 214 ~ 10.75%
B 107 of 214 ~ 50%

%39.25
%10.75
%50

CMYK color model

#54176B color CMYK value is (21,79,0,58).

  • cyan value is 21.50%
  • magenta value is 78.50%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(21,79,0,58)
C21M79Y0K58 
(21%,79%,0%,58%)
(0.21/0.79/0.00/0.58)	

CMYK percentages

%21.5
%78.5
%0
%58.04

Codes

Color #54176B in popluar color models

54176B
RGB8423107
HSL284°64.62%25.49%
HSB/HSV284°78.50%41.96%
CMYK21.50%78.50%0.00%
58.04%

Color #54176B in popluar number systems.

HEX54176B
Decimal8423107
Binary1010100101111101011
Octal12427153

Shades and tints

Shades of #54176B

#54176B
(84,23,107)
#4D1562
(77,21,98)
#461359
(70,19,89)
#3F1150
(63,17,80)
#380F47
(56,15,71)
#310D3E
(49,13,62)
#2A0B35
(42,11,53)
#23092C
(35,9,44)
#1C0723
(28,7,35)
#15051A
(21,5,26)
#0E0311
(14,3,17)
#000000
(0,0,0)

Tints of #54176B

#54176B
(84,23,107)
#632C78
(99,44,120)
#724185
(114,65,133)
#815692
(129,86,146)
#906B9F
(144,107,159)
#9F80AC
(159,128,172)
#AE95B9
(174,149,185)
#BDAAC6
(189,170,198)
#CCBFD3
(204,191,211)
#DBD4E0
(219,212,224)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54176B color. Also use rgb(84,23,107) instead hex code.

Text Font Color

.myTextColor { color: #54176B; }

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

This text font color is #54176B.


Background Color

.myBgColor { background-color: #54176B; }

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

This div background color is #54176B.


Border color

.myBorderColor { border: 1px solid #54176B; }

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

This div border color is #54176B.


Opacity

.myOpacity80 { color: #54176B; opacity: 0.8; }

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

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

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

This text has shadow with #54176B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54176B on black background.


Color preview on white background

This text has color #54176B on white background.



Black color preview on #54176B background

This text has black color on #54176B background.


White color preview on #54176B background

This text has white color on #54176B background.