COLOR #545961

HEX: #545961
RGB: (84,89,97)

Color info

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

RGB color model

#545961 color RGB value is (84,89,97).

  • red value is 84;
  • green value is 89;
  • blue value is 97.
RGB:
(84,89,97)
(33%,35%,38%)

RGB channels and saturation

R 84 of 255 = 33%
G 89 of 255 = 35%
B 97 of 255 = 38%

84
89
97

R + G + B ~ 35%. #545961 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 89 + 97 = 270 (100%)
R 84 of 270 ~ 31.11%
G 89 of 270 ~ 32.96%
B 97 of 270 ~ 35.93%

%31.11
%32.96
%35.93

CMYK color model

#545961 color CMYK value is (13,8,0,62).

  • cyan value is 13.40%
  • magenta value is 8.25%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(13,8,0,62)
C13M8Y0K62 
(13%,8%,0%,62%)
(0.13/0.08/0.00/0.62)	

CMYK percentages

%13.4
%8.25
%0
%61.96

Codes

Color #545961 in popluar color models

545961
RGB848997
HSL217°7.18%35.49%
HSB/HSV217°13.40%38.04%
CMYK13.40%8.25%0.00%
61.96%

Color #545961 in popluar number systems.

HEX545961
Decimal848997
Binary101010010110011100001
Octal124131141

Shades and tints

Shades of #545961

#545961
(84,89,97)
#4D5159
(77,81,89)
#464951
(70,73,81)
#3F4149
(63,65,73)
#383941
(56,57,65)
#313139
(49,49,57)
#2A2931
(42,41,49)
#232129
(35,33,41)
#1C1921
(28,25,33)
#151119
(21,17,25)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #545961

#545961
(84,89,97)
#63686F
(99,104,111)
#72777D
(114,119,125)
#81868B
(129,134,139)
#909599
(144,149,153)
#9FA4A7
(159,164,167)
#AEB3B5
(174,179,181)
#BDC2C3
(189,194,195)
#CCD1D1
(204,209,209)
#DBE0DF
(219,224,223)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545961; }

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

This text font color is #545961.


Background Color

.myBgColor { background-color: #545961; }

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

This div background color is #545961.


Border color

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

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

This div border color is #545961.


Opacity

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

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

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

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

This text has shadow with #545961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545961 on black background.


Color preview on white background

This text has color #545961 on white background.



Black color preview on #545961 background

This text has black color on #545961 background.


White color preview on #545961 background

This text has white color on #545961 background.