COLOR #544B42

HEX: #544B42
RGB: (84,75,66)

Color info

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

RGB color model

#544B42 color RGB value is (84,75,66).

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

RGB channels and saturation

R 84 of 255 = 33%
G 75 of 255 = 29%
B 66 of 255 = 26%

84
75
66

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

Portions of RGB colors in percentages

R + G + B =
84 + 75 + 66 = 225 (100%)
R 84 of 225 ~ 37.33%
G 75 of 225 ~ 33.33%
B 66 of 225 ~ 29.33%

%37.33
%33.33
%29.33

CMYK color model

#544B42 color CMYK value is (0,11,21,67).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 21.43%
  • key color value is 67.06%
CMYK:
(0,11,21,67)
C0M11Y21K67 
(0%,11%,21%,67%)
(0.00/0.11/0.21/0.67)	

CMYK percentages

%0
%10.71
%21.43
%67.06

Codes

Color #544B42 in popluar color models

544B42
RGB847566
HSL30°12.00%29.41%
HSB/HSV30°21.43%32.94%
CMYK0.00%10.71%21.43%
67.06%

Color #544B42 in popluar number systems.

HEX544B42
Decimal847566
Binary101010010010111000010
Octal124113102

Shades and tints

Shades of #544B42

#544B42
(84,75,66)
#4D453C
(77,69,60)
#463F36
(70,63,54)
#3F3930
(63,57,48)
#38332A
(56,51,42)
#312D24
(49,45,36)
#2A271E
(42,39,30)
#232118
(35,33,24)
#1C1B12
(28,27,18)
#15150C
(21,21,12)
#0E0F06
(14,15,6)
#000000
(0,0,0)

Tints of #544B42

#544B42
(84,75,66)
#635B53
(99,91,83)
#726B64
(114,107,100)
#817B75
(129,123,117)
#908B86
(144,139,134)
#9F9B97
(159,155,151)
#AEABA8
(174,171,168)
#BDBBB9
(189,187,185)
#CCCBCA
(204,203,202)
#DBDBDB
(219,219,219)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544B42; }

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

This text font color is #544B42.


Background Color

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

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

This div background color is #544B42.


Border color

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

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

This div border color is #544B42.


Opacity

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

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

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

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

This text has shadow with #544B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544B42 on black background.


Color preview on white background

This text has color #544B42 on white background.



Black color preview on #544B42 background

This text has black color on #544B42 background.


White color preview on #544B42 background

This text has white color on #544B42 background.