COLOR #544B49

HEX: #544B49
RGB: (84,75,73)

Color info

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

RGB color model

#544B49 color RGB value is (84,75,73).

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

RGB channels and saturation

R 84 of 255 = 33%
G 75 of 255 = 29%
B 73 of 255 = 29%

84
75
73

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

Portions of RGB colors in percentages

R + G + B =
84 + 75 + 73 = 232 (100%)
R 84 of 232 ~ 36.21%
G 75 of 232 ~ 32.33%
B 73 of 232 ~ 31.47%

%36.21
%32.33
%31.47

CMYK color model

#544B49 color CMYK value is (0,11,13,67).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 13.10%
  • key color value is 67.06%
CMYK:
(0,11,13,67)
C0M11Y13K67 
(0%,11%,13%,67%)
(0.00/0.11/0.13/0.67)	

CMYK percentages

%0
%10.71
%13.1
%67.06

Codes

Color #544B49 in popluar color models

544B49
RGB847573
HSL11°7.01%30.78%
HSB/HSV11°13.10%32.94%
CMYK0.00%10.71%13.10%
67.06%

Color #544B49 in popluar number systems.

HEX544B49
Decimal847573
Binary101010010010111001001
Octal124113111

Shades and tints

Shades of #544B49

#544B49
(84,75,73)
#4D4543
(77,69,67)
#463F3D
(70,63,61)
#3F3937
(63,57,55)
#383331
(56,51,49)
#312D2B
(49,45,43)
#2A2725
(42,39,37)
#23211F
(35,33,31)
#1C1B19
(28,27,25)
#151513
(21,21,19)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #544B49

#544B49
(84,75,73)
#635B59
(99,91,89)
#726B69
(114,107,105)
#817B79
(129,123,121)
#908B89
(144,139,137)
#9F9B99
(159,155,153)
#AEABA9
(174,171,169)
#BDBBB9
(189,187,185)
#CCCBC9
(204,203,201)
#DBDBD9
(219,219,217)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544B49; }

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

This text font color is #544B49.


Background Color

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

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

This div background color is #544B49.


Border color

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

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

This div border color is #544B49.


Opacity

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

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

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

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

This text has shadow with #544B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544B49 on black background.


Color preview on white background

This text has color #544B49 on white background.



Black color preview on #544B49 background

This text has black color on #544B49 background.


White color preview on #544B49 background

This text has white color on #544B49 background.