COLOR #546B5E

HEX: #546B5E
RGB: (84,107,94)

Color info

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

RGB color model

#546B5E color RGB value is (84,107,94).

  • red value is 84;
  • green value is 107;
  • blue value is 94.
RGB:
(84,107,94)
(33%,42%,37%)

RGB channels and saturation

R 84 of 255 = 33%
G 107 of 255 = 42%
B 94 of 255 = 37%

84
107
94

R + G + B ~ 37%. #546B5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 107 + 94 = 285 (100%)
R 84 of 285 ~ 29.47%
G 107 of 285 ~ 37.54%
B 94 of 285 ~ 32.98%

%29.47
%37.54
%32.98

CMYK color model

#546B5E color CMYK value is (21,0,12,58).

  • cyan value is 21.50%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 58.04%
CMYK:
(21,0,12,58)
C21M0Y12K58 
(21%,0%,12%,58%)
(0.21/0.00/0.12/0.58)	

CMYK percentages

%21.5
%0
%12.15
%58.04

Codes

Color #546B5E in popluar color models

546B5E
RGB8410794
HSL146°12.04%37.45%
HSB/HSV146°21.50%41.96%
CMYK21.50%0.00%12.15%
58.04%

Color #546B5E in popluar number systems.

HEX546B5E
Decimal8410794
Binary101010011010111011110
Octal124153136

Shades and tints

Shades of #546B5E

#546B5E
(84,107,94)
#4D6256
(77,98,86)
#46594E
(70,89,78)
#3F5046
(63,80,70)
#38473E
(56,71,62)
#313E36
(49,62,54)
#2A352E
(42,53,46)
#232C26
(35,44,38)
#1C231E
(28,35,30)
#151A16
(21,26,22)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #546B5E

#546B5E
(84,107,94)
#63786C
(99,120,108)
#72857A
(114,133,122)
#819288
(129,146,136)
#909F96
(144,159,150)
#9FACA4
(159,172,164)
#AEB9B2
(174,185,178)
#BDC6C0
(189,198,192)
#CCD3CE
(204,211,206)
#DBE0DC
(219,224,220)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546B5E color. Also use rgb(84,107,94) instead hex code.

Text Font Color

.myTextColor { color: #546B5E; }

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

This text font color is #546B5E.


Background Color

.myBgColor { background-color: #546B5E; }

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

This div background color is #546B5E.


Border color

.myBorderColor { border: 1px solid #546B5E; }

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

This div border color is #546B5E.


Opacity

.myOpacity80 { color: #546B5E; opacity: 0.8; }

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

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

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

This text has shadow with #546B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546B5E on black background.


Color preview on white background

This text has color #546B5E on white background.



Black color preview on #546B5E background

This text has black color on #546B5E background.


White color preview on #546B5E background

This text has white color on #546B5E background.