COLOR #545968

HEX: #545968 RGB: (84,89,104)

Color info

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

RGB color model

#545968 color RGB value is (84,89,104).

RGB: (84,89,104) (33%, 35%, 41%)

RGB channels and saturation

R 84 of 255 = 33%
G 89 of 255 = 35%
B 104 of 255 = 41%

84
89
104

R + G + B ~ 36%. #545968 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 89 + 104 = 277 (100%)
R 84 of 277 ~ 30.32%
G 89 of 277 ~ 32.13%
B 104 of 277 ~ 37.55'%

%30.32
%32.13
%37.55

CMYK color model

#545968 color CMYK value is (19,14,0,59).

  • cyan value is 19.23%
  • magenta value is 14.42%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (19,14,0,59)
C19M14Y0K59 (19%, 14%, 0%, 59%)
(0.19 / 0.14 / 0.00 / 0.59)

CMYK percentages

%19.23
%14.42
%0
%59.22

Codes

Color #545968 in popluar color models

54 59 68
RGB 84 89 104
HSL 225° 10.64% 36.86%
HSB/HSV 225° 19.23% 40.78%
CMYK 19.23% 14.42% 0.00%
59.22%

Color #545968 in popluar number systems.

HEX 54 59 68
Decimal 84 89 104
Binary 1010100 1011001 1101000
Octal 124 131 150

Shades and tints

Shades of #545968

#545968
(84,89,104)
#4D515F
(77,81,95)
#464956
(70,73,86)
#3F414D
(63,65,77)
#383944
(56,57,68)
#31313B
(49,49,59)
#2A2932
(42,41,50)
#232129
(35,33,41)
#1C1920
(28,25,32)
#151117
(21,17,23)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #545968

#545968
(84,89,104)
#636875
(99,104,117)
#727782
(114,119,130)
#81868F
(129,134,143)
#90959C
(144,149,156)
#9FA4A9
(159,164,169)
#AEB3B6
(174,179,182)
#BDC2C3
(189,194,195)
#CCD1D0
(204,209,208)
#DBE0DD
(219,224,221)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545968; }

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

This text font color is #545968.

Background Color

.myBgColor { background-color: #545968; }

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

This div background color is #545968.

Border color

.myBorderColor { border: 1px solid #545968; }

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

This div border color is #545968.

Opacity

.myOpacity80 { color: #545968; opacity: 0.8; }

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

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

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

This text has shadow with #545968 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545968.

Preview

Color preview on black background

This text has color #545968 on black background.


Color preview on white background

This text has color #545968 on white background.


Black color preview on #545968 background

This text has black color on #545968 background.


White color preview on #545968 background

This text has white color on #545968 background.


Related colors

Complementary color

Complementary color for #hex is #ABA697.


I love getcolorcode.com

Triadic colors

1 #685459 and #596854 with #545968 are triadic colors.

2 #685954 and #595468 with #545968 are triadic colors.