COLOR #546444

HEX: #546444
RGB: (84,100,68)

Color info

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

RGB color model

#546444 color RGB value is (84,100,68).

  • red value is 84;
  • green value is 100;
  • blue value is 68.
RGB:
(84,100,68)
(33%,39%,27%)

RGB channels and saturation

R 84 of 255 = 33%
G 100 of 255 = 39%
B 68 of 255 = 27%

84
100
68

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

Portions of RGB colors in percentages

R + G + B =
84 + 100 + 68 = 252 (100%)
R 84 of 252 ~ 33.33%
G 100 of 252 ~ 39.68%
B 68 of 252 ~ 26.98%

%33.33
%39.68
%26.98

CMYK color model

#546444 color CMYK value is (16,0,32,61).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 60.78%
CMYK:
(16,0,32,61)
C16M0Y32K61 
(16%,0%,32%,61%)
(0.16/0.00/0.32/0.61)	

CMYK percentages

%16
%0
%32
%60.78

Codes

Color #546444 in popluar color models

546444
RGB8410068
HSL90°19.05%32.94%
HSB/HSV90°32.00%39.22%
CMYK16.00%0.00%32.00%
60.78%

Color #546444 in popluar number systems.

HEX546444
Decimal8410068
Binary101010011001001000100
Octal124144104

Shades and tints

Shades of #546444

#546444
(84,100,68)
#4D5B3E
(77,91,62)
#465238
(70,82,56)
#3F4932
(63,73,50)
#38402C
(56,64,44)
#313726
(49,55,38)
#2A2E20
(42,46,32)
#23251A
(35,37,26)
#1C1C14
(28,28,20)
#15130E
(21,19,14)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #546444

#546444
(84,100,68)
#637255
(99,114,85)
#728066
(114,128,102)
#818E77
(129,142,119)
#909C88
(144,156,136)
#9FAA99
(159,170,153)
#AEB8AA
(174,184,170)
#BDC6BB
(189,198,187)
#CCD4CC
(204,212,204)
#DBE2DD
(219,226,221)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546444 color. Also use rgb(84,100,68) instead hex code.

Text Font Color

.myTextColor { color: #546444; }

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

This text font color is #546444.


Background Color

.myBgColor { background-color: #546444; }

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

This div background color is #546444.


Border color

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

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

This div border color is #546444.


Opacity

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

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

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

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

This text has shadow with #546444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546444 on black background.


Color preview on white background

This text has color #546444 on white background.



Black color preview on #546444 background

This text has black color on #546444 background.


White color preview on #546444 background

This text has white color on #546444 background.