COLOR #544D51

HEX: #544D51
RGB: (84,77,81)

Color info

#544D51 contains red, green and blue colors in about the same proportion. Web safe color of #544D51 is #663366 (or #636).

RGB color model

#544D51 color RGB value is (84,77,81).

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

RGB channels and saturation

R 84 of 255 = 33%
G 77 of 255 = 30%
B 81 of 255 = 32%

84
77
81

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

Portions of RGB colors in percentages

R + G + B =
84 + 77 + 81 = 242 (100%)
R 84 of 242 ~ 34.71%
G 77 of 242 ~ 31.82%
B 81 of 242 ~ 33.47%

%34.71
%31.82
%33.47

CMYK color model

#544D51 color CMYK value is (0,8,4,67).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 3.57%
  • key color value is 67.06%
CMYK:
(0,8,4,67)
C0M8Y4K67 
(0%,8%,4%,67%)
(0.00/0.08/0.04/0.67)	

CMYK percentages

%0
%8.33
%3.57
%67.06

Codes

Color #544D51 in popluar color models

544D51
RGB847781
HSL326°4.35%31.57%
HSB/HSV326°8.33%32.94%
CMYK0.00%8.33%3.57%
67.06%

Color #544D51 in popluar number systems.

HEX544D51
Decimal847781
Binary101010010011011010001
Octal124115121

Shades and tints

Shades of #544D51

#544D51
(84,77,81)
#4D464A
(77,70,74)
#463F43
(70,63,67)
#3F383C
(63,56,60)
#383135
(56,49,53)
#312A2E
(49,42,46)
#2A2327
(42,35,39)
#231C20
(35,28,32)
#1C1519
(28,21,25)
#150E12
(21,14,18)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #544D51

#544D51
(84,77,81)
#635D60
(99,93,96)
#726D6F
(114,109,111)
#817D7E
(129,125,126)
#908D8D
(144,141,141)
#9F9D9C
(159,157,156)
#AEADAB
(174,173,171)
#BDBDBA
(189,189,186)
#CCCDC9
(204,205,201)
#DBDDD8
(219,221,216)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544D51; }

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

This text font color is #544D51.


Background Color

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

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

This div background color is #544D51.


Border color

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

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

This div border color is #544D51.


Opacity

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

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

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

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

This text has shadow with #544D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544D51 on black background.


Color preview on white background

This text has color #544D51 on white background.



Black color preview on #544D51 background

This text has black color on #544D51 background.


White color preview on #544D51 background

This text has white color on #544D51 background.