COLOR #546247

HEX: #546247
RGB: (84,98,71)

Color info

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

RGB color model

#546247 color RGB value is (84,98,71).

  • red value is 84;
  • green value is 98;
  • blue value is 71.
RGB:
(84,98,71)
(33%,38%,28%)

RGB channels and saturation

R 84 of 255 = 33%
G 98 of 255 = 38%
B 71 of 255 = 28%

84
98
71

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

Portions of RGB colors in percentages

R + G + B =
84 + 98 + 71 = 253 (100%)
R 84 of 253 ~ 33.2%
G 98 of 253 ~ 38.74%
B 71 of 253 ~ 28.06%

%33.2
%38.74
%28.06

CMYK color model

#546247 color CMYK value is (14,0,28,62).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 27.55%
  • key color value is 61.57%
CMYK:
(14,0,28,62)
C14M0Y28K62 
(14%,0%,28%,62%)
(0.14/0.00/0.28/0.62)	

CMYK percentages

%14.29
%0
%27.55
%61.57

Codes

Color #546247 in popluar color models

546247
RGB849871
HSL91°15.98%33.14%
HSB/HSV91°27.55%38.43%
CMYK14.29%0.00%27.55%
61.57%

Color #546247 in popluar number systems.

HEX546247
Decimal849871
Binary101010011000101000111
Octal124142107

Shades and tints

Shades of #546247

#546247
(84,98,71)
#4D5A41
(77,90,65)
#46523B
(70,82,59)
#3F4A35
(63,74,53)
#38422F
(56,66,47)
#313A29
(49,58,41)
#2A3223
(42,50,35)
#232A1D
(35,42,29)
#1C2217
(28,34,23)
#151A11
(21,26,17)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #546247

#546247
(84,98,71)
#637057
(99,112,87)
#727E67
(114,126,103)
#818C77
(129,140,119)
#909A87
(144,154,135)
#9FA897
(159,168,151)
#AEB6A7
(174,182,167)
#BDC4B7
(189,196,183)
#CCD2C7
(204,210,199)
#DBE0D7
(219,224,215)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546247 color. Also use rgb(84,98,71) instead hex code.

Text Font Color

.myTextColor { color: #546247; }

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

This text font color is #546247.


Background Color

.myBgColor { background-color: #546247; }

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

This div background color is #546247.


Border color

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

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

This div border color is #546247.


Opacity

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

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

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

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

This text has shadow with #546247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546247 on black background.


Color preview on white background

This text has color #546247 on white background.



Black color preview on #546247 background

This text has black color on #546247 background.


White color preview on #546247 background

This text has white color on #546247 background.