COLOR #546759

HEX: #546759
RGB: (84,103,89)

Color info

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

RGB color model

#546759 color RGB value is (84,103,89).

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

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 89 of 255 = 35%

84
103
89

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

Portions of RGB colors in percentages

R + G + B =
84 + 103 + 89 = 276 (100%)
R 84 of 276 ~ 30.43%
G 103 of 276 ~ 37.32%
B 89 of 276 ~ 32.25%

%30.43
%37.32
%32.25

CMYK color model

#546759 color CMYK value is (18,0,14,60).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 59.61%
CMYK:
(18,0,14,60)
C18M0Y14K60 
(18%,0%,14%,60%)
(0.18/0.00/0.14/0.60)	

CMYK percentages

%18.45
%0
%13.59
%59.61

Codes

Color #546759 in popluar color models

546759
RGB8410389
HSL136°10.16%36.67%
HSB/HSV136°18.45%40.39%
CMYK18.45%0.00%13.59%
59.61%

Color #546759 in popluar number systems.

HEX546759
Decimal8410389
Binary101010011001111011001
Octal124147131

Shades and tints

Shades of #546759

#546759
(84,103,89)
#4D5E51
(77,94,81)
#465549
(70,85,73)
#3F4C41
(63,76,65)
#384339
(56,67,57)
#313A31
(49,58,49)
#2A3129
(42,49,41)
#232821
(35,40,33)
#1C1F19
(28,31,25)
#151611
(21,22,17)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #546759

#546759
(84,103,89)
#637468
(99,116,104)
#728177
(114,129,119)
#818E86
(129,142,134)
#909B95
(144,155,149)
#9FA8A4
(159,168,164)
#AEB5B3
(174,181,179)
#BDC2C2
(189,194,194)
#CCCFD1
(204,207,209)
#DBDCE0
(219,220,224)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546759; }

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

This text font color is #546759.


Background Color

.myBgColor { background-color: #546759; }

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

This div background color is #546759.


Border color

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

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

This div border color is #546759.


Opacity

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

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

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

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

This text has shadow with #546759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546759 on black background.


Color preview on white background

This text has color #546759 on white background.



Black color preview on #546759 background

This text has black color on #546759 background.


White color preview on #546759 background

This text has white color on #546759 background.