COLOR #54628A

HEX: #54628A
RGB: (84,98,138)

Color info

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

RGB color model

#54628A color RGB value is (84,98,138).

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

RGB channels and saturation

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

84
98
138

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

Portions of RGB colors in percentages

R + G + B =
84 + 98 + 138 = 320 (100%)
R 84 of 320 ~ 26.25%
G 98 of 320 ~ 30.63%
B 138 of 320 ~ 43.13%

%26.25
%30.63
%43.13

CMYK color model

#54628A color CMYK value is (39,29,0,46).

  • cyan value is 39.13%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(39,29,0,46)
C39M29Y0K46 
(39%,29%,0%,46%)
(0.39/0.29/0.00/0.46)	

CMYK percentages

%39.13
%28.99
%0
%45.88

Codes

Color #54628A in popluar color models

54628A
RGB8498138
HSL224°24.32%43.53%
HSB/HSV224°39.13%54.12%
CMYK39.13%28.99%0.00%
45.88%

Color #54628A in popluar number systems.

HEX54628A
Decimal8498138
Binary1010100110001010001010
Octal124142212

Shades and tints

Shades of #54628A

#54628A
(84,98,138)
#4D5A7E
(77,90,126)
#465272
(70,82,114)
#3F4A66
(63,74,102)
#38425A
(56,66,90)
#313A4E
(49,58,78)
#2A3242
(42,50,66)
#232A36
(35,42,54)
#1C222A
(28,34,42)
#151A1E
(21,26,30)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #54628A

#54628A
(84,98,138)
#637094
(99,112,148)
#727E9E
(114,126,158)
#818CA8
(129,140,168)
#909AB2
(144,154,178)
#9FA8BC
(159,168,188)
#AEB6C6
(174,182,198)
#BDC4D0
(189,196,208)
#CCD2DA
(204,210,218)
#DBE0E4
(219,224,228)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54628A; }

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

This text font color is #54628A.


Background Color

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

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

This div background color is #54628A.


Border color

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

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

This div border color is #54628A.


Opacity

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

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

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

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

This text has shadow with #54628A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54628A on black background.


Color preview on white background

This text has color #54628A on white background.



Black color preview on #54628A background

This text has black color on #54628A background.


White color preview on #54628A background

This text has white color on #54628A background.