COLOR #546B4A

HEX: #546B4A
RGB: (84,107,74)

Color info

#546B4A contains red, green and blue colors in about the same proportion. Web safe color of #546B4A is #666633 (or #663).

RGB color model

#546B4A color RGB value is (84,107,74).

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

RGB channels and saturation

R 84 of 255 = 33%
G 107 of 255 = 42%
B 74 of 255 = 29%

84
107
74

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

Portions of RGB colors in percentages

R + G + B =
84 + 107 + 74 = 265 (100%)
R 84 of 265 ~ 31.7%
G 107 of 265 ~ 40.38%
B 74 of 265 ~ 27.92%

%31.7
%40.38
%27.92

CMYK color model

#546B4A color CMYK value is (21,0,31,58).

  • cyan value is 21.50%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(21,0,31,58)
C21M0Y31K58 
(21%,0%,31%,58%)
(0.21/0.00/0.31/0.58)	

CMYK percentages

%21.5
%0
%30.84
%58.04

Codes

Color #546B4A in popluar color models

546B4A
RGB8410774
HSL102°18.23%35.49%
HSB/HSV102°30.84%41.96%
CMYK21.50%0.00%30.84%
58.04%

Color #546B4A in popluar number systems.

HEX546B4A
Decimal8410774
Binary101010011010111001010
Octal124153112

Shades and tints

Shades of #546B4A

#546B4A
(84,107,74)
#4D6244
(77,98,68)
#46593E
(70,89,62)
#3F5038
(63,80,56)
#384732
(56,71,50)
#313E2C
(49,62,44)
#2A3526
(42,53,38)
#232C20
(35,44,32)
#1C231A
(28,35,26)
#151A14
(21,26,20)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #546B4A

#546B4A
(84,107,74)
#63785A
(99,120,90)
#72856A
(114,133,106)
#81927A
(129,146,122)
#909F8A
(144,159,138)
#9FAC9A
(159,172,154)
#AEB9AA
(174,185,170)
#BDC6BA
(189,198,186)
#CCD3CA
(204,211,202)
#DBE0DA
(219,224,218)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546B4A; }

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

This text font color is #546B4A.


Background Color

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

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

This div background color is #546B4A.


Border color

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

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

This div border color is #546B4A.


Opacity

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

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

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

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

This text has shadow with #546B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546B4A on black background.


Color preview on white background

This text has color #546B4A on white background.



Black color preview on #546B4A background

This text has black color on #546B4A background.


White color preview on #546B4A background

This text has white color on #546B4A background.