COLOR #546746

HEX: #546746
RGB: (84,103,70)

Color info

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

RGB color model

#546746 color RGB value is (84,103,70).

  • red value is 84;
  • green value is 103;
  • blue value is 70.
RGB:
(84,103,70)
(33%,40%,27%)

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 70 of 255 = 27%

84
103
70

R + G + B ~ 33%. #546746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 103 + 70 = 257 (100%)
R 84 of 257 ~ 32.68%
G 103 of 257 ~ 40.08%
B 70 of 257 ~ 27.24%

%32.68
%40.08
%27.24

CMYK color model

#546746 color CMYK value is (18,0,32,60).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 32.04%
  • key color value is 59.61%
CMYK:
(18,0,32,60)
C18M0Y32K60 
(18%,0%,32%,60%)
(0.18/0.00/0.32/0.60)	

CMYK percentages

%18.45
%0
%32.04
%59.61

Codes

Color #546746 in popluar color models

546746
RGB8410370
HSL95°19.08%33.92%
HSB/HSV95°32.04%40.39%
CMYK18.45%0.00%32.04%
59.61%

Color #546746 in popluar number systems.

HEX546746
Decimal8410370
Binary101010011001111000110
Octal124147106

Shades and tints

Shades of #546746

#546746
(84,103,70)
#4D5E40
(77,94,64)
#46553A
(70,85,58)
#3F4C34
(63,76,52)
#38432E
(56,67,46)
#313A28
(49,58,40)
#2A3122
(42,49,34)
#23281C
(35,40,28)
#1C1F16
(28,31,22)
#151610
(21,22,16)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #546746

#546746
(84,103,70)
#637456
(99,116,86)
#728166
(114,129,102)
#818E76
(129,142,118)
#909B86
(144,155,134)
#9FA896
(159,168,150)
#AEB5A6
(174,181,166)
#BDC2B6
(189,194,182)
#CCCFC6
(204,207,198)
#DBDCD6
(219,220,214)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546746 color. Also use rgb(84,103,70) instead hex code.

Text Font Color

.myTextColor { color: #546746; }

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

This text font color is #546746.


Background Color

.myBgColor { background-color: #546746; }

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

This div background color is #546746.


Border color

.myBorderColor { border: 1px solid #546746; }

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

This div border color is #546746.


Opacity

.myOpacity80 { color: #546746; opacity: 0.8; }

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

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

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

This text has shadow with #546746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546746 on black background.


Color preview on white background

This text has color #546746 on white background.



Black color preview on #546746 background

This text has black color on #546746 background.


White color preview on #546746 background

This text has white color on #546746 background.