COLOR #546F4C

HEX: #546F4C RGB: (84,111,76)

Color info

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

RGB color model

#546F4C color RGB value is (84,111,76).

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

RGB channels and saturation

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

84
111
76

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

Portions of RGB colors in percentages

R + G + B = 84 + 111 + 76 = 271 (100%)
R 84 of 271 ~ 31%
G 111 of 271 ~ 40.96%
B 76 of 271 ~ 28.04'%

%31
%40.96
%28.04

CMYK color model

#546F4C color CMYK value is (24,0,32,56).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 31.53%
  • key color value is 56.47%
CMYK: (24,0,32,56) C24M0Y32K56 (24%,0%,32%,56%) (0.24/0.00/0.32/0.56) 

CMYK percentages

%24.32
%0
%31.53
%56.47

Codes

Color #546F4C in popluar color models

54 6F 4C
RGB 84 111 76
HSL 106° 18.72% 36.67%
HSB/HSV 106° 31.53% 43.53%
CMYK 24.32% 0.00% 31.53%
56.47%

Color #546F4C in popluar number systems.

HEX 54 6F 4C
Decimal 84 111 76
Binary 1010100 1101111 1001100
Octal 124 157 114

Shades and tints

Shades of #546F4C

#546F4C
(84,111,76)
#4D6546
(77,101,70)
#465B40
(70,91,64)
#3F513A
(63,81,58)
#384734
(56,71,52)
#313D2E
(49,61,46)
#2A3328
(42,51,40)
#232922
(35,41,34)
#1C1F1C
(28,31,28)
#151516
(21,21,22)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #546F4C

#546F4C
(84,111,76)
#637C5C
(99,124,92)
#72896C
(114,137,108)
#81967C
(129,150,124)
#90A38C
(144,163,140)
#9FB09C
(159,176,156)
#AEBDAC
(174,189,172)
#BDCABC
(189,202,188)
#CCD7CC
(204,215,204)
#DBE4DC
(219,228,220)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546F4C; }

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

This text font color is #546F4C.

Background Color

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

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

This div background color is #546F4C.

Border color

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

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

This div border color is #546F4C.

Opacity

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

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

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

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

This text has shadow with #546F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #546F4C.

Preview

Color preview on black background

This text has color #546F4C on black background.


Color preview on white background

This text has color #546F4C on white background.


Black color preview on #546F4C background

This text has black color on #546F4C background.


White color preview on #546F4C background

This text has white color on #546F4C background.


Related colors

Complementary color

Complementary color for #hex is #AB90B3.


I love getcolorcode.com

Triadic colors

1 #4C546F and #6F4C54 with #546F4C are triadic colors.

2 #4C6F54 and #6F544C with #546F4C are triadic colors.