COLOR #544344

HEX: #544344
RGB: (84,67,68)

Color info

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

RGB color model

#544344 color RGB value is (84,67,68).

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

RGB channels and saturation

R 84 of 255 = 33%
G 67 of 255 = 26%
B 68 of 255 = 27%

84
67
68

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

Portions of RGB colors in percentages

R + G + B =
84 + 67 + 68 = 219 (100%)
R 84 of 219 ~ 38.36%
G 67 of 219 ~ 30.59%
B 68 of 219 ~ 31.05%

%38.36
%30.59
%31.05

CMYK color model

#544344 color CMYK value is (0,20,19,67).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 19.05%
  • key color value is 67.06%
CMYK:
(0,20,19,67)
C0M20Y19K67 
(0%,20%,19%,67%)
(0.00/0.20/0.19/0.67)	

CMYK percentages

%0
%20.24
%19.05
%67.06

Codes

Color #544344 in popluar color models

544344
RGB846768
HSL356°11.26%29.61%
HSB/HSV356°20.24%32.94%
CMYK0.00%20.24%19.05%
67.06%

Color #544344 in popluar number systems.

HEX544344
Decimal846768
Binary101010010000111000100
Octal124103104

Shades and tints

Shades of #544344

#544344
(84,67,68)
#4D3D3E
(77,61,62)
#463738
(70,55,56)
#3F3132
(63,49,50)
#382B2C
(56,43,44)
#312526
(49,37,38)
#2A1F20
(42,31,32)
#23191A
(35,25,26)
#1C1314
(28,19,20)
#150D0E
(21,13,14)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #544344

#544344
(84,67,68)
#635455
(99,84,85)
#726566
(114,101,102)
#817677
(129,118,119)
#908788
(144,135,136)
#9F9899
(159,152,153)
#AEA9AA
(174,169,170)
#BDBABB
(189,186,187)
#CCCBCC
(204,203,204)
#DBDCDD
(219,220,221)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544344; }

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

This text font color is #544344.


Background Color

.myBgColor { background-color: #544344; }

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

This div background color is #544344.


Border color

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

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

This div border color is #544344.


Opacity

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

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

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

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

This text has shadow with #544344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544344 on black background.


Color preview on white background

This text has color #544344 on white background.



Black color preview on #544344 background

This text has black color on #544344 background.


White color preview on #544344 background

This text has white color on #544344 background.