COLOR #544824

HEX: #544824
RGB: (84,72,36)

Color info

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

RGB color model

#544824 color RGB value is (84,72,36).

  • red value is 84;
  • green value is 72;
  • blue value is 36.
RGB:
(84,72,36)
(33%,28%,14%)

RGB channels and saturation

R 84 of 255 = 33%
G 72 of 255 = 28%
B 36 of 255 = 14%

84
72
36

R + G + B ~ 25%. #544824 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 72 + 36 = 192 (100%)
R 84 of 192 ~ 43.75%
G 72 of 192 ~ 37.5%
B 36 of 192 ~ 18.75%

%43.75
%37.5
%18.75

CMYK color model

#544824 color CMYK value is (0,14,57,67).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 57.14%
  • key color value is 67.06%
CMYK:
(0,14,57,67)
C0M14Y57K67 
(0%,14%,57%,67%)
(0.00/0.14/0.57/0.67)	

CMYK percentages

%0
%14.29
%57.14
%67.06

Codes

Color #544824 in popluar color models

544824
RGB847236
HSL45°40.00%23.53%
HSB/HSV45°57.14%32.94%
CMYK0.00%14.29%57.14%
67.06%

Color #544824 in popluar number systems.

HEX544824
Decimal847236
Binary10101001001000100100
Octal12411044

Shades and tints

Shades of #544824

#544824
(84,72,36)
#4D4221
(77,66,33)
#463C1E
(70,60,30)
#3F361B
(63,54,27)
#383018
(56,48,24)
#312A15
(49,42,21)
#2A2412
(42,36,18)
#231E0F
(35,30,15)
#1C180C
(28,24,12)
#151209
(21,18,9)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #544824

#544824
(84,72,36)
#635837
(99,88,55)
#72684A
(114,104,74)
#81785D
(129,120,93)
#908870
(144,136,112)
#9F9883
(159,152,131)
#AEA896
(174,168,150)
#BDB8A9
(189,184,169)
#CCC8BC
(204,200,188)
#DBD8CF
(219,216,207)
#EAE8E2
(234,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544824 color. Also use rgb(84,72,36) instead hex code.

Text Font Color

.myTextColor { color: #544824; }

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

This text font color is #544824.


Background Color

.myBgColor { background-color: #544824; }

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

This div background color is #544824.


Border color

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

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

This div border color is #544824.


Opacity

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

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

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

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

This text has shadow with #544824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544824 on black background.


Color preview on white background

This text has color #544824 on white background.



Black color preview on #544824 background

This text has black color on #544824 background.


White color preview on #544824 background

This text has white color on #544824 background.