COLOR #545055

HEX: #545055
RGB: (84,80,85)

Color info

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

RGB color model

#545055 color RGB value is (84,80,85).

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

RGB channels and saturation

R 84 of 255 = 33%
G 80 of 255 = 31%
B 85 of 255 = 33%

84
80
85

R + G + B ~ 32%. #545055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 80 + 85 = 249 (100%)
R 84 of 249 ~ 33.73%
G 80 of 249 ~ 32.13%
B 85 of 249 ~ 34.14%

%33.73
%32.13
%34.14

CMYK color model

#545055 color CMYK value is (1,6,0,67).

  • cyan value is 1.18%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(1,6,0,67)
C1M6Y0K67 
(1%,6%,0%,67%)
(0.01/0.06/0.00/0.67)	

CMYK percentages

%1.18
%5.88
%0
%66.67

Codes

Color #545055 in popluar color models

545055
RGB848085
HSL288°3.03%32.35%
HSB/HSV288°5.88%33.33%
CMYK1.18%5.88%0.00%
66.67%

Color #545055 in popluar number systems.

HEX545055
Decimal848085
Binary101010010100001010101
Octal124120125

Shades and tints

Shades of #545055

#545055
(84,80,85)
#4D494E
(77,73,78)
#464247
(70,66,71)
#3F3B40
(63,59,64)
#383439
(56,52,57)
#312D32
(49,45,50)
#2A262B
(42,38,43)
#231F24
(35,31,36)
#1C181D
(28,24,29)
#151116
(21,17,22)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #545055

#545055
(84,80,85)
#635F64
(99,95,100)
#726E73
(114,110,115)
#817D82
(129,125,130)
#908C91
(144,140,145)
#9F9BA0
(159,155,160)
#AEAAAF
(174,170,175)
#BDB9BE
(189,185,190)
#CCC8CD
(204,200,205)
#DBD7DC
(219,215,220)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545055; }

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

This text font color is #545055.


Background Color

.myBgColor { background-color: #545055; }

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

This div background color is #545055.


Border color

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

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

This div border color is #545055.


Opacity

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

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

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

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

This text has shadow with #545055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545055 on black background.


Color preview on white background

This text has color #545055 on white background.



Black color preview on #545055 background

This text has black color on #545055 background.


White color preview on #545055 background

This text has white color on #545055 background.