COLOR #54626C

HEX: #54626C
RGB: (84,98,108)

Color info

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

RGB color model

#54626C color RGB value is (84,98,108).

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

RGB channels and saturation

R 84 of 255 = 33%
G 98 of 255 = 38%
B 108 of 255 = 42%

84
98
108

R + G + B ~ 38%. #54626C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 98 + 108 = 290 (100%)
R 84 of 290 ~ 28.97%
G 98 of 290 ~ 33.79%
B 108 of 290 ~ 37.24%

%28.97
%33.79
%37.24

CMYK color model

#54626C color CMYK value is (22,9,0,58).

  • cyan value is 22.22%
  • magenta value is 9.26%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(22,9,0,58)
C22M9Y0K58 
(22%,9%,0%,58%)
(0.22/0.09/0.00/0.58)	

CMYK percentages

%22.22
%9.26
%0
%57.65

Codes

Color #54626C in popluar color models

54626C
RGB8498108
HSL205°12.50%37.65%
HSB/HSV205°22.22%42.35%
CMYK22.22%9.26%0.00%
57.65%

Color #54626C in popluar number systems.

HEX54626C
Decimal8498108
Binary101010011000101101100
Octal124142154

Shades and tints

Shades of #54626C

#54626C
(84,98,108)
#4D5A63
(77,90,99)
#46525A
(70,82,90)
#3F4A51
(63,74,81)
#384248
(56,66,72)
#313A3F
(49,58,63)
#2A3236
(42,50,54)
#232A2D
(35,42,45)
#1C2224
(28,34,36)
#151A1B
(21,26,27)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #54626C

#54626C
(84,98,108)
#637079
(99,112,121)
#727E86
(114,126,134)
#818C93
(129,140,147)
#909AA0
(144,154,160)
#9FA8AD
(159,168,173)
#AEB6BA
(174,182,186)
#BDC4C7
(189,196,199)
#CCD2D4
(204,210,212)
#DBE0E1
(219,224,225)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54626C; }

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

This text font color is #54626C.


Background Color

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

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

This div background color is #54626C.


Border color

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

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

This div border color is #54626C.


Opacity

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

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

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

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

This text has shadow with #54626C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54626C on black background.


Color preview on white background

This text has color #54626C on white background.



Black color preview on #54626C background

This text has black color on #54626C background.


White color preview on #54626C background

This text has white color on #54626C background.