COLOR #544C51

HEX: #544C51
RGB: (84,76,81)

Color info

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

RGB color model

#544C51 color RGB value is (84,76,81).

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

RGB channels and saturation

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

84
76
81

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

Portions of RGB colors in percentages

R + G + B =
84 + 76 + 81 = 241 (100%)
R 84 of 241 ~ 34.85%
G 76 of 241 ~ 31.54%
B 81 of 241 ~ 33.61%

%34.85
%31.54
%33.61

CMYK color model

#544C51 color CMYK value is (0,10,4,67).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 3.57%
  • key color value is 67.06%
CMYK:
(0,10,4,67)
C0M10Y4K67 
(0%,10%,4%,67%)
(0.00/0.10/0.04/0.67)	

CMYK percentages

%0
%9.52
%3.57
%67.06

Codes

Color #544C51 in popluar color models

544C51
RGB847681
HSL323°5.00%31.37%
HSB/HSV323°9.52%32.94%
CMYK0.00%9.52%3.57%
67.06%

Color #544C51 in popluar number systems.

HEX544C51
Decimal847681
Binary101010010011001010001
Octal124114121

Shades and tints

Shades of #544C51

#544C51
(84,76,81)
#4D464A
(77,70,74)
#464043
(70,64,67)
#3F3A3C
(63,58,60)
#383435
(56,52,53)
#312E2E
(49,46,46)
#2A2827
(42,40,39)
#232220
(35,34,32)
#1C1C19
(28,28,25)
#151612
(21,22,18)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #544C51

#544C51
(84,76,81)
#635C60
(99,92,96)
#726C6F
(114,108,111)
#817C7E
(129,124,126)
#908C8D
(144,140,141)
#9F9C9C
(159,156,156)
#AEACAB
(174,172,171)
#BDBCBA
(189,188,186)
#CCCCC9
(204,204,201)
#DBDCD8
(219,220,216)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544C51; }

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

This text font color is #544C51.


Background Color

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

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

This div background color is #544C51.


Border color

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

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

This div border color is #544C51.


Opacity

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

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

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

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

This text has shadow with #544C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544C51 on black background.


Color preview on white background

This text has color #544C51 on white background.



Black color preview on #544C51 background

This text has black color on #544C51 background.


White color preview on #544C51 background

This text has white color on #544C51 background.