COLOR #546061

HEX: #546061
RGB: (84,96,97)

Color info

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

RGB color model

#546061 color RGB value is (84,96,97).

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

RGB channels and saturation

R 84 of 255 = 33%
G 96 of 255 = 38%
B 97 of 255 = 38%

84
96
97

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

Portions of RGB colors in percentages

R + G + B =
84 + 96 + 97 = 277 (100%)
R 84 of 277 ~ 30.32%
G 96 of 277 ~ 34.66%
B 97 of 277 ~ 35.02%

%30.32
%34.66
%35.02

CMYK color model

#546061 color CMYK value is (13,1,0,62).

  • cyan value is 13.40%
  • magenta value is 1.03%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(13,1,0,62)
C13M1Y0K62 
(13%,1%,0%,62%)
(0.13/0.01/0.00/0.62)	

CMYK percentages

%13.4
%1.03
%0
%61.96

Codes

Color #546061 in popluar color models

546061
RGB849697
HSL185°7.18%35.49%
HSB/HSV185°13.40%38.04%
CMYK13.40%1.03%0.00%
61.96%

Color #546061 in popluar number systems.

HEX546061
Decimal849697
Binary101010011000001100001
Octal124140141

Shades and tints

Shades of #546061

#546061
(84,96,97)
#4D5859
(77,88,89)
#465051
(70,80,81)
#3F4849
(63,72,73)
#384041
(56,64,65)
#313839
(49,56,57)
#2A3031
(42,48,49)
#232829
(35,40,41)
#1C2021
(28,32,33)
#151819
(21,24,25)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #546061

#546061
(84,96,97)
#636E6F
(99,110,111)
#727C7D
(114,124,125)
#818A8B
(129,138,139)
#909899
(144,152,153)
#9FA6A7
(159,166,167)
#AEB4B5
(174,180,181)
#BDC2C3
(189,194,195)
#CCD0D1
(204,208,209)
#DBDEDF
(219,222,223)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546061; }

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

This text font color is #546061.


Background Color

.myBgColor { background-color: #546061; }

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

This div background color is #546061.


Border color

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

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

This div border color is #546061.


Opacity

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

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

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

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

This text has shadow with #546061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546061 on black background.


Color preview on white background

This text has color #546061 on white background.



Black color preview on #546061 background

This text has black color on #546061 background.


White color preview on #546061 background

This text has white color on #546061 background.