COLOR #54686B

HEX: #54686B RGB: (84,104,107)

Color info

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

RGB color model

#54686B color RGB value is (84,104,107).

RGB: (84,104,107) (33%, 41%, 42%)

RGB channels and saturation

R 84 of 255 = 33%
G 104 of 255 = 41%
B 107 of 255 = 42%

84
104
107

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

Portions of RGB colors in percentages

R + G + B = 84 + 104 + 107 = 295 (100%)
R 84 of 295 ~ 28.47%
G 104 of 295 ~ 35.25%
B 107 of 295 ~ 36.27'%

%28.47
%35.25
%36.27

CMYK color model

#54686B color CMYK value is (21,3,0,58).

  • cyan value is 21.50%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (21,3,0,58) C21M3Y0K58 (21%,3%,0%,58%) (0.21/0.03/0.00/0.58) 

CMYK percentages

%21.5
%2.8
%0
%58.04

Codes

Color #54686B in popluar color models

54 68 6B
RGB 84 104 107
HSL 188° 12.04% 37.45%
HSB/HSV 188° 21.50% 41.96%
CMYK 21.50% 2.80% 0.00%
58.04%

Color #54686B in popluar number systems.

HEX 54 68 6B
Decimal 84 104 107
Binary 1010100 1101000 1101011
Octal 124 150 153

Shades and tints

Shades of #54686B

#54686B
(84,104,107)
#4D5F62
(77,95,98)
#465659
(70,86,89)
#3F4D50
(63,77,80)
#384447
(56,68,71)
#313B3E
(49,59,62)
#2A3235
(42,50,53)
#23292C
(35,41,44)
#1C2023
(28,32,35)
#15171A
(21,23,26)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #54686B

#54686B
(84,104,107)
#637578
(99,117,120)
#728285
(114,130,133)
#818F92
(129,143,146)
#909C9F
(144,156,159)
#9FA9AC
(159,169,172)
#AEB6B9
(174,182,185)
#BDC3C6
(189,195,198)
#CCD0D3
(204,208,211)
#DBDDE0
(219,221,224)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54686B; }

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

This text font color is #54686B.

Background Color

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

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

This div background color is #54686B.

Border color

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

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

This div border color is #54686B.

Opacity

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

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

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

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

This text has shadow with #54686B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54686B.

Preview

Color preview on black background

This text has color #54686B on black background.


Color preview on white background

This text has color #54686B on white background.


Black color preview on #54686B background

This text has black color on #54686B background.


White color preview on #54686B background

This text has white color on #54686B background.


Related colors

Complementary color

Complementary color for #hex is #AB9794.


I love getcolorcode.com

Triadic colors

1 #6B5468 and #686B54 with #54686B are triadic colors.

2 #6B6854 and #68546B with #54686B are triadic colors.