COLOR #544D40

HEX: #544D40
RGB: (84,77,64)

Color info

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

RGB color model

#544D40 color RGB value is (84,77,64).

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

RGB channels and saturation

R 84 of 255 = 33%
G 77 of 255 = 30%
B 64 of 255 = 25%

84
77
64

R + G + B ~ 29%. #544D40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 77 + 64 = 225 (100%)
R 84 of 225 ~ 37.33%
G 77 of 225 ~ 34.22%
B 64 of 225 ~ 28.44%

%37.33
%34.22
%28.44

CMYK color model

#544D40 color CMYK value is (0,8,24,67).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 23.81%
  • key color value is 67.06%
CMYK:
(0,8,24,67)
C0M8Y24K67 
(0%,8%,24%,67%)
(0.00/0.08/0.24/0.67)	

CMYK percentages

%0
%8.33
%23.81
%67.06

Codes

Color #544D40 in popluar color models

544D40
RGB847764
HSL39°13.51%29.02%
HSB/HSV39°23.81%32.94%
CMYK0.00%8.33%23.81%
67.06%

Color #544D40 in popluar number systems.

HEX544D40
Decimal847764
Binary101010010011011000000
Octal124115100

Shades and tints

Shades of #544D40

#544D40
(84,77,64)
#4D463B
(77,70,59)
#463F36
(70,63,54)
#3F3831
(63,56,49)
#38312C
(56,49,44)
#312A27
(49,42,39)
#2A2322
(42,35,34)
#231C1D
(35,28,29)
#1C1518
(28,21,24)
#150E13
(21,14,19)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #544D40

#544D40
(84,77,64)
#635D51
(99,93,81)
#726D62
(114,109,98)
#817D73
(129,125,115)
#908D84
(144,141,132)
#9F9D95
(159,157,149)
#AEADA6
(174,173,166)
#BDBDB7
(189,189,183)
#CCCDC8
(204,205,200)
#DBDDD9
(219,221,217)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544D40; }

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

This text font color is #544D40.


Background Color

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

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

This div background color is #544D40.


Border color

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

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

This div border color is #544D40.


Opacity

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

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

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

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

This text has shadow with #544D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544D40 on black background.


Color preview on white background

This text has color #544D40 on white background.



Black color preview on #544D40 background

This text has black color on #544D40 background.


White color preview on #544D40 background

This text has white color on #544D40 background.