COLOR #546959

HEX: #546959
RGB: (84,105,89)

Color info

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

RGB color model

#546959 color RGB value is (84,105,89).

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

RGB channels and saturation

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

84
105
89

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

Portions of RGB colors in percentages

R + G + B =
84 + 105 + 89 = 278 (100%)
R 84 of 278 ~ 30.22%
G 105 of 278 ~ 37.77%
B 89 of 278 ~ 32.01%

%30.22
%37.77
%32.01

CMYK color model

#546959 color CMYK value is (20,0,15,59).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 58.82%
CMYK:
(20,0,15,59)
C20M0Y15K59 
(20%,0%,15%,59%)
(0.20/0.00/0.15/0.59)	

CMYK percentages

%20
%0
%15.24
%58.82

Codes

Color #546959 in popluar color models

546959
RGB8410589
HSL134°11.11%37.06%
HSB/HSV134°20.00%41.18%
CMYK20.00%0.00%15.24%
58.82%

Color #546959 in popluar number systems.

HEX546959
Decimal8410589
Binary101010011010011011001
Octal124151131

Shades and tints

Shades of #546959

#546959
(84,105,89)
#4D6051
(77,96,81)
#465749
(70,87,73)
#3F4E41
(63,78,65)
#384539
(56,69,57)
#313C31
(49,60,49)
#2A3329
(42,51,41)
#232A21
(35,42,33)
#1C2119
(28,33,25)
#151811
(21,24,17)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #546959

#546959
(84,105,89)
#637668
(99,118,104)
#728377
(114,131,119)
#819086
(129,144,134)
#909D95
(144,157,149)
#9FAAA4
(159,170,164)
#AEB7B3
(174,183,179)
#BDC4C2
(189,196,194)
#CCD1D1
(204,209,209)
#DBDEE0
(219,222,224)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546959; }

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

This text font color is #546959.


Background Color

.myBgColor { background-color: #546959; }

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

This div background color is #546959.


Border color

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

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

This div border color is #546959.


Opacity

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

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

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

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

This text has shadow with #546959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546959 on black background.


Color preview on white background

This text has color #546959 on white background.



Black color preview on #546959 background

This text has black color on #546959 background.


White color preview on #546959 background

This text has white color on #546959 background.