COLOR #54686F

HEX: #54686F RGB: (84,104,111)

Color info

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

RGB color model

#54686F color RGB value is (84,104,111).

RGB: (84,104,111) (33%, 41%, 44%)

RGB channels and saturation

R 84 of 255 = 33%
G 104 of 255 = 41%
B 111 of 255 = 44%

84
104
111

R + G + B ~ 39%. #54686F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 104 + 111 = 299 (100%)
R 84 of 299 ~ 28.09%
G 104 of 299 ~ 34.78%
B 111 of 299 ~ 37.12'%

%28.09
%34.78
%37.12

CMYK color model

#54686F color CMYK value is (24,6,0,56).

  • cyan value is 24.32%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (24,6,0,56)
C24M6Y0K56 (24%, 6%, 0%, 56%)
(0.24 / 0.06 / 0.00 / 0.56)

CMYK percentages

%24.32
%6.31
%0
%56.47

Codes

Color #54686F in popluar color models

54 68 6F
RGB 84 104 111
HSL 196° 13.85% 38.24%
HSB/HSV 196° 24.32% 43.53%
CMYK 24.32% 6.31% 0.00%
56.47%

Color #54686F in popluar number systems.

HEX 54 68 6F
Decimal 84 104 111
Binary 1010100 1101000 1101111
Octal 124 150 157

Shades and tints

Shades of #54686F

#54686F
(84,104,111)
#4D5F65
(77,95,101)
#46565B
(70,86,91)
#3F4D51
(63,77,81)
#384447
(56,68,71)
#313B3D
(49,59,61)
#2A3233
(42,50,51)
#232929
(35,41,41)
#1C201F
(28,32,31)
#151715
(21,23,21)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #54686F

#54686F
(84,104,111)
#63757C
(99,117,124)
#728289
(114,130,137)
#818F96
(129,143,150)
#909CA3
(144,156,163)
#9FA9B0
(159,169,176)
#AEB6BD
(174,182,189)
#BDC3CA
(189,195,202)
#CCD0D7
(204,208,215)
#DBDDE4
(219,221,228)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54686F color. Also use rgb(84,104,111) instead hex code.

Text Font Color

.myTextColor { color: #54686F; }

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

This text font color is #54686F.

Background Color

.myBgColor { background-color: #54686F; }

<div style="background-color:#54686F">Inner text</div>

This div background color is #54686F.

Border color

.myBorderColor { border: 1px solid #54686F; }

<div style="border:3px solid #54686F">Div</div>

This div border color is #54686F.

Opacity

.myOpacity80 { color: #54686F; opacity: 0.8; }

<p style="color:#54686F;opacity:0.8;">80%</p>

Text with #54686F 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 #54686F;}

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

This text has shadow with #54686F color.


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

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

This text has shadow with #54686F primary color and red secondary color.


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

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

This text has shadow with #54686F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54686F.

Preview

Color preview on black background

This text has color #54686F on black background.


Color preview on white background

This text has color #54686F on white background.


Black color preview on #54686F background

This text has black color on #54686F background.


White color preview on #54686F background

This text has white color on #54686F background.


Related colors

Complementary color

Complementary color for #hex is #AB9790.


I love getcolorcode.com

Triadic colors

1 #6F5468 and #686F54 with #54686F are triadic colors.

2 #6F6854 and #68546F with #54686F are triadic colors.