COLOR #544C44

HEX: #544C44 RGB: (84,76,68)

Color info

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

RGB color model

#544C44 color RGB value is (84,76,68).

RGB: (84,76,68) (33%, 30%, 27%)

RGB channels and saturation

R 84 of 255 = 33%
G 76 of 255 = 30%
B 68 of 255 = 27%

84
76
68

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

Portions of RGB colors in percentages

R + G + B = 84 + 76 + 68 = 228 (100%)
R 84 of 228 ~ 36.84%
G 76 of 228 ~ 33.33%
B 68 of 228 ~ 29.82'%

%36.84
%33.33
%29.82

CMYK color model

#544C44 color CMYK value is (0,10,19,67).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 19.05%
  • key color value is 67.06%

CMYK: (0,10,19,67)
C0M10Y19K67 (0%, 10%, 19%, 67%)
(0.00 / 0.10 / 0.19 / 0.67)

CMYK percentages

%0
%9.52
%19.05
%67.06

Codes

Color #544C44 in popluar color models

54 4C 44
RGB 84 76 68
HSL 30° 10.53% 29.80%
HSB/HSV 30° 19.05% 32.94%
CMYK 0.00% 9.52% 19.05%
67.06%

Color #544C44 in popluar number systems.

HEX 54 4C 44
Decimal 84 76 68
Binary 1010100 1001100 1000100
Octal 124 114 104

Shades and tints

Shades of #544C44

#544C44
(84,76,68)
#4D463E
(77,70,62)
#464038
(70,64,56)
#3F3A32
(63,58,50)
#38342C
(56,52,44)
#312E26
(49,46,38)
#2A2820
(42,40,32)
#23221A
(35,34,26)
#1C1C14
(28,28,20)
#15160E
(21,22,14)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #544C44

#544C44
(84,76,68)
#635C55
(99,92,85)
#726C66
(114,108,102)
#817C77
(129,124,119)
#908C88
(144,140,136)
#9F9C99
(159,156,153)
#AEACAA
(174,172,170)
#BDBCBB
(189,188,187)
#CCCCCC
(204,204,204)
#DBDCDD
(219,220,221)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544C44 color. Also use rgb(84,76,68) instead hex code.

Text Font Color

.myTextColor { color: #544C44; }

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

This text font color is #544C44.

Background Color

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

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

This div background color is #544C44.

Border color

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

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

This div border color is #544C44.

Opacity

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

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

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

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

This text has shadow with #544C44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #544C44.

Preview

Color preview on black background

This text has color #544C44 on black background.


Color preview on white background

This text has color #544C44 on white background.


Black color preview on #544C44 background

This text has black color on #544C44 background.


White color preview on #544C44 background

This text has white color on #544C44 background.


Related colors

Complementary color

Complementary color for #hex is #ABB3BB.


I love getcolorcode.com

Triadic colors

1 #44544C and #4C4454 with #544C44 are triadic colors.

2 #444C54 and #4C5444 with #544C44 are triadic colors.