COLOR #546272

HEX: #546272
RGB: (84,98,114)

Color info

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

RGB color model

#546272 color RGB value is (84,98,114).

  • red value is 84;
  • green value is 98;
  • blue value is 114.
RGB:
(84,98,114)
(33%,38%,45%)

RGB channels and saturation

R 84 of 255 = 33%
G 98 of 255 = 38%
B 114 of 255 = 45%

84
98
114

R + G + B ~ 39%. #546272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 98 + 114 = 296 (100%)
R 84 of 296 ~ 28.38%
G 98 of 296 ~ 33.11%
B 114 of 296 ~ 38.51%

%28.38
%33.11
%38.51

CMYK color model

#546272 color CMYK value is (26,14,0,55).

  • cyan value is 26.32%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(26,14,0,55)
C26M14Y0K55 
(26%,14%,0%,55%)
(0.26/0.14/0.00/0.55)	

CMYK percentages

%26.32
%14.04
%0
%55.29

Codes

Color #546272 in popluar color models

546272
RGB8498114
HSL212°15.15%38.82%
HSB/HSV212°26.32%44.71%
CMYK26.32%14.04%0.00%
55.29%

Color #546272 in popluar number systems.

HEX546272
Decimal8498114
Binary101010011000101110010
Octal124142162

Shades and tints

Shades of #546272

#546272
(84,98,114)
#4D5A68
(77,90,104)
#46525E
(70,82,94)
#3F4A54
(63,74,84)
#38424A
(56,66,74)
#313A40
(49,58,64)
#2A3236
(42,50,54)
#232A2C
(35,42,44)
#1C2222
(28,34,34)
#151A18
(21,26,24)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #546272

#546272
(84,98,114)
#63707E
(99,112,126)
#727E8A
(114,126,138)
#818C96
(129,140,150)
#909AA2
(144,154,162)
#9FA8AE
(159,168,174)
#AEB6BA
(174,182,186)
#BDC4C6
(189,196,198)
#CCD2D2
(204,210,210)
#DBE0DE
(219,224,222)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546272 color. Also use rgb(84,98,114) instead hex code.

Text Font Color

.myTextColor { color: #546272; }

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

This text font color is #546272.


Background Color

.myBgColor { background-color: #546272; }

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

This div background color is #546272.


Border color

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

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

This div border color is #546272.


Opacity

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

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

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

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

This text has shadow with #546272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546272 on black background.


Color preview on white background

This text has color #546272 on white background.



Black color preview on #546272 background

This text has black color on #546272 background.


White color preview on #546272 background

This text has white color on #546272 background.