COLOR #544D4C

HEX: #544D4C
RGB: (84,77,76)

Color info

#544D4C contains red, green and blue colors in about the same proportion. Web safe color of #544D4C is #663333 (or #633).

RGB color model

#544D4C color RGB value is (84,77,76).

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

RGB channels and saturation

R 84 of 255 = 33%
G 77 of 255 = 30%
B 76 of 255 = 30%

84
77
76

R + G + B ~ 31%. #544D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 77 + 76 = 237 (100%)
R 84 of 237 ~ 35.44%
G 77 of 237 ~ 32.49%
B 76 of 237 ~ 32.07%

%35.44
%32.49
%32.07

CMYK color model

#544D4C color CMYK value is (0,8,10,67).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 9.52%
  • key color value is 67.06%
CMYK:
(0,8,10,67)
C0M8Y10K67 
(0%,8%,10%,67%)
(0.00/0.08/0.10/0.67)	

CMYK percentages

%0
%8.33
%9.52
%67.06

Codes

Color #544D4C in popluar color models

544D4C
RGB847776
HSL5.00%31.37%
HSB/HSV9.52%32.94%
CMYK0.00%8.33%9.52%
67.06%

Color #544D4C in popluar number systems.

HEX544D4C
Decimal847776
Binary101010010011011001100
Octal124115114

Shades and tints

Shades of #544D4C

#544D4C
(84,77,76)
#4D4646
(77,70,70)
#463F40
(70,63,64)
#3F383A
(63,56,58)
#383134
(56,49,52)
#312A2E
(49,42,46)
#2A2328
(42,35,40)
#231C22
(35,28,34)
#1C151C
(28,21,28)
#150E16
(21,14,22)
#0E0710
(14,7,16)
#000000
(0,0,0)

Tints of #544D4C

#544D4C
(84,77,76)
#635D5C
(99,93,92)
#726D6C
(114,109,108)
#817D7C
(129,125,124)
#908D8C
(144,141,140)
#9F9D9C
(159,157,156)
#AEADAC
(174,173,172)
#BDBDBC
(189,189,188)
#CCCDCC
(204,205,204)
#DBDDDC
(219,221,220)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544D4C color. Also use rgb(84,77,76) instead hex code.

Text Font Color

.myTextColor { color: #544D4C; }

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

This text font color is #544D4C.


Background Color

.myBgColor { background-color: #544D4C; }

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

This div background color is #544D4C.


Border color

.myBorderColor { border: 1px solid #544D4C; }

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

This div border color is #544D4C.


Opacity

.myOpacity80 { color: #544D4C; opacity: 0.8; }

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

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

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

This text has shadow with #544D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544D4C on black background.


Color preview on white background

This text has color #544D4C on white background.



Black color preview on #544D4C background

This text has black color on #544D4C background.


White color preview on #544D4C background

This text has white color on #544D4C background.