COLOR #546241

HEX: #546241
RGB: (84,98,65)

Color info

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

RGB color model

#546241 color RGB value is (84,98,65).

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

RGB channels and saturation

R 84 of 255 = 33%
G 98 of 255 = 38%
B 65 of 255 = 25%

84
98
65

R + G + B ~ 32%. #546241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 98 + 65 = 247 (100%)
R 84 of 247 ~ 34.01%
G 98 of 247 ~ 39.68%
B 65 of 247 ~ 26.32%

%34.01
%39.68
%26.32

CMYK color model

#546241 color CMYK value is (14,0,34,62).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 33.67%
  • key color value is 61.57%
CMYK:
(14,0,34,62)
C14M0Y34K62 
(14%,0%,34%,62%)
(0.14/0.00/0.34/0.62)	

CMYK percentages

%14.29
%0
%33.67
%61.57

Codes

Color #546241 in popluar color models

546241
RGB849865
HSL85°20.25%31.96%
HSB/HSV85°33.67%38.43%
CMYK14.29%0.00%33.67%
61.57%

Color #546241 in popluar number systems.

HEX546241
Decimal849865
Binary101010011000101000001
Octal124142101

Shades and tints

Shades of #546241

#546241
(84,98,65)
#4D5A3C
(77,90,60)
#465237
(70,82,55)
#3F4A32
(63,74,50)
#38422D
(56,66,45)
#313A28
(49,58,40)
#2A3223
(42,50,35)
#232A1E
(35,42,30)
#1C2219
(28,34,25)
#151A14
(21,26,20)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #546241

#546241
(84,98,65)
#637052
(99,112,82)
#727E63
(114,126,99)
#818C74
(129,140,116)
#909A85
(144,154,133)
#9FA896
(159,168,150)
#AEB6A7
(174,182,167)
#BDC4B8
(189,196,184)
#CCD2C9
(204,210,201)
#DBE0DA
(219,224,218)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546241; }

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

This text font color is #546241.


Background Color

.myBgColor { background-color: #546241; }

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

This div background color is #546241.


Border color

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

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

This div border color is #546241.


Opacity

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

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

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

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

This text has shadow with #546241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546241 on black background.


Color preview on white background

This text has color #546241 on white background.



Black color preview on #546241 background

This text has black color on #546241 background.


White color preview on #546241 background

This text has white color on #546241 background.