COLOR #544A51

HEX: #544A51
RGB: (84,74,81)

Color info

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

RGB color model

#544A51 color RGB value is (84,74,81).

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

RGB channels and saturation

R 84 of 255 = 33%
G 74 of 255 = 29%
B 81 of 255 = 32%

84
74
81

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

Portions of RGB colors in percentages

R + G + B =
84 + 74 + 81 = 239 (100%)
R 84 of 239 ~ 35.15%
G 74 of 239 ~ 30.96%
B 81 of 239 ~ 33.89%

%35.15
%30.96
%33.89

CMYK color model

#544A51 color CMYK value is (0,12,4,67).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 3.57%
  • key color value is 67.06%
CMYK:
(0,12,4,67)
C0M12Y4K67 
(0%,12%,4%,67%)
(0.00/0.12/0.04/0.67)	

CMYK percentages

%0
%11.9
%3.57
%67.06

Codes

Color #544A51 in popluar color models

544A51
RGB847481
HSL318°6.33%30.98%
HSB/HSV318°11.90%32.94%
CMYK0.00%11.90%3.57%
67.06%

Color #544A51 in popluar number systems.

HEX544A51
Decimal847481
Binary101010010010101010001
Octal124112121

Shades and tints

Shades of #544A51

#544A51
(84,74,81)
#4D444A
(77,68,74)
#463E43
(70,62,67)
#3F383C
(63,56,60)
#383235
(56,50,53)
#312C2E
(49,44,46)
#2A2627
(42,38,39)
#232020
(35,32,32)
#1C1A19
(28,26,25)
#151412
(21,20,18)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #544A51

#544A51
(84,74,81)
#635A60
(99,90,96)
#726A6F
(114,106,111)
#817A7E
(129,122,126)
#908A8D
(144,138,141)
#9F9A9C
(159,154,156)
#AEAAAB
(174,170,171)
#BDBABA
(189,186,186)
#CCCAC9
(204,202,201)
#DBDAD8
(219,218,216)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544A51; }

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

This text font color is #544A51.


Background Color

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

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

This div background color is #544A51.


Border color

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

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

This div border color is #544A51.


Opacity

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

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

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

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

This text has shadow with #544A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544A51 on black background.


Color preview on white background

This text has color #544A51 on white background.



Black color preview on #544A51 background

This text has black color on #544A51 background.


White color preview on #544A51 background

This text has white color on #544A51 background.