COLOR #546459

HEX: #546459
RGB: (84,100,89)

Color info

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

RGB color model

#546459 color RGB value is (84,100,89).

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

RGB channels and saturation

R 84 of 255 = 33%
G 100 of 255 = 39%
B 89 of 255 = 35%

84
100
89

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

Portions of RGB colors in percentages

R + G + B =
84 + 100 + 89 = 273 (100%)
R 84 of 273 ~ 30.77%
G 100 of 273 ~ 36.63%
B 89 of 273 ~ 32.6%

%30.77
%36.63
%32.6

CMYK color model

#546459 color CMYK value is (16,0,11,61).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 11.00%
  • key color value is 60.78%
CMYK:
(16,0,11,61)
C16M0Y11K61 
(16%,0%,11%,61%)
(0.16/0.00/0.11/0.61)	

CMYK percentages

%16
%0
%11
%60.78

Codes

Color #546459 in popluar color models

546459
RGB8410089
HSL139°8.70%36.08%
HSB/HSV139°16.00%39.22%
CMYK16.00%0.00%11.00%
60.78%

Color #546459 in popluar number systems.

HEX546459
Decimal8410089
Binary101010011001001011001
Octal124144131

Shades and tints

Shades of #546459

#546459
(84,100,89)
#4D5B51
(77,91,81)
#465249
(70,82,73)
#3F4941
(63,73,65)
#384039
(56,64,57)
#313731
(49,55,49)
#2A2E29
(42,46,41)
#232521
(35,37,33)
#1C1C19
(28,28,25)
#151311
(21,19,17)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #546459

#546459
(84,100,89)
#637268
(99,114,104)
#728077
(114,128,119)
#818E86
(129,142,134)
#909C95
(144,156,149)
#9FAAA4
(159,170,164)
#AEB8B3
(174,184,179)
#BDC6C2
(189,198,194)
#CCD4D1
(204,212,209)
#DBE2E0
(219,226,224)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546459; }

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

This text font color is #546459.


Background Color

.myBgColor { background-color: #546459; }

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

This div background color is #546459.


Border color

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

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

This div border color is #546459.


Opacity

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

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

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

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

This text has shadow with #546459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546459 on black background.


Color preview on white background

This text has color #546459 on white background.



Black color preview on #546459 background

This text has black color on #546459 background.


White color preview on #546459 background

This text has white color on #546459 background.