COLOR #545E4E

HEX: #545E4E
RGB: (84,94,78)

Color info

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

RGB color model

#545E4E color RGB value is (84,94,78).

  • red value is 84;
  • green value is 94;
  • blue value is 78.
RGB:
(84,94,78)
(33%,37%,31%)

RGB channels and saturation

R 84 of 255 = 33%
G 94 of 255 = 37%
B 78 of 255 = 31%

84
94
78

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

Portions of RGB colors in percentages

R + G + B =
84 + 94 + 78 = 256 (100%)
R 84 of 256 ~ 32.81%
G 94 of 256 ~ 36.72%
B 78 of 256 ~ 30.47%

%32.81
%36.72
%30.47

CMYK color model

#545E4E color CMYK value is (11,0,17,63).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 63.14%
CMYK:
(11,0,17,63)
C11M0Y17K63 
(11%,0%,17%,63%)
(0.11/0.00/0.17/0.63)	

CMYK percentages

%10.64
%0
%17.02
%63.14

Codes

Color #545E4E in popluar color models

545E4E
RGB849478
HSL98°9.30%33.73%
HSB/HSV98°17.02%36.86%
CMYK10.64%0.00%17.02%
63.14%

Color #545E4E in popluar number systems.

HEX545E4E
Decimal849478
Binary101010010111101001110
Octal124136116

Shades and tints

Shades of #545E4E

#545E4E
(84,94,78)
#4D5647
(77,86,71)
#464E40
(70,78,64)
#3F4639
(63,70,57)
#383E32
(56,62,50)
#31362B
(49,54,43)
#2A2E24
(42,46,36)
#23261D
(35,38,29)
#1C1E16
(28,30,22)
#15160F
(21,22,15)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #545E4E

#545E4E
(84,94,78)
#636C5E
(99,108,94)
#727A6E
(114,122,110)
#81887E
(129,136,126)
#90968E
(144,150,142)
#9FA49E
(159,164,158)
#AEB2AE
(174,178,174)
#BDC0BE
(189,192,190)
#CCCECE
(204,206,206)
#DBDCDE
(219,220,222)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545E4E color. Also use rgb(84,94,78) instead hex code.

Text Font Color

.myTextColor { color: #545E4E; }

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

This text font color is #545E4E.


Background Color

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

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

This div background color is #545E4E.


Border color

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

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

This div border color is #545E4E.


Opacity

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

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

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

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

This text has shadow with #545E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545E4E on black background.


Color preview on white background

This text has color #545E4E on white background.



Black color preview on #545E4E background

This text has black color on #545E4E background.


White color preview on #545E4E background

This text has white color on #545E4E background.