COLOR #544331

HEX: #544331
RGB: (84,67,49)

Color info

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

RGB color model

#544331 color RGB value is (84,67,49).

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

RGB channels and saturation

R 84 of 255 = 33%
G 67 of 255 = 26%
B 49 of 255 = 19%

84
67
49

R + G + B ~ 26%. #544331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 67 + 49 = 200 (100%)
R 84 of 200 ~ 42%
G 67 of 200 ~ 33.5%
B 49 of 200 ~ 24.5%

%42
%33.5
%24.5

CMYK color model

#544331 color CMYK value is (0,20,42,67).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 41.67%
  • key color value is 67.06%
CMYK:
(0,20,42,67)
C0M20Y42K67 
(0%,20%,42%,67%)
(0.00/0.20/0.42/0.67)	

CMYK percentages

%0
%20.24
%41.67
%67.06

Codes

Color #544331 in popluar color models

544331
RGB846749
HSL31°26.32%26.08%
HSB/HSV31°41.67%32.94%
CMYK0.00%20.24%41.67%
67.06%

Color #544331 in popluar number systems.

HEX544331
Decimal846749
Binary10101001000011110001
Octal12410361

Shades and tints

Shades of #544331

#544331
(84,67,49)
#4D3D2D
(77,61,45)
#463729
(70,55,41)
#3F3125
(63,49,37)
#382B21
(56,43,33)
#31251D
(49,37,29)
#2A1F19
(42,31,25)
#231915
(35,25,21)
#1C1311
(28,19,17)
#150D0D
(21,13,13)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #544331

#544331
(84,67,49)
#635443
(99,84,67)
#726555
(114,101,85)
#817667
(129,118,103)
#908779
(144,135,121)
#9F988B
(159,152,139)
#AEA99D
(174,169,157)
#BDBAAF
(189,186,175)
#CCCBC1
(204,203,193)
#DBDCD3
(219,220,211)
#EAEDE5
(234,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544331; }

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

This text font color is #544331.


Background Color

.myBgColor { background-color: #544331; }

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

This div background color is #544331.


Border color

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

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

This div border color is #544331.


Opacity

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

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

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

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

This text has shadow with #544331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544331 on black background.


Color preview on white background

This text has color #544331 on white background.



Black color preview on #544331 background

This text has black color on #544331 background.


White color preview on #544331 background

This text has white color on #544331 background.