COLOR #546966

HEX: #546966
RGB: (84,105,102)

Color info

#546966 contains red, green and blue colors in about the same proportion. Web safe color of #546966 is #666666 (or #666).

RGB color model

#546966 color RGB value is (84,105,102).

  • red value is 84;
  • green value is 105;
  • blue value is 102.
RGB:
(84,105,102)
(33%,41%,40%)

RGB channels and saturation

R 84 of 255 = 33%
G 105 of 255 = 41%
B 102 of 255 = 40%

84
105
102

R + G + B ~ 38%. #546966 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 105 + 102 = 291 (100%)
R 84 of 291 ~ 28.87%
G 105 of 291 ~ 36.08%
B 102 of 291 ~ 35.05%

%28.87
%36.08
%35.05

CMYK color model

#546966 color CMYK value is (20,0,3,59).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 58.82%
CMYK:
(20,0,3,59)
C20M0Y3K59 
(20%,0%,3%,59%)
(0.20/0.00/0.03/0.59)	

CMYK percentages

%20
%0
%2.86
%58.82

Codes

Color #546966 in popluar color models

546966
RGB84105102
HSL171°11.11%37.06%
HSB/HSV171°20.00%41.18%
CMYK20.00%0.00%2.86%
58.82%

Color #546966 in popluar number systems.

HEX546966
Decimal84105102
Binary101010011010011100110
Octal124151146

Shades and tints

Shades of #546966

#546966
(84,105,102)
#4D605D
(77,96,93)
#465754
(70,87,84)
#3F4E4B
(63,78,75)
#384542
(56,69,66)
#313C39
(49,60,57)
#2A3330
(42,51,48)
#232A27
(35,42,39)
#1C211E
(28,33,30)
#151815
(21,24,21)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #546966

#546966
(84,105,102)
#637673
(99,118,115)
#728380
(114,131,128)
#81908D
(129,144,141)
#909D9A
(144,157,154)
#9FAAA7
(159,170,167)
#AEB7B4
(174,183,180)
#BDC4C1
(189,196,193)
#CCD1CE
(204,209,206)
#DBDEDB
(219,222,219)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546966 color. Also use rgb(84,105,102) instead hex code.

Text Font Color

.myTextColor { color: #546966; }

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

This text font color is #546966.


Background Color

.myBgColor { background-color: #546966; }

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

This div background color is #546966.


Border color

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

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

This div border color is #546966.


Opacity

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

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

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

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

This text has shadow with #546966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546966 on black background.


Color preview on white background

This text has color #546966 on white background.



Black color preview on #546966 background

This text has black color on #546966 background.


White color preview on #546966 background

This text has white color on #546966 background.