COLOR #54618A

HEX: #54618A
RGB: (84,97,138)

Color info

#54618A contains red, green and blue colors in about the same proportion. Web safe color of #54618A is #666699 (or #669).

RGB color model

#54618A color RGB value is (84,97,138).

  • red value is 84;
  • green value is 97;
  • blue value is 138.
RGB:
(84,97,138)
(33%,38%,54%)

RGB channels and saturation

R 84 of 255 = 33%
G 97 of 255 = 38%
B 138 of 255 = 54%

84
97
138

R + G + B ~ 42%. #54618A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 97 + 138 = 319 (100%)
R 84 of 319 ~ 26.33%
G 97 of 319 ~ 30.41%
B 138 of 319 ~ 43.26%

%26.33
%30.41
%43.26

CMYK color model

#54618A color CMYK value is (39,30,0,46).

  • cyan value is 39.13%
  • magenta value is 29.71%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(39,30,0,46)
C39M30Y0K46 
(39%,30%,0%,46%)
(0.39/0.30/0.00/0.46)	

CMYK percentages

%39.13
%29.71
%0
%45.88

Codes

Color #54618A in popluar color models

54618A
RGB8497138
HSL226°24.32%43.53%
HSB/HSV226°39.13%54.12%
CMYK39.13%29.71%0.00%
45.88%

Color #54618A in popluar number systems.

HEX54618A
Decimal8497138
Binary1010100110000110001010
Octal124141212

Shades and tints

Shades of #54618A

#54618A
(84,97,138)
#4D597E
(77,89,126)
#465172
(70,81,114)
#3F4966
(63,73,102)
#38415A
(56,65,90)
#31394E
(49,57,78)
#2A3142
(42,49,66)
#232936
(35,41,54)
#1C212A
(28,33,42)
#15191E
(21,25,30)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #54618A

#54618A
(84,97,138)
#636F94
(99,111,148)
#727D9E
(114,125,158)
#818BA8
(129,139,168)
#9099B2
(144,153,178)
#9FA7BC
(159,167,188)
#AEB5C6
(174,181,198)
#BDC3D0
(189,195,208)
#CCD1DA
(204,209,218)
#DBDFE4
(219,223,228)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54618A color. Also use rgb(84,97,138) instead hex code.

Text Font Color

.myTextColor { color: #54618A; }

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

This text font color is #54618A.


Background Color

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

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

This div background color is #54618A.


Border color

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

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

This div border color is #54618A.


Opacity

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

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

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

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

This text has shadow with #54618A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54618A on black background.


Color preview on white background

This text has color #54618A on white background.



Black color preview on #54618A background

This text has black color on #54618A background.


White color preview on #54618A background

This text has white color on #54618A background.