COLOR #545058

HEX: #545058
RGB: (84,80,88)

Color info

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

RGB color model

#545058 color RGB value is (84,80,88).

  • red value is 84;
  • green value is 80;
  • blue value is 88.
RGB:
(84,80,88)
(33%,31%,35%)

RGB channels and saturation

R 84 of 255 = 33%
G 80 of 255 = 31%
B 88 of 255 = 35%

84
80
88

R + G + B ~ 33%. #545058 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 80 + 88 = 252 (100%)
R 84 of 252 ~ 33.33%
G 80 of 252 ~ 31.75%
B 88 of 252 ~ 34.92%

%33.33
%31.75
%34.92

CMYK color model

#545058 color CMYK value is (5,9,0,65).

  • cyan value is 4.55%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(5,9,0,65)
C5M9Y0K65 
(5%,9%,0%,65%)
(0.05/0.09/0.00/0.65)	

CMYK percentages

%4.55
%9.09
%0
%65.49

Codes

Color #545058 in popluar color models

545058
RGB848088
HSL270°4.76%32.94%
HSB/HSV270°9.09%34.51%
CMYK4.55%9.09%0.00%
65.49%

Color #545058 in popluar number systems.

HEX545058
Decimal848088
Binary101010010100001011000
Octal124120130

Shades and tints

Shades of #545058

#545058
(84,80,88)
#4D4950
(77,73,80)
#464248
(70,66,72)
#3F3B40
(63,59,64)
#383438
(56,52,56)
#312D30
(49,45,48)
#2A2628
(42,38,40)
#231F20
(35,31,32)
#1C1818
(28,24,24)
#151110
(21,17,16)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #545058

#545058
(84,80,88)
#635F67
(99,95,103)
#726E76
(114,110,118)
#817D85
(129,125,133)
#908C94
(144,140,148)
#9F9BA3
(159,155,163)
#AEAAB2
(174,170,178)
#BDB9C1
(189,185,193)
#CCC8D0
(204,200,208)
#DBD7DF
(219,215,223)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545058; }

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

This text font color is #545058.


Background Color

.myBgColor { background-color: #545058; }

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

This div background color is #545058.


Border color

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

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

This div border color is #545058.


Opacity

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

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

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

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

This text has shadow with #545058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545058 on black background.


Color preview on white background

This text has color #545058 on white background.



Black color preview on #545058 background

This text has black color on #545058 background.


White color preview on #545058 background

This text has white color on #545058 background.