COLOR #545F4D

HEX: #545F4D
RGB: (84,95,77)

Color info

#545F4D contains red, green and blue colors in about the same proportion. Web safe color of #545F4D is #666633 (or #663).

RGB color model

#545F4D color RGB value is (84,95,77).

  • red value is 84;
  • green value is 95;
  • blue value is 77.
RGB:
(84,95,77)
(33%,37%,30%)

RGB channels and saturation

R 84 of 255 = 33%
G 95 of 255 = 37%
B 77 of 255 = 30%

84
95
77

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

Portions of RGB colors in percentages

R + G + B =
84 + 95 + 77 = 256 (100%)
R 84 of 256 ~ 32.81%
G 95 of 256 ~ 37.11%
B 77 of 256 ~ 30.08%

%32.81
%37.11
%30.08

CMYK color model

#545F4D color CMYK value is (12,0,19,63).

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 62.75%
CMYK:
(12,0,19,63)
C12M0Y19K63 
(12%,0%,19%,63%)
(0.12/0.00/0.19/0.63)	

CMYK percentages

%11.58
%0
%18.95
%62.75

Codes

Color #545F4D in popluar color models

545F4D
RGB849577
HSL97°10.47%33.73%
HSB/HSV97°18.95%37.25%
CMYK11.58%0.00%18.95%
62.75%

Color #545F4D in popluar number systems.

HEX545F4D
Decimal849577
Binary101010010111111001101
Octal124137115

Shades and tints

Shades of #545F4D

#545F4D
(84,95,77)
#4D5746
(77,87,70)
#464F3F
(70,79,63)
#3F4738
(63,71,56)
#383F31
(56,63,49)
#31372A
(49,55,42)
#2A2F23
(42,47,35)
#23271C
(35,39,28)
#1C1F15
(28,31,21)
#15170E
(21,23,14)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #545F4D

#545F4D
(84,95,77)
#636D5D
(99,109,93)
#727B6D
(114,123,109)
#81897D
(129,137,125)
#90978D
(144,151,141)
#9FA59D
(159,165,157)
#AEB3AD
(174,179,173)
#BDC1BD
(189,193,189)
#CCCFCD
(204,207,205)
#DBDDDD
(219,221,221)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545F4D color. Also use rgb(84,95,77) instead hex code.

Text Font Color

.myTextColor { color: #545F4D; }

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

This text font color is #545F4D.


Background Color

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

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

This div background color is #545F4D.


Border color

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

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

This div border color is #545F4D.


Opacity

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

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

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

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

This text has shadow with #545F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545F4D on black background.


Color preview on white background

This text has color #545F4D on white background.



Black color preview on #545F4D background

This text has black color on #545F4D background.


White color preview on #545F4D background

This text has white color on #545F4D background.