COLOR #546342

HEX: #546342
RGB: (84,99,66)

Color info

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

RGB color model

#546342 color RGB value is (84,99,66).

  • red value is 84;
  • green value is 99;
  • blue value is 66.
RGB:
(84,99,66)
(33%,39%,26%)

RGB channels and saturation

R 84 of 255 = 33%
G 99 of 255 = 39%
B 66 of 255 = 26%

84
99
66

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

Portions of RGB colors in percentages

R + G + B =
84 + 99 + 66 = 249 (100%)
R 84 of 249 ~ 33.73%
G 99 of 249 ~ 39.76%
B 66 of 249 ~ 26.51%

%33.73
%39.76
%26.51

CMYK color model

#546342 color CMYK value is (15,0,33,61).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 61.18%
CMYK:
(15,0,33,61)
C15M0Y33K61 
(15%,0%,33%,61%)
(0.15/0.00/0.33/0.61)	

CMYK percentages

%15.15
%0
%33.33
%61.18

Codes

Color #546342 in popluar color models

546342
RGB849966
HSL87°20.00%32.35%
HSB/HSV87°33.33%38.82%
CMYK15.15%0.00%33.33%
61.18%

Color #546342 in popluar number systems.

HEX546342
Decimal849966
Binary101010011000111000010
Octal124143102

Shades and tints

Shades of #546342

#546342
(84,99,66)
#4D5A3C
(77,90,60)
#465136
(70,81,54)
#3F4830
(63,72,48)
#383F2A
(56,63,42)
#313624
(49,54,36)
#2A2D1E
(42,45,30)
#232418
(35,36,24)
#1C1B12
(28,27,18)
#15120C
(21,18,12)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #546342

#546342
(84,99,66)
#637153
(99,113,83)
#727F64
(114,127,100)
#818D75
(129,141,117)
#909B86
(144,155,134)
#9FA997
(159,169,151)
#AEB7A8
(174,183,168)
#BDC5B9
(189,197,185)
#CCD3CA
(204,211,202)
#DBE1DB
(219,225,219)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546342 color. Also use rgb(84,99,66) instead hex code.

Text Font Color

.myTextColor { color: #546342; }

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

This text font color is #546342.


Background Color

.myBgColor { background-color: #546342; }

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

This div background color is #546342.


Border color

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

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

This div border color is #546342.


Opacity

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

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

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

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

This text has shadow with #546342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546342 on black background.


Color preview on white background

This text has color #546342 on white background.



Black color preview on #546342 background

This text has black color on #546342 background.


White color preview on #546342 background

This text has white color on #546342 background.