COLOR #544C4A

HEX: #544C4A
RGB: (84,76,74)

Color info

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

RGB color model

#544C4A color RGB value is (84,76,74).

  • red value is 84;
  • green value is 76;
  • blue value is 74.
RGB:
(84,76,74)
(33%,30%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 76 of 255 = 30%
B 74 of 255 = 29%

84
76
74

R + G + B ~ 31%. #544C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 76 + 74 = 234 (100%)
R 84 of 234 ~ 35.9%
G 76 of 234 ~ 32.48%
B 74 of 234 ~ 31.62%

%35.9
%32.48
%31.62

CMYK color model

#544C4A color CMYK value is (0,10,12,67).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 11.90%
  • key color value is 67.06%
CMYK:
(0,10,12,67)
C0M10Y12K67 
(0%,10%,12%,67%)
(0.00/0.10/0.12/0.67)	

CMYK percentages

%0
%9.52
%11.9
%67.06

Codes

Color #544C4A in popluar color models

544C4A
RGB847674
HSL12°6.33%30.98%
HSB/HSV12°11.90%32.94%
CMYK0.00%9.52%11.90%
67.06%

Color #544C4A in popluar number systems.

HEX544C4A
Decimal847674
Binary101010010011001001010
Octal124114112

Shades and tints

Shades of #544C4A

#544C4A
(84,76,74)
#4D4644
(77,70,68)
#46403E
(70,64,62)
#3F3A38
(63,58,56)
#383432
(56,52,50)
#312E2C
(49,46,44)
#2A2826
(42,40,38)
#232220
(35,34,32)
#1C1C1A
(28,28,26)
#151614
(21,22,20)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #544C4A

#544C4A
(84,76,74)
#635C5A
(99,92,90)
#726C6A
(114,108,106)
#817C7A
(129,124,122)
#908C8A
(144,140,138)
#9F9C9A
(159,156,154)
#AEACAA
(174,172,170)
#BDBCBA
(189,188,186)
#CCCCCA
(204,204,202)
#DBDCDA
(219,220,218)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544C4A; }

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

This text font color is #544C4A.


Background Color

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

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

This div background color is #544C4A.


Border color

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

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

This div border color is #544C4A.


Opacity

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

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

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

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

This text has shadow with #544C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544C4A on black background.


Color preview on white background

This text has color #544C4A on white background.



Black color preview on #544C4A background

This text has black color on #544C4A background.


White color preview on #544C4A background

This text has white color on #544C4A background.