COLOR #544842

HEX: #544842
RGB: (84,72,66)

Color info

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

RGB color model

#544842 color RGB value is (84,72,66).

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

RGB channels and saturation

R 84 of 255 = 33%
G 72 of 255 = 28%
B 66 of 255 = 26%

84
72
66

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

Portions of RGB colors in percentages

R + G + B =
84 + 72 + 66 = 222 (100%)
R 84 of 222 ~ 37.84%
G 72 of 222 ~ 32.43%
B 66 of 222 ~ 29.73%

%37.84
%32.43
%29.73

CMYK color model

#544842 color CMYK value is (0,14,21,67).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 21.43%
  • key color value is 67.06%
CMYK:
(0,14,21,67)
C0M14Y21K67 
(0%,14%,21%,67%)
(0.00/0.14/0.21/0.67)	

CMYK percentages

%0
%14.29
%21.43
%67.06

Codes

Color #544842 in popluar color models

544842
RGB847266
HSL20°12.00%29.41%
HSB/HSV20°21.43%32.94%
CMYK0.00%14.29%21.43%
67.06%

Color #544842 in popluar number systems.

HEX544842
Decimal847266
Binary101010010010001000010
Octal124110102

Shades and tints

Shades of #544842

#544842
(84,72,66)
#4D423C
(77,66,60)
#463C36
(70,60,54)
#3F3630
(63,54,48)
#38302A
(56,48,42)
#312A24
(49,42,36)
#2A241E
(42,36,30)
#231E18
(35,30,24)
#1C1812
(28,24,18)
#15120C
(21,18,12)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #544842

#544842
(84,72,66)
#635853
(99,88,83)
#726864
(114,104,100)
#817875
(129,120,117)
#908886
(144,136,134)
#9F9897
(159,152,151)
#AEA8A8
(174,168,168)
#BDB8B9
(189,184,185)
#CCC8CA
(204,200,202)
#DBD8DB
(219,216,219)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544842; }

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

This text font color is #544842.


Background Color

.myBgColor { background-color: #544842; }

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

This div background color is #544842.


Border color

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

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

This div border color is #544842.


Opacity

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

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

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

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

This text has shadow with #544842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544842 on black background.


Color preview on white background

This text has color #544842 on white background.



Black color preview on #544842 background

This text has black color on #544842 background.


White color preview on #544842 background

This text has white color on #544842 background.