COLOR #546C4A

HEX: #546C4A
RGB: (84,108,74)

Color info

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

RGB color model

#546C4A color RGB value is (84,108,74).

  • red value is 84;
  • green value is 108;
  • blue value is 74.
RGB:
(84,108,74)
(33%,42%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 108 of 255 = 42%
B 74 of 255 = 29%

84
108
74

R + G + B ~ 35%. #546C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 108 + 74 = 266 (100%)
R 84 of 266 ~ 31.58%
G 108 of 266 ~ 40.6%
B 74 of 266 ~ 27.82%

%31.58
%40.6
%27.82

CMYK color model

#546C4A color CMYK value is (22,0,31,58).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 31.48%
  • key color value is 57.65%
CMYK:
(22,0,31,58)
C22M0Y31K58 
(22%,0%,31%,58%)
(0.22/0.00/0.31/0.58)	

CMYK percentages

%22.22
%0
%31.48
%57.65

Codes

Color #546C4A in popluar color models

546C4A
RGB8410874
HSL102°18.68%35.69%
HSB/HSV102°31.48%42.35%
CMYK22.22%0.00%31.48%
57.65%

Color #546C4A in popluar number systems.

HEX546C4A
Decimal8410874
Binary101010011011001001010
Octal124154112

Shades and tints

Shades of #546C4A

#546C4A
(84,108,74)
#4D6344
(77,99,68)
#465A3E
(70,90,62)
#3F5138
(63,81,56)
#384832
(56,72,50)
#313F2C
(49,63,44)
#2A3626
(42,54,38)
#232D20
(35,45,32)
#1C241A
(28,36,26)
#151B14
(21,27,20)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #546C4A

#546C4A
(84,108,74)
#63795A
(99,121,90)
#72866A
(114,134,106)
#81937A
(129,147,122)
#90A08A
(144,160,138)
#9FAD9A
(159,173,154)
#AEBAAA
(174,186,170)
#BDC7BA
(189,199,186)
#CCD4CA
(204,212,202)
#DBE1DA
(219,225,218)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546C4A color. Also use rgb(84,108,74) instead hex code.

Text Font Color

.myTextColor { color: #546C4A; }

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

This text font color is #546C4A.


Background Color

.myBgColor { background-color: #546C4A; }

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

This div background color is #546C4A.


Border color

.myBorderColor { border: 1px solid #546C4A; }

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

This div border color is #546C4A.


Opacity

.myOpacity80 { color: #546C4A; opacity: 0.8; }

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

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

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

This text has shadow with #546C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546C4A on black background.


Color preview on white background

This text has color #546C4A on white background.



Black color preview on #546C4A background

This text has black color on #546C4A background.


White color preview on #546C4A background

This text has white color on #546C4A background.