COLOR #545867

HEX: #545867 RGB: (84,88,103)

Color info

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

RGB color model

#545867 color RGB value is (84,88,103).

RGB: (84,88,103) (33%, 35%, 40%)

RGB channels and saturation

R 84 of 255 = 33%
G 88 of 255 = 35%
B 103 of 255 = 40%

84
88
103

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

Portions of RGB colors in percentages

R + G + B = 84 + 88 + 103 = 275 (100%)
R 84 of 275 ~ 30.55%
G 88 of 275 ~ 32%
B 103 of 275 ~ 37.45'%

%30.55
%32
%37.45

CMYK color model

#545867 color CMYK value is (18,15,0,60).

  • cyan value is 18.45%
  • magenta value is 14.56%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (18,15,0,60)
C18M15Y0K60 (18%, 15%, 0%, 60%)
(0.18 / 0.15 / 0.00 / 0.60)

CMYK percentages

%18.45
%14.56
%0
%59.61

Codes

Color #545867 in popluar color models

54 58 67
RGB 84 88 103
HSL 227° 10.16% 36.67%
HSB/HSV 227° 18.45% 40.39%
CMYK 18.45% 14.56% 0.00%
59.61%

Color #545867 in popluar number systems.

HEX 54 58 67
Decimal 84 88 103
Binary 1010100 1011000 1100111
Octal 124 130 147

Shades and tints

Shades of #545867

#545867
(84,88,103)
#4D505E
(77,80,94)
#464855
(70,72,85)
#3F404C
(63,64,76)
#383843
(56,56,67)
#31303A
(49,48,58)
#2A2831
(42,40,49)
#232028
(35,32,40)
#1C181F
(28,24,31)
#151016
(21,16,22)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #545867

#545867
(84,88,103)
#636774
(99,103,116)
#727681
(114,118,129)
#81858E
(129,133,142)
#90949B
(144,148,155)
#9FA3A8
(159,163,168)
#AEB2B5
(174,178,181)
#BDC1C2
(189,193,194)
#CCD0CF
(204,208,207)
#DBDFDC
(219,223,220)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545867; }

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

This text font color is #545867.

Background Color

.myBgColor { background-color: #545867; }

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

This div background color is #545867.

Border color

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

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

This div border color is #545867.

Opacity

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

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

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

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

This text has shadow with #545867 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545867.

Preview

Color preview on black background

This text has color #545867 on black background.


Color preview on white background

This text has color #545867 on white background.


Black color preview on #545867 background

This text has black color on #545867 background.


White color preview on #545867 background

This text has white color on #545867 background.


Related colors

Complementary color

Complementary color for #hex is #ABA798.


I love getcolorcode.com

Triadic colors

1 #675458 and #586754 with #545867 are triadic colors.

2 #675854 and #585467 with #545867 are triadic colors.