COLOR #546648

HEX: #546648
RGB: (84,102,72)

Color info

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

RGB color model

#546648 color RGB value is (84,102,72).

  • red value is 84;
  • green value is 102;
  • blue value is 72.
RGB:
(84,102,72)
(33%,40%,28%)

RGB channels and saturation

R 84 of 255 = 33%
G 102 of 255 = 40%
B 72 of 255 = 28%

84
102
72

R + G + B ~ 34%. #546648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 102 + 72 = 258 (100%)
R 84 of 258 ~ 32.56%
G 102 of 258 ~ 39.53%
B 72 of 258 ~ 27.91%

%32.56
%39.53
%27.91

CMYK color model

#546648 color CMYK value is (18,0,29,60).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 60.00%
CMYK:
(18,0,29,60)
C18M0Y29K60 
(18%,0%,29%,60%)
(0.18/0.00/0.29/0.60)	

CMYK percentages

%17.65
%0
%29.41
%60

Codes

Color #546648 in popluar color models

546648
RGB8410272
HSL96°17.24%34.12%
HSB/HSV96°29.41%40.00%
CMYK17.65%0.00%29.41%
60.00%

Color #546648 in popluar number systems.

HEX546648
Decimal8410272
Binary101010011001101001000
Octal124146110

Shades and tints

Shades of #546648

#546648
(84,102,72)
#4D5D42
(77,93,66)
#46543C
(70,84,60)
#3F4B36
(63,75,54)
#384230
(56,66,48)
#31392A
(49,57,42)
#2A3024
(42,48,36)
#23271E
(35,39,30)
#1C1E18
(28,30,24)
#151512
(21,21,18)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #546648

#546648
(84,102,72)
#637358
(99,115,88)
#728068
(114,128,104)
#818D78
(129,141,120)
#909A88
(144,154,136)
#9FA798
(159,167,152)
#AEB4A8
(174,180,168)
#BDC1B8
(189,193,184)
#CCCEC8
(204,206,200)
#DBDBD8
(219,219,216)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546648 color. Also use rgb(84,102,72) instead hex code.

Text Font Color

.myTextColor { color: #546648; }

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

This text font color is #546648.


Background Color

.myBgColor { background-color: #546648; }

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

This div background color is #546648.


Border color

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

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

This div border color is #546648.


Opacity

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

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

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

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

This text has shadow with #546648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546648 on black background.


Color preview on white background

This text has color #546648 on white background.



Black color preview on #546648 background

This text has black color on #546648 background.


White color preview on #546648 background

This text has white color on #546648 background.