COLOR #546363

HEX: #546363 RGB: (84,99,99)

Color info

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

RGB color model

#546363 color RGB value is (84,99,99).

RGB: (84,99,99) (33%, 39%, 39%)

RGB channels and saturation

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

84
99
99

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

Portions of RGB colors in percentages

R + G + B = 84 + 99 + 99 = 282 (100%)
R 84 of 282 ~ 29.79%
G 99 of 282 ~ 35.11%
B 99 of 282 ~ 35.11'%

%29.79
%35.11
%35.11

CMYK color model

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

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (15,0,0,61)
C15M0Y0K61 (15%, 0%, 0%, 61%)
(0.15 / 0.00 / 0.00 / 0.61)

CMYK percentages

%15.15
%0
%0
%61.18

Codes

Color #546363 in popluar color models

54 63 63
RGB 84 99 99
HSL 180° 8.20% 35.88%
HSB/HSV 180° 15.15% 38.82%
CMYK 15.15% 0.00% 0.00%
61.18%

Color #546363 in popluar number systems.

HEX 54 63 63
Decimal 84 99 99
Binary 1010100 1100011 1100011
Octal 124 143 143

Shades and tints

Shades of #546363

#546363
(84,99,99)
#4D5A5A
(77,90,90)
#465151
(70,81,81)
#3F4848
(63,72,72)
#383F3F
(56,63,63)
#313636
(49,54,54)
#2A2D2D
(42,45,45)
#232424
(35,36,36)
#1C1B1B
(28,27,27)
#151212
(21,18,18)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #546363

#546363
(84,99,99)
#637171
(99,113,113)
#727F7F
(114,127,127)
#818D8D
(129,141,141)
#909B9B
(144,155,155)
#9FA9A9
(159,169,169)
#AEB7B7
(174,183,183)
#BDC5C5
(189,197,197)
#CCD3D3
(204,211,211)
#DBE1E1
(219,225,225)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546363; }

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

This text font color is #546363.

Background Color

.myBgColor { background-color: #546363; }

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

This div background color is #546363.

Border color

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

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

This div border color is #546363.

Opacity

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

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

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

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

This text has shadow with #546363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #546363.

Preview

Color preview on black background

This text has color #546363 on black background.


Color preview on white background

This text has color #546363 on white background.


Black color preview on #546363 background

This text has black color on #546363 background.


White color preview on #546363 background

This text has white color on #546363 background.


Related colors

Complementary color

Complementary color for #hex is #AB9C9C.


I love getcolorcode.com