COLOR #545B53

HEX: #545B53
RGB: (84,91,83)

Color info

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

RGB color model

#545B53 color RGB value is (84,91,83).

  • red value is 84;
  • green value is 91;
  • blue value is 83.
RGB:
(84,91,83)
(33%,36%,33%)

RGB channels and saturation

R 84 of 255 = 33%
G 91 of 255 = 36%
B 83 of 255 = 33%

84
91
83

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

Portions of RGB colors in percentages

R + G + B =
84 + 91 + 83 = 258 (100%)
R 84 of 258 ~ 32.56%
G 91 of 258 ~ 35.27%
B 83 of 258 ~ 32.17%

%32.56
%35.27
%32.17

CMYK color model

#545B53 color CMYK value is (8,0,9,64).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 64.31%
CMYK:
(8,0,9,64)
C8M0Y9K64 
(8%,0%,9%,64%)
(0.08/0.00/0.09/0.64)	

CMYK percentages

%7.69
%0
%8.79
%64.31

Codes

Color #545B53 in popluar color models

545B53
RGB849183
HSL113°4.60%34.12%
HSB/HSV113°8.79%35.69%
CMYK7.69%0.00%8.79%
64.31%

Color #545B53 in popluar number systems.

HEX545B53
Decimal849183
Binary101010010110111010011
Octal124133123

Shades and tints

Shades of #545B53

#545B53
(84,91,83)
#4D534C
(77,83,76)
#464B45
(70,75,69)
#3F433E
(63,67,62)
#383B37
(56,59,55)
#313330
(49,51,48)
#2A2B29
(42,43,41)
#232322
(35,35,34)
#1C1B1B
(28,27,27)
#151314
(21,19,20)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #545B53

#545B53
(84,91,83)
#636962
(99,105,98)
#727771
(114,119,113)
#818580
(129,133,128)
#90938F
(144,147,143)
#9FA19E
(159,161,158)
#AEAFAD
(174,175,173)
#BDBDBC
(189,189,188)
#CCCBCB
(204,203,203)
#DBD9DA
(219,217,218)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545B53 color. Also use rgb(84,91,83) instead hex code.

Text Font Color

.myTextColor { color: #545B53; }

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

This text font color is #545B53.


Background Color

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

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

This div background color is #545B53.


Border color

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

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

This div border color is #545B53.


Opacity

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

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

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

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

This text has shadow with #545B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545B53 on black background.


Color preview on white background

This text has color #545B53 on white background.



Black color preview on #545B53 background

This text has black color on #545B53 background.


White color preview on #545B53 background

This text has white color on #545B53 background.