COLOR #545E58

HEX: #545E58
RGB: (84,94,88)

Color info

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

RGB color model

#545E58 color RGB value is (84,94,88).

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

RGB channels and saturation

R 84 of 255 = 33%
G 94 of 255 = 37%
B 88 of 255 = 35%

84
94
88

R + G + B ~ 35%. #545E58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 94 + 88 = 266 (100%)
R 84 of 266 ~ 31.58%
G 94 of 266 ~ 35.34%
B 88 of 266 ~ 33.08%

%31.58
%35.34
%33.08

CMYK color model

#545E58 color CMYK value is (11,0,6,63).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 63.14%
CMYK:
(11,0,6,63)
C11M0Y6K63 
(11%,0%,6%,63%)
(0.11/0.00/0.06/0.63)	

CMYK percentages

%10.64
%0
%6.38
%63.14

Codes

Color #545E58 in popluar color models

545E58
RGB849488
HSL144°5.62%34.90%
HSB/HSV144°10.64%36.86%
CMYK10.64%0.00%6.38%
63.14%

Color #545E58 in popluar number systems.

HEX545E58
Decimal849488
Binary101010010111101011000
Octal124136130

Shades and tints

Shades of #545E58

#545E58
(84,94,88)
#4D5650
(77,86,80)
#464E48
(70,78,72)
#3F4640
(63,70,64)
#383E38
(56,62,56)
#313630
(49,54,48)
#2A2E28
(42,46,40)
#232620
(35,38,32)
#1C1E18
(28,30,24)
#151610
(21,22,16)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #545E58

#545E58
(84,94,88)
#636C67
(99,108,103)
#727A76
(114,122,118)
#818885
(129,136,133)
#909694
(144,150,148)
#9FA4A3
(159,164,163)
#AEB2B2
(174,178,178)
#BDC0C1
(189,192,193)
#CCCED0
(204,206,208)
#DBDCDF
(219,220,223)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545E58; }

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

This text font color is #545E58.


Background Color

.myBgColor { background-color: #545E58; }

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

This div background color is #545E58.


Border color

.myBorderColor { border: 1px solid #545E58; }

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

This div border color is #545E58.


Opacity

.myOpacity80 { color: #545E58; opacity: 0.8; }

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

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

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

This text has shadow with #545E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545E58 on black background.


Color preview on white background

This text has color #545E58 on white background.



Black color preview on #545E58 background

This text has black color on #545E58 background.


White color preview on #545E58 background

This text has white color on #545E58 background.