COLOR #544840

HEX: #544840
RGB: (84,72,64)

Color info

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

RGB color model

#544840 color RGB value is (84,72,64).

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

RGB channels and saturation

R 84 of 255 = 33%
G 72 of 255 = 28%
B 64 of 255 = 25%

84
72
64

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

Portions of RGB colors in percentages

R + G + B =
84 + 72 + 64 = 220 (100%)
R 84 of 220 ~ 38.18%
G 72 of 220 ~ 32.73%
B 64 of 220 ~ 29.09%

%38.18
%32.73
%29.09

CMYK color model

#544840 color CMYK value is (0,14,24,67).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 23.81%
  • key color value is 67.06%
CMYK:
(0,14,24,67)
C0M14Y24K67 
(0%,14%,24%,67%)
(0.00/0.14/0.24/0.67)	

CMYK percentages

%0
%14.29
%23.81
%67.06

Codes

Color #544840 in popluar color models

544840
RGB847264
HSL24°13.51%29.02%
HSB/HSV24°23.81%32.94%
CMYK0.00%14.29%23.81%
67.06%

Color #544840 in popluar number systems.

HEX544840
Decimal847264
Binary101010010010001000000
Octal124110100

Shades and tints

Shades of #544840

#544840
(84,72,64)
#4D423B
(77,66,59)
#463C36
(70,60,54)
#3F3631
(63,54,49)
#38302C
(56,48,44)
#312A27
(49,42,39)
#2A2422
(42,36,34)
#231E1D
(35,30,29)
#1C1818
(28,24,24)
#151213
(21,18,19)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #544840

#544840
(84,72,64)
#635851
(99,88,81)
#726862
(114,104,98)
#817873
(129,120,115)
#908884
(144,136,132)
#9F9895
(159,152,149)
#AEA8A6
(174,168,166)
#BDB8B7
(189,184,183)
#CCC8C8
(204,200,200)
#DBD8D9
(219,216,217)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544840; }

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

This text font color is #544840.


Background Color

.myBgColor { background-color: #544840; }

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

This div background color is #544840.


Border color

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

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

This div border color is #544840.


Opacity

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

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

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

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

This text has shadow with #544840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544840 on black background.


Color preview on white background

This text has color #544840 on white background.



Black color preview on #544840 background

This text has black color on #544840 background.


White color preview on #544840 background

This text has white color on #544840 background.