COLOR #546F4D

HEX: #546F4D RGB: (84,111,77)

Color info

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

RGB color model

#546F4D color RGB value is (84,111,77).

RGB: (84,111,77) (33%, 44%, 30%)

RGB channels and saturation

R 84 of 255 = 33%
G 111 of 255 = 44%
B 77 of 255 = 30%

84
111
77

R + G + B ~ 36%. #546F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 111 + 77 = 272 (100%)
R 84 of 272 ~ 30.88%
G 111 of 272 ~ 40.81%
B 77 of 272 ~ 28.31'%

%30.88
%40.81
%28.31

CMYK color model

#546F4D color CMYK value is (24,0,31,56).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 56.47%

CMYK: (24,0,31,56)
C24M0Y31K56 (24%, 0%, 31%, 56%)
(0.24 / 0.00 / 0.31 / 0.56)

CMYK percentages

%24.32
%0
%30.63
%56.47

Codes

Color #546F4D in popluar color models

54 6F 4D
RGB 84 111 77
HSL 108° 18.09% 36.86%
HSB/HSV 108° 30.63% 43.53%
CMYK 24.32% 0.00% 30.63%
56.47%

Color #546F4D in popluar number systems.

HEX 54 6F 4D
Decimal 84 111 77
Binary 1010100 1101111 1001101
Octal 124 157 115

Shades and tints

Shades of #546F4D

#546F4D
(84,111,77)
#4D6546
(77,101,70)
#465B3F
(70,91,63)
#3F5138
(63,81,56)
#384731
(56,71,49)
#313D2A
(49,61,42)
#2A3323
(42,51,35)
#23291C
(35,41,28)
#1C1F15
(28,31,21)
#15150E
(21,21,14)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #546F4D

#546F4D
(84,111,77)
#637C5D
(99,124,93)
#72896D
(114,137,109)
#81967D
(129,150,125)
#90A38D
(144,163,141)
#9FB09D
(159,176,157)
#AEBDAD
(174,189,173)
#BDCABD
(189,202,189)
#CCD7CD
(204,215,205)
#DBE4DD
(219,228,221)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546F4D color. Also use rgb(84,111,77) instead hex code.

Text Font Color

.myTextColor { color: #546F4D; }

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

This text font color is #546F4D.

Background Color

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

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

This div background color is #546F4D.

Border color

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

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

This div border color is #546F4D.

Opacity

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

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

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

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

This text has shadow with #546F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #546F4D.

Preview

Color preview on black background

This text has color #546F4D on black background.


Color preview on white background

This text has color #546F4D on white background.


Black color preview on #546F4D background

This text has black color on #546F4D background.


White color preview on #546F4D background

This text has white color on #546F4D background.


Related colors

Complementary color

Complementary color for #hex is #AB90B2.


I love getcolorcode.com

Triadic colors

1 #4D546F and #6F4D54 with #546F4D are triadic colors.

2 #4D6F54 and #6F544D with #546F4D are triadic colors.