COLOR #544942

HEX: #544942
RGB: (84,73,66)

Color info

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

RGB color model

#544942 color RGB value is (84,73,66).

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

RGB channels and saturation

R 84 of 255 = 33%
G 73 of 255 = 29%
B 66 of 255 = 26%

84
73
66

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

Portions of RGB colors in percentages

R + G + B =
84 + 73 + 66 = 223 (100%)
R 84 of 223 ~ 37.67%
G 73 of 223 ~ 32.74%
B 66 of 223 ~ 29.6%

%37.67
%32.74
%29.6

CMYK color model

#544942 color CMYK value is (0,13,21,67).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 21.43%
  • key color value is 67.06%
CMYK:
(0,13,21,67)
C0M13Y21K67 
(0%,13%,21%,67%)
(0.00/0.13/0.21/0.67)	

CMYK percentages

%0
%13.1
%21.43
%67.06

Codes

Color #544942 in popluar color models

544942
RGB847366
HSL23°12.00%29.41%
HSB/HSV23°21.43%32.94%
CMYK0.00%13.10%21.43%
67.06%

Color #544942 in popluar number systems.

HEX544942
Decimal847366
Binary101010010010011000010
Octal124111102

Shades and tints

Shades of #544942

#544942
(84,73,66)
#4D433C
(77,67,60)
#463D36
(70,61,54)
#3F3730
(63,55,48)
#38312A
(56,49,42)
#312B24
(49,43,36)
#2A251E
(42,37,30)
#231F18
(35,31,24)
#1C1912
(28,25,18)
#15130C
(21,19,12)
#0E0D06
(14,13,6)
#000000
(0,0,0)

Tints of #544942

#544942
(84,73,66)
#635953
(99,89,83)
#726964
(114,105,100)
#817975
(129,121,117)
#908986
(144,137,134)
#9F9997
(159,153,151)
#AEA9A8
(174,169,168)
#BDB9B9
(189,185,185)
#CCC9CA
(204,201,202)
#DBD9DB
(219,217,219)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544942; }

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

This text font color is #544942.


Background Color

.myBgColor { background-color: #544942; }

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

This div background color is #544942.


Border color

.myBorderColor { border: 1px solid #544942; }

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

This div border color is #544942.


Opacity

.myOpacity80 { color: #544942; opacity: 0.8; }

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

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

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

This text has shadow with #544942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544942 on black background.


Color preview on white background

This text has color #544942 on white background.



Black color preview on #544942 background

This text has black color on #544942 background.


White color preview on #544942 background

This text has white color on #544942 background.