COLOR #544349

HEX: #544349
RGB: (84,67,73)

Color info

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

RGB color model

#544349 color RGB value is (84,67,73).

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

RGB channels and saturation

R 84 of 255 = 33%
G 67 of 255 = 26%
B 73 of 255 = 29%

84
67
73

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

Portions of RGB colors in percentages

R + G + B =
84 + 67 + 73 = 224 (100%)
R 84 of 224 ~ 37.5%
G 67 of 224 ~ 29.91%
B 73 of 224 ~ 32.59%

%37.5
%29.91
%32.59

CMYK color model

#544349 color CMYK value is (0,20,13,67).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 13.10%
  • key color value is 67.06%
CMYK:
(0,20,13,67)
C0M20Y13K67 
(0%,20%,13%,67%)
(0.00/0.20/0.13/0.67)	

CMYK percentages

%0
%20.24
%13.1
%67.06

Codes

Color #544349 in popluar color models

544349
RGB846773
HSL339°11.26%29.61%
HSB/HSV339°20.24%32.94%
CMYK0.00%20.24%13.10%
67.06%

Color #544349 in popluar number systems.

HEX544349
Decimal846773
Binary101010010000111001001
Octal124103111

Shades and tints

Shades of #544349

#544349
(84,67,73)
#4D3D43
(77,61,67)
#46373D
(70,55,61)
#3F3137
(63,49,55)
#382B31
(56,43,49)
#31252B
(49,37,43)
#2A1F25
(42,31,37)
#23191F
(35,25,31)
#1C1319
(28,19,25)
#150D13
(21,13,19)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #544349

#544349
(84,67,73)
#635459
(99,84,89)
#726569
(114,101,105)
#817679
(129,118,121)
#908789
(144,135,137)
#9F9899
(159,152,153)
#AEA9A9
(174,169,169)
#BDBAB9
(189,186,185)
#CCCBC9
(204,203,201)
#DBDCD9
(219,220,217)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544349; }

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

This text font color is #544349.


Background Color

.myBgColor { background-color: #544349; }

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

This div background color is #544349.


Border color

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

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

This div border color is #544349.


Opacity

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

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

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

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

This text has shadow with #544349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544349 on black background.


Color preview on white background

This text has color #544349 on white background.



Black color preview on #544349 background

This text has black color on #544349 background.


White color preview on #544349 background

This text has white color on #544349 background.