COLOR #546B4F

HEX: #546B4F
RGB: (84,107,79)

Color info

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

RGB color model

#546B4F color RGB value is (84,107,79).

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

RGB channels and saturation

R 84 of 255 = 33%
G 107 of 255 = 42%
B 79 of 255 = 31%

84
107
79

R + G + B ~ 35%. #546B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 107 + 79 = 270 (100%)
R 84 of 270 ~ 31.11%
G 107 of 270 ~ 39.63%
B 79 of 270 ~ 29.26%

%31.11
%39.63
%29.26

CMYK color model

#546B4F color CMYK value is (21,0,26,58).

  • cyan value is 21.50%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 58.04%
CMYK:
(21,0,26,58)
C21M0Y26K58 
(21%,0%,26%,58%)
(0.21/0.00/0.26/0.58)	

CMYK percentages

%21.5
%0
%26.17
%58.04

Codes

Color #546B4F in popluar color models

546B4F
RGB8410779
HSL109°15.05%36.47%
HSB/HSV109°26.17%41.96%
CMYK21.50%0.00%26.17%
58.04%

Color #546B4F in popluar number systems.

HEX546B4F
Decimal8410779
Binary101010011010111001111
Octal124153117

Shades and tints

Shades of #546B4F

#546B4F
(84,107,79)
#4D6248
(77,98,72)
#465941
(70,89,65)
#3F503A
(63,80,58)
#384733
(56,71,51)
#313E2C
(49,62,44)
#2A3525
(42,53,37)
#232C1E
(35,44,30)
#1C2317
(28,35,23)
#151A10
(21,26,16)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #546B4F

#546B4F
(84,107,79)
#63785F
(99,120,95)
#72856F
(114,133,111)
#81927F
(129,146,127)
#909F8F
(144,159,143)
#9FAC9F
(159,172,159)
#AEB9AF
(174,185,175)
#BDC6BF
(189,198,191)
#CCD3CF
(204,211,207)
#DBE0DF
(219,224,223)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546B4F; }

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

This text font color is #546B4F.


Background Color

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

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

This div background color is #546B4F.


Border color

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

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

This div border color is #546B4F.


Opacity

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

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

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

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

This text has shadow with #546B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546B4F on black background.


Color preview on white background

This text has color #546B4F on white background.



Black color preview on #546B4F background

This text has black color on #546B4F background.


White color preview on #546B4F background

This text has white color on #546B4F background.