COLOR #544E42

HEX: #544E42
RGB: (84,78,66)

Color info

#544E42 contains red, green and blue colors in about the same proportion. Web safe color of #544E42 is #666633 (or #663).

RGB color model

#544E42 color RGB value is (84,78,66).

  • red value is 84;
  • green value is 78;
  • blue value is 66.
RGB:
(84,78,66)
(33%,31%,26%)

RGB channels and saturation

R 84 of 255 = 33%
G 78 of 255 = 31%
B 66 of 255 = 26%

84
78
66

R + G + B ~ 30%. #544E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 78 + 66 = 228 (100%)
R 84 of 228 ~ 36.84%
G 78 of 228 ~ 34.21%
B 66 of 228 ~ 28.95%

%36.84
%34.21
%28.95

CMYK color model

#544E42 color CMYK value is (0,7,21,67).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 21.43%
  • key color value is 67.06%
CMYK:
(0,7,21,67)
C0M7Y21K67 
(0%,7%,21%,67%)
(0.00/0.07/0.21/0.67)	

CMYK percentages

%0
%7.14
%21.43
%67.06

Codes

Color #544E42 in popluar color models

544E42
RGB847866
HSL40°12.00%29.41%
HSB/HSV40°21.43%32.94%
CMYK0.00%7.14%21.43%
67.06%

Color #544E42 in popluar number systems.

HEX544E42
Decimal847866
Binary101010010011101000010
Octal124116102

Shades and tints

Shades of #544E42

#544E42
(84,78,66)
#4D473C
(77,71,60)
#464036
(70,64,54)
#3F3930
(63,57,48)
#38322A
(56,50,42)
#312B24
(49,43,36)
#2A241E
(42,36,30)
#231D18
(35,29,24)
#1C1612
(28,22,18)
#150F0C
(21,15,12)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #544E42

#544E42
(84,78,66)
#635E53
(99,94,83)
#726E64
(114,110,100)
#817E75
(129,126,117)
#908E86
(144,142,134)
#9F9E97
(159,158,151)
#AEAEA8
(174,174,168)
#BDBEB9
(189,190,185)
#CCCECA
(204,206,202)
#DBDEDB
(219,222,219)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544E42 color. Also use rgb(84,78,66) instead hex code.

Text Font Color

.myTextColor { color: #544E42; }

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

This text font color is #544E42.


Background Color

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

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

This div background color is #544E42.


Border color

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

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

This div border color is #544E42.


Opacity

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

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

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

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

This text has shadow with #544E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544E42 on black background.


Color preview on white background

This text has color #544E42 on white background.



Black color preview on #544E42 background

This text has black color on #544E42 background.


White color preview on #544E42 background

This text has white color on #544E42 background.