COLOR #545351

HEX: #545351
RGB: (84,83,81)

Color info

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

RGB color model

#545351 color RGB value is (84,83,81).

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

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 81 of 255 = 32%

84
83
81

R + G + B ~ 33%. #545351 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 83 + 81 = 248 (100%)
R 84 of 248 ~ 33.87%
G 83 of 248 ~ 33.47%
B 81 of 248 ~ 32.66%

%33.87
%33.47
%32.66

CMYK color model

#545351 color CMYK value is (0,1,4,67).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 3.57%
  • key color value is 67.06%
CMYK:
(0,1,4,67)
C0M1Y4K67 
(0%,1%,4%,67%)
(0.00/0.01/0.04/0.67)	

CMYK percentages

%0
%1.19
%3.57
%67.06

Codes

Color #545351 in popluar color models

545351
RGB848381
HSL40°1.82%32.35%
HSB/HSV40°3.57%32.94%
CMYK0.00%1.19%3.57%
67.06%

Color #545351 in popluar number systems.

HEX545351
Decimal848381
Binary101010010100111010001
Octal124123121

Shades and tints

Shades of #545351

#545351
(84,83,81)
#4D4C4A
(77,76,74)
#464543
(70,69,67)
#3F3E3C
(63,62,60)
#383735
(56,55,53)
#31302E
(49,48,46)
#2A2927
(42,41,39)
#232220
(35,34,32)
#1C1B19
(28,27,25)
#151412
(21,20,18)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #545351

#545351
(84,83,81)
#636260
(99,98,96)
#72716F
(114,113,111)
#81807E
(129,128,126)
#908F8D
(144,143,141)
#9F9E9C
(159,158,156)
#AEADAB
(174,173,171)
#BDBCBA
(189,188,186)
#CCCBC9
(204,203,201)
#DBDAD8
(219,218,216)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545351; }

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

This text font color is #545351.


Background Color

.myBgColor { background-color: #545351; }

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

This div background color is #545351.


Border color

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

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

This div border color is #545351.


Opacity

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

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

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

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

This text has shadow with #545351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545351 on black background.


Color preview on white background

This text has color #545351 on white background.



Black color preview on #545351 background

This text has black color on #545351 background.


White color preview on #545351 background

This text has white color on #545351 background.