COLOR #545250

HEX: #545250
RGB: (84,82,80)

Color info

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

RGB color model

#545250 color RGB value is (84,82,80).

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

RGB channels and saturation

R 84 of 255 = 33%
G 82 of 255 = 32%
B 80 of 255 = 31%

84
82
80

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

Portions of RGB colors in percentages

R + G + B =
84 + 82 + 80 = 246 (100%)
R 84 of 246 ~ 34.15%
G 82 of 246 ~ 33.33%
B 80 of 246 ~ 32.52%

%34.15
%33.33
%32.52

CMYK color model

#545250 color CMYK value is (0,2,5,67).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 4.76%
  • key color value is 67.06%
CMYK:
(0,2,5,67)
C0M2Y5K67 
(0%,2%,5%,67%)
(0.00/0.02/0.05/0.67)	

CMYK percentages

%0
%2.38
%4.76
%67.06

Codes

Color #545250 in popluar color models

545250
RGB848280
HSL30°2.44%32.16%
HSB/HSV30°4.76%32.94%
CMYK0.00%2.38%4.76%
67.06%

Color #545250 in popluar number systems.

HEX545250
Decimal848280
Binary101010010100101010000
Octal124122120

Shades and tints

Shades of #545250

#545250
(84,82,80)
#4D4B49
(77,75,73)
#464442
(70,68,66)
#3F3D3B
(63,61,59)
#383634
(56,54,52)
#312F2D
(49,47,45)
#2A2826
(42,40,38)
#23211F
(35,33,31)
#1C1A18
(28,26,24)
#151311
(21,19,17)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #545250

#545250
(84,82,80)
#63615F
(99,97,95)
#72706E
(114,112,110)
#817F7D
(129,127,125)
#908E8C
(144,142,140)
#9F9D9B
(159,157,155)
#AEACAA
(174,172,170)
#BDBBB9
(189,187,185)
#CCCAC8
(204,202,200)
#DBD9D7
(219,217,215)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545250; }

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

This text font color is #545250.


Background Color

.myBgColor { background-color: #545250; }

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

This div background color is #545250.


Border color

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

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

This div border color is #545250.


Opacity

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

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

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

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

This text has shadow with #545250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545250 on black background.


Color preview on white background

This text has color #545250 on white background.



Black color preview on #545250 background

This text has black color on #545250 background.


White color preview on #545250 background

This text has white color on #545250 background.