COLOR #546331

HEX: #546331
RGB: (84,99,49)

Color info

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

RGB color model

#546331 color RGB value is (84,99,49).

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

RGB channels and saturation

R 84 of 255 = 33%
G 99 of 255 = 39%
B 49 of 255 = 19%

84
99
49

R + G + B ~ 30%. #546331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 99 + 49 = 232 (100%)
R 84 of 232 ~ 36.21%
G 99 of 232 ~ 42.67%
B 49 of 232 ~ 21.12%

%36.21
%42.67
%21.12

CMYK color model

#546331 color CMYK value is (15,0,51,61).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 50.51%
  • key color value is 61.18%
CMYK:
(15,0,51,61)
C15M0Y51K61 
(15%,0%,51%,61%)
(0.15/0.00/0.51/0.61)	

CMYK percentages

%15.15
%0
%50.51
%61.18

Codes

Color #546331 in popluar color models

546331
RGB849949
HSL78°33.78%29.02%
HSB/HSV78°50.51%38.82%
CMYK15.15%0.00%50.51%
61.18%

Color #546331 in popluar number systems.

HEX546331
Decimal849949
Binary10101001100011110001
Octal12414361

Shades and tints

Shades of #546331

#546331
(84,99,49)
#4D5A2D
(77,90,45)
#465129
(70,81,41)
#3F4825
(63,72,37)
#383F21
(56,63,33)
#31361D
(49,54,29)
#2A2D19
(42,45,25)
#232415
(35,36,21)
#1C1B11
(28,27,17)
#15120D
(21,18,13)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #546331

#546331
(84,99,49)
#637143
(99,113,67)
#727F55
(114,127,85)
#818D67
(129,141,103)
#909B79
(144,155,121)
#9FA98B
(159,169,139)
#AEB79D
(174,183,157)
#BDC5AF
(189,197,175)
#CCD3C1
(204,211,193)
#DBE1D3
(219,225,211)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546331; }

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

This text font color is #546331.


Background Color

.myBgColor { background-color: #546331; }

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

This div background color is #546331.


Border color

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

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

This div border color is #546331.


Opacity

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

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

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

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

This text has shadow with #546331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546331 on black background.


Color preview on white background

This text has color #546331 on white background.



Black color preview on #546331 background

This text has black color on #546331 background.


White color preview on #546331 background

This text has white color on #546331 background.