COLOR #546A4F

HEX: #546A4F
RGB: (84,106,79)

Color info

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

RGB color model

#546A4F color RGB value is (84,106,79).

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

RGB channels and saturation

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

84
106
79

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

Portions of RGB colors in percentages

R + G + B =
84 + 106 + 79 = 269 (100%)
R 84 of 269 ~ 31.23%
G 106 of 269 ~ 39.41%
B 79 of 269 ~ 29.37%

%31.23
%39.41
%29.37

CMYK color model

#546A4F color CMYK value is (21,0,25,58).

  • cyan value is 20.75%
  • magenta value is 0.00%
  • yellow value is 25.47%
  • key color value is 58.43%
CMYK:
(21,0,25,58)
C21M0Y25K58 
(21%,0%,25%,58%)
(0.21/0.00/0.25/0.58)	

CMYK percentages

%20.75
%0
%25.47
%58.43

Codes

Color #546A4F in popluar color models

546A4F
RGB8410679
HSL109°14.59%36.27%
HSB/HSV109°25.47%41.57%
CMYK20.75%0.00%25.47%
58.43%

Color #546A4F in popluar number systems.

HEX546A4F
Decimal8410679
Binary101010011010101001111
Octal124152117

Shades and tints

Shades of #546A4F

#546A4F
(84,106,79)
#4D6148
(77,97,72)
#465841
(70,88,65)
#3F4F3A
(63,79,58)
#384633
(56,70,51)
#313D2C
(49,61,44)
#2A3425
(42,52,37)
#232B1E
(35,43,30)
#1C2217
(28,34,23)
#151910
(21,25,16)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #546A4F

#546A4F
(84,106,79)
#63775F
(99,119,95)
#72846F
(114,132,111)
#81917F
(129,145,127)
#909E8F
(144,158,143)
#9FAB9F
(159,171,159)
#AEB8AF
(174,184,175)
#BDC5BF
(189,197,191)
#CCD2CF
(204,210,207)
#DBDFDF
(219,223,223)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546A4F; }

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

This text font color is #546A4F.


Background Color

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

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

This div background color is #546A4F.


Border color

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

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

This div border color is #546A4F.


Opacity

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

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

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

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

This text has shadow with #546A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546A4F on black background.


Color preview on white background

This text has color #546A4F on white background.



Black color preview on #546A4F background

This text has black color on #546A4F background.


White color preview on #546A4F background

This text has white color on #546A4F background.