COLOR #546263

HEX: #546263
RGB: (84,98,99)

Color info

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

RGB color model

#546263 color RGB value is (84,98,99).

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

RGB channels and saturation

R 84 of 255 = 33%
G 98 of 255 = 38%
B 99 of 255 = 39%

84
98
99

R + G + B ~ 37%. #546263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 98 + 99 = 281 (100%)
R 84 of 281 ~ 29.89%
G 98 of 281 ~ 34.88%
B 99 of 281 ~ 35.23%

%29.89
%34.88
%35.23

CMYK color model

#546263 color CMYK value is (15,1,0,61).

  • cyan value is 15.15%
  • magenta value is 1.01%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(15,1,0,61)
C15M1Y0K61 
(15%,1%,0%,61%)
(0.15/0.01/0.00/0.61)	

CMYK percentages

%15.15
%1.01
%0
%61.18

Codes

Color #546263 in popluar color models

546263
RGB849899
HSL184°8.20%35.88%
HSB/HSV184°15.15%38.82%
CMYK15.15%1.01%0.00%
61.18%

Color #546263 in popluar number systems.

HEX546263
Decimal849899
Binary101010011000101100011
Octal124142143

Shades and tints

Shades of #546263

#546263
(84,98,99)
#4D5A5A
(77,90,90)
#465251
(70,82,81)
#3F4A48
(63,74,72)
#38423F
(56,66,63)
#313A36
(49,58,54)
#2A322D
(42,50,45)
#232A24
(35,42,36)
#1C221B
(28,34,27)
#151A12
(21,26,18)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #546263

#546263
(84,98,99)
#637071
(99,112,113)
#727E7F
(114,126,127)
#818C8D
(129,140,141)
#909A9B
(144,154,155)
#9FA8A9
(159,168,169)
#AEB6B7
(174,182,183)
#BDC4C5
(189,196,197)
#CCD2D3
(204,210,211)
#DBE0E1
(219,224,225)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546263; }

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

This text font color is #546263.


Background Color

.myBgColor { background-color: #546263; }

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

This div background color is #546263.


Border color

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

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

This div border color is #546263.


Opacity

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

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

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

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

This text has shadow with #546263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546263 on black background.


Color preview on white background

This text has color #546263 on white background.



Black color preview on #546263 background

This text has black color on #546263 background.


White color preview on #546263 background

This text has white color on #546263 background.