COLOR #54667A

HEX: #54667A RGB: (84,102,122)

Color info

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

RGB color model

#54667A color RGB value is (84,102,122).

RGB: (84,102,122) (33%, 40%, 48%)

RGB channels and saturation

R 84 of 255 = 33%
G 102 of 255 = 40%
B 122 of 255 = 48%

84
102
122

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

Portions of RGB colors in percentages

R + G + B = 84 + 102 + 122 = 308 (100%)
R 84 of 308 ~ 27.27%
G 102 of 308 ~ 33.12%
B 122 of 308 ~ 39.61'%

%27.27
%33.12
%39.61

CMYK color model

#54667A color CMYK value is (31,16,0,52).

  • cyan value is 31.15%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (31,16,0,52) C31M16Y0K52 (31%,16%,0%,52%) (0.31/0.16/0.00/0.52) 

CMYK percentages

%31.15
%16.39
%0
%52.16

Codes

Color #54667A in popluar color models

54 66 7A
RGB 84 102 122
HSL 212° 18.45% 40.39%
HSB/HSV 212° 31.15% 47.84%
CMYK 31.15% 16.39% 0.00%
52.16%

Color #54667A in popluar number systems.

HEX 54 66 7A
Decimal 84 102 122
Binary 1010100 1100110 1111010
Octal 124 146 172

Shades and tints

Shades of #54667A

#54667A
(84,102,122)
#4D5D6F
(77,93,111)
#465464
(70,84,100)
#3F4B59
(63,75,89)
#38424E
(56,66,78)
#313943
(49,57,67)
#2A3038
(42,48,56)
#23272D
(35,39,45)
#1C1E22
(28,30,34)
#151517
(21,21,23)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #54667A

#54667A
(84,102,122)
#637386
(99,115,134)
#728092
(114,128,146)
#818D9E
(129,141,158)
#909AAA
(144,154,170)
#9FA7B6
(159,167,182)
#AEB4C2
(174,180,194)
#BDC1CE
(189,193,206)
#CCCEDA
(204,206,218)
#DBDBE6
(219,219,230)
#EAE8F2
(234,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54667A color. Also use rgb(84,102,122) instead hex code.

Text Font Color

.myTextColor { color: #54667A; }

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

This text font color is #54667A.

Background Color

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

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

This div background color is #54667A.

Border color

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

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

This div border color is #54667A.

Opacity

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

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

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

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

This text has shadow with #54667A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54667A.

Preview

Color preview on black background

This text has color #54667A on black background.


Color preview on white background

This text has color #54667A on white background.


Black color preview on #54667A background

This text has black color on #54667A background.


White color preview on #54667A background

This text has white color on #54667A background.


Related colors

Complementary color

Complementary color for #hex is #AB9985.


I love getcolorcode.com

Triadic colors

1 #7A5466 and #667A54 with #54667A are triadic colors.

2 #7A6654 and #66547A with #54667A are triadic colors.