COLOR #546D50

HEX: #546D50
RGB: (84,109,80)

Color info

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

RGB color model

#546D50 color RGB value is (84,109,80).

  • red value is 84;
  • green value is 109;
  • blue value is 80.
RGB:
(84,109,80)
(33%,43%,31%)

RGB channels and saturation

R 84 of 255 = 33%
G 109 of 255 = 43%
B 80 of 255 = 31%

84
109
80

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

Portions of RGB colors in percentages

R + G + B =
84 + 109 + 80 = 273 (100%)
R 84 of 273 ~ 30.77%
G 109 of 273 ~ 39.93%
B 80 of 273 ~ 29.3%

%30.77
%39.93
%29.3

CMYK color model

#546D50 color CMYK value is (23,0,27,57).

  • cyan value is 22.94%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 57.25%
CMYK:
(23,0,27,57)
C23M0Y27K57 
(23%,0%,27%,57%)
(0.23/0.00/0.27/0.57)	

CMYK percentages

%22.94
%0
%26.61
%57.25

Codes

Color #546D50 in popluar color models

546D50
RGB8410980
HSL112°15.34%37.06%
HSB/HSV112°26.61%42.75%
CMYK22.94%0.00%26.61%
57.25%

Color #546D50 in popluar number systems.

HEX546D50
Decimal8410980
Binary101010011011011010000
Octal124155120

Shades and tints

Shades of #546D50

#546D50
(84,109,80)
#4D6449
(77,100,73)
#465B42
(70,91,66)
#3F523B
(63,82,59)
#384934
(56,73,52)
#31402D
(49,64,45)
#2A3726
(42,55,38)
#232E1F
(35,46,31)
#1C2518
(28,37,24)
#151C11
(21,28,17)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #546D50

#546D50
(84,109,80)
#637A5F
(99,122,95)
#72876E
(114,135,110)
#81947D
(129,148,125)
#90A18C
(144,161,140)
#9FAE9B
(159,174,155)
#AEBBAA
(174,187,170)
#BDC8B9
(189,200,185)
#CCD5C8
(204,213,200)
#DBE2D7
(219,226,215)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546D50 color. Also use rgb(84,109,80) instead hex code.

Text Font Color

.myTextColor { color: #546D50; }

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

This text font color is #546D50.


Background Color

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

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

This div background color is #546D50.


Border color

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

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

This div border color is #546D50.


Opacity

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

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

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

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

This text has shadow with #546D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546D50 on black background.


Color preview on white background

This text has color #546D50 on white background.



Black color preview on #546D50 background

This text has black color on #546D50 background.


White color preview on #546D50 background

This text has white color on #546D50 background.