COLOR #545A55

HEX: #545A55
RGB: (84,90,85)

Color info

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

RGB color model

#545A55 color RGB value is (84,90,85).

  • red value is 84;
  • green value is 90;
  • blue value is 85.
RGB:
(84,90,85)
(33%,35%,33%)

RGB channels and saturation

R 84 of 255 = 33%
G 90 of 255 = 35%
B 85 of 255 = 33%

84
90
85

R + G + B ~ 34%. #545A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 90 + 85 = 259 (100%)
R 84 of 259 ~ 32.43%
G 90 of 259 ~ 34.75%
B 85 of 259 ~ 32.82%

%32.43
%34.75
%32.82

CMYK color model

#545A55 color CMYK value is (7,0,6,65).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 64.71%
CMYK:
(7,0,6,65)
C7M0Y6K65 
(7%,0%,6%,65%)
(0.07/0.00/0.06/0.65)	

CMYK percentages

%6.67
%0
%5.56
%64.71

Codes

Color #545A55 in popluar color models

545A55
RGB849085
HSL130°3.45%34.12%
HSB/HSV130°6.67%35.29%
CMYK6.67%0.00%5.56%
64.71%

Color #545A55 in popluar number systems.

HEX545A55
Decimal849085
Binary101010010110101010101
Octal124132125

Shades and tints

Shades of #545A55

#545A55
(84,90,85)
#4D524E
(77,82,78)
#464A47
(70,74,71)
#3F4240
(63,66,64)
#383A39
(56,58,57)
#313232
(49,50,50)
#2A2A2B
(42,42,43)
#232224
(35,34,36)
#1C1A1D
(28,26,29)
#151216
(21,18,22)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #545A55

#545A55
(84,90,85)
#636964
(99,105,100)
#727873
(114,120,115)
#818782
(129,135,130)
#909691
(144,150,145)
#9FA5A0
(159,165,160)
#AEB4AF
(174,180,175)
#BDC3BE
(189,195,190)
#CCD2CD
(204,210,205)
#DBE1DC
(219,225,220)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545A55 color. Also use rgb(84,90,85) instead hex code.

Text Font Color

.myTextColor { color: #545A55; }

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

This text font color is #545A55.


Background Color

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

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

This div background color is #545A55.


Border color

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

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

This div border color is #545A55.


Opacity

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

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

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

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

This text has shadow with #545A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545A55 on black background.


Color preview on white background

This text has color #545A55 on white background.



Black color preview on #545A55 background

This text has black color on #545A55 background.


White color preview on #545A55 background

This text has white color on #545A55 background.