COLOR #545F61

HEX: #545F61
RGB: (84,95,97)

Color info

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

RGB color model

#545F61 color RGB value is (84,95,97).

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

RGB channels and saturation

R 84 of 255 = 33%
G 95 of 255 = 37%
B 97 of 255 = 38%

84
95
97

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

Portions of RGB colors in percentages

R + G + B =
84 + 95 + 97 = 276 (100%)
R 84 of 276 ~ 30.43%
G 95 of 276 ~ 34.42%
B 97 of 276 ~ 35.14%

%30.43
%34.42
%35.14

CMYK color model

#545F61 color CMYK value is (13,2,0,62).

  • cyan value is 13.40%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(13,2,0,62)
C13M2Y0K62 
(13%,2%,0%,62%)
(0.13/0.02/0.00/0.62)	

CMYK percentages

%13.4
%2.06
%0
%61.96

Codes

Color #545F61 in popluar color models

545F61
RGB849597
HSL189°7.18%35.49%
HSB/HSV189°13.40%38.04%
CMYK13.40%2.06%0.00%
61.96%

Color #545F61 in popluar number systems.

HEX545F61
Decimal849597
Binary101010010111111100001
Octal124137141

Shades and tints

Shades of #545F61

#545F61
(84,95,97)
#4D5759
(77,87,89)
#464F51
(70,79,81)
#3F4749
(63,71,73)
#383F41
(56,63,65)
#313739
(49,55,57)
#2A2F31
(42,47,49)
#232729
(35,39,41)
#1C1F21
(28,31,33)
#151719
(21,23,25)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #545F61

#545F61
(84,95,97)
#636D6F
(99,109,111)
#727B7D
(114,123,125)
#81898B
(129,137,139)
#909799
(144,151,153)
#9FA5A7
(159,165,167)
#AEB3B5
(174,179,181)
#BDC1C3
(189,193,195)
#CCCFD1
(204,207,209)
#DBDDDF
(219,221,223)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545F61; }

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

This text font color is #545F61.


Background Color

.myBgColor { background-color: #545F61; }

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

This div background color is #545F61.


Border color

.myBorderColor { border: 1px solid #545F61; }

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

This div border color is #545F61.


Opacity

.myOpacity80 { color: #545F61; opacity: 0.8; }

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

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

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

This text has shadow with #545F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545F61 on black background.


Color preview on white background

This text has color #545F61 on white background.



Black color preview on #545F61 background

This text has black color on #545F61 background.


White color preview on #545F61 background

This text has white color on #545F61 background.