COLOR #544C38

HEX: #544C38
RGB: (84,76,56)

Color info

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

RGB color model

#544C38 color RGB value is (84,76,56).

  • red value is 84;
  • green value is 76;
  • blue value is 56.
RGB:
(84,76,56)
(33%,30%,22%)

RGB channels and saturation

R 84 of 255 = 33%
G 76 of 255 = 30%
B 56 of 255 = 22%

84
76
56

R + G + B ~ 28%. #544C38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 76 + 56 = 216 (100%)
R 84 of 216 ~ 38.89%
G 76 of 216 ~ 35.19%
B 56 of 216 ~ 25.93%

%38.89
%35.19
%25.93

CMYK color model

#544C38 color CMYK value is (0,10,33,67).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 33.33%
  • key color value is 67.06%
CMYK:
(0,10,33,67)
C0M10Y33K67 
(0%,10%,33%,67%)
(0.00/0.10/0.33/0.67)	

CMYK percentages

%0
%9.52
%33.33
%67.06

Codes

Color #544C38 in popluar color models

544C38
RGB847656
HSL43°20.00%27.45%
HSB/HSV43°33.33%32.94%
CMYK0.00%9.52%33.33%
67.06%

Color #544C38 in popluar number systems.

HEX544C38
Decimal847656
Binary10101001001100111000
Octal12411470

Shades and tints

Shades of #544C38

#544C38
(84,76,56)
#4D4633
(77,70,51)
#46402E
(70,64,46)
#3F3A29
(63,58,41)
#383424
(56,52,36)
#312E1F
(49,46,31)
#2A281A
(42,40,26)
#232215
(35,34,21)
#1C1C10
(28,28,16)
#15160B
(21,22,11)
#0E1006
(14,16,6)
#000000
(0,0,0)

Tints of #544C38

#544C38
(84,76,56)
#635C4A
(99,92,74)
#726C5C
(114,108,92)
#817C6E
(129,124,110)
#908C80
(144,140,128)
#9F9C92
(159,156,146)
#AEACA4
(174,172,164)
#BDBCB6
(189,188,182)
#CCCCC8
(204,204,200)
#DBDCDA
(219,220,218)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544C38 color. Also use rgb(84,76,56) instead hex code.

Text Font Color

.myTextColor { color: #544C38; }

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

This text font color is #544C38.


Background Color

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

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

This div background color is #544C38.


Border color

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

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

This div border color is #544C38.


Opacity

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

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

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

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

This text has shadow with #544C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544C38 on black background.


Color preview on white background

This text has color #544C38 on white background.



Black color preview on #544C38 background

This text has black color on #544C38 background.


White color preview on #544C38 background

This text has white color on #544C38 background.