COLOR #546E5B

HEX: #546E5B
RGB: (84,110,91)

Color info

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

RGB color model

#546E5B color RGB value is (84,110,91).

  • red value is 84;
  • green value is 110;
  • blue value is 91.
RGB:
(84,110,91)
(33%,43%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 110 of 255 = 43%
B 91 of 255 = 36%

84
110
91

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

Portions of RGB colors in percentages

R + G + B =
84 + 110 + 91 = 285 (100%)
R 84 of 285 ~ 29.47%
G 110 of 285 ~ 38.6%
B 91 of 285 ~ 31.93%

%29.47
%38.6
%31.93

CMYK color model

#546E5B color CMYK value is (24,0,17,57).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 56.86%
CMYK:
(24,0,17,57)
C24M0Y17K57 
(24%,0%,17%,57%)
(0.24/0.00/0.17/0.57)	

CMYK percentages

%23.64
%0
%17.27
%56.86

Codes

Color #546E5B in popluar color models

546E5B
RGB8411091
HSL136°13.40%38.04%
HSB/HSV136°23.64%43.14%
CMYK23.64%0.00%17.27%
56.86%

Color #546E5B in popluar number systems.

HEX546E5B
Decimal8411091
Binary101010011011101011011
Octal124156133

Shades and tints

Shades of #546E5B

#546E5B
(84,110,91)
#4D6453
(77,100,83)
#465A4B
(70,90,75)
#3F5043
(63,80,67)
#38463B
(56,70,59)
#313C33
(49,60,51)
#2A322B
(42,50,43)
#232823
(35,40,35)
#1C1E1B
(28,30,27)
#151413
(21,20,19)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #546E5B

#546E5B
(84,110,91)
#637B69
(99,123,105)
#728877
(114,136,119)
#819585
(129,149,133)
#90A293
(144,162,147)
#9FAFA1
(159,175,161)
#AEBCAF
(174,188,175)
#BDC9BD
(189,201,189)
#CCD6CB
(204,214,203)
#DBE3D9
(219,227,217)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546E5B color. Also use rgb(84,110,91) instead hex code.

Text Font Color

.myTextColor { color: #546E5B; }

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

This text font color is #546E5B.


Background Color

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

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

This div background color is #546E5B.


Border color

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

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

This div border color is #546E5B.


Opacity

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

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

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

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

This text has shadow with #546E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546E5B on black background.


Color preview on white background

This text has color #546E5B on white background.



Black color preview on #546E5B background

This text has black color on #546E5B background.


White color preview on #546E5B background

This text has white color on #546E5B background.