COLOR #54627C

HEX: #54627C
RGB: (84,98,124)

Color info

#54627C contains red, green and blue colors in about the same proportion. Web safe color of #54627C is #666666 (or #666).

RGB color model

#54627C color RGB value is (84,98,124).

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

RGB channels and saturation

R 84 of 255 = 33%
G 98 of 255 = 38%
B 124 of 255 = 49%

84
98
124

R + G + B ~ 40%. #54627C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 98 + 124 = 306 (100%)
R 84 of 306 ~ 27.45%
G 98 of 306 ~ 32.03%
B 124 of 306 ~ 40.52%

%27.45
%32.03
%40.52

CMYK color model

#54627C color CMYK value is (32,21,0,51).

  • cyan value is 32.26%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(32,21,0,51)
C32M21Y0K51 
(32%,21%,0%,51%)
(0.32/0.21/0.00/0.51)	

CMYK percentages

%32.26
%20.97
%0
%51.37

Codes

Color #54627C in popluar color models

54627C
RGB8498124
HSL219°19.23%40.78%
HSB/HSV219°32.26%48.63%
CMYK32.26%20.97%0.00%
51.37%

Color #54627C in popluar number systems.

HEX54627C
Decimal8498124
Binary101010011000101111100
Octal124142174

Shades and tints

Shades of #54627C

#54627C
(84,98,124)
#4D5A71
(77,90,113)
#465266
(70,82,102)
#3F4A5B
(63,74,91)
#384250
(56,66,80)
#313A45
(49,58,69)
#2A323A
(42,50,58)
#232A2F
(35,42,47)
#1C2224
(28,34,36)
#151A19
(21,26,25)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #54627C

#54627C
(84,98,124)
#637087
(99,112,135)
#727E92
(114,126,146)
#818C9D
(129,140,157)
#909AA8
(144,154,168)
#9FA8B3
(159,168,179)
#AEB6BE
(174,182,190)
#BDC4C9
(189,196,201)
#CCD2D4
(204,210,212)
#DBE0DF
(219,224,223)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54627C color. Also use rgb(84,98,124) instead hex code.

Text Font Color

.myTextColor { color: #54627C; }

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

This text font color is #54627C.


Background Color

.myBgColor { background-color: #54627C; }

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

This div background color is #54627C.


Border color

.myBorderColor { border: 1px solid #54627C; }

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

This div border color is #54627C.


Opacity

.myOpacity80 { color: #54627C; opacity: 0.8; }

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

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

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

This text has shadow with #54627C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54627C on black background.


Color preview on white background

This text has color #54627C on white background.



Black color preview on #54627C background

This text has black color on #54627C background.


White color preview on #54627C background

This text has white color on #54627C background.