COLOR #54696B

HEX: #54696B
RGB: (84,105,107)

Color info

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

RGB color model

#54696B color RGB value is (84,105,107).

  • red value is 84;
  • green value is 105;
  • blue value is 107.
RGB:
(84,105,107)
(33%,41%,42%)

RGB channels and saturation

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

84
105
107

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

Portions of RGB colors in percentages

R + G + B =
84 + 105 + 107 = 296 (100%)
R 84 of 296 ~ 28.38%
G 105 of 296 ~ 35.47%
B 107 of 296 ~ 36.15%

%28.38
%35.47
%36.15

CMYK color model

#54696B color CMYK value is (21,2,0,58).

  • cyan value is 21.50%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(21,2,0,58)
C21M2Y0K58 
(21%,2%,0%,58%)
(0.21/0.02/0.00/0.58)	

CMYK percentages

%21.5
%1.87
%0
%58.04

Codes

Color #54696B in popluar color models

54696B
RGB84105107
HSL185°12.04%37.45%
HSB/HSV185°21.50%41.96%
CMYK21.50%1.87%0.00%
58.04%

Color #54696B in popluar number systems.

HEX54696B
Decimal84105107
Binary101010011010011101011
Octal124151153

Shades and tints

Shades of #54696B

#54696B
(84,105,107)
#4D6062
(77,96,98)
#465759
(70,87,89)
#3F4E50
(63,78,80)
#384547
(56,69,71)
#313C3E
(49,60,62)
#2A3335
(42,51,53)
#232A2C
(35,42,44)
#1C2123
(28,33,35)
#15181A
(21,24,26)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #54696B

#54696B
(84,105,107)
#637678
(99,118,120)
#728385
(114,131,133)
#819092
(129,144,146)
#909D9F
(144,157,159)
#9FAAAC
(159,170,172)
#AEB7B9
(174,183,185)
#BDC4C6
(189,196,198)
#CCD1D3
(204,209,211)
#DBDEE0
(219,222,224)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54696B; }

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

This text font color is #54696B.


Background Color

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

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

This div background color is #54696B.


Border color

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

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

This div border color is #54696B.


Opacity

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

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

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

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

This text has shadow with #54696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54696B on black background.


Color preview on white background

This text has color #54696B on white background.



Black color preview on #54696B background

This text has black color on #54696B background.


White color preview on #54696B background

This text has white color on #54696B background.