COLOR #544641

HEX: #544641
RGB: (84,70,65)

Color info

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

RGB color model

#544641 color RGB value is (84,70,65).

  • red value is 84;
  • green value is 70;
  • blue value is 65.
RGB:
(84,70,65)
(33%,27%,25%)

RGB channels and saturation

R 84 of 255 = 33%
G 70 of 255 = 27%
B 65 of 255 = 25%

84
70
65

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

Portions of RGB colors in percentages

R + G + B =
84 + 70 + 65 = 219 (100%)
R 84 of 219 ~ 38.36%
G 70 of 219 ~ 31.96%
B 65 of 219 ~ 29.68%

%38.36
%31.96
%29.68

CMYK color model

#544641 color CMYK value is (0,17,23,67).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 22.62%
  • key color value is 67.06%
CMYK:
(0,17,23,67)
C0M17Y23K67 
(0%,17%,23%,67%)
(0.00/0.17/0.23/0.67)	

CMYK percentages

%0
%16.67
%22.62
%67.06

Codes

Color #544641 in popluar color models

544641
RGB847065
HSL16°12.75%29.22%
HSB/HSV16°22.62%32.94%
CMYK0.00%16.67%22.62%
67.06%

Color #544641 in popluar number systems.

HEX544641
Decimal847065
Binary101010010001101000001
Octal124106101

Shades and tints

Shades of #544641

#544641
(84,70,65)
#4D403C
(77,64,60)
#463A37
(70,58,55)
#3F3432
(63,52,50)
#382E2D
(56,46,45)
#312828
(49,40,40)
#2A2223
(42,34,35)
#231C1E
(35,28,30)
#1C1619
(28,22,25)
#151014
(21,16,20)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #544641

#544641
(84,70,65)
#635652
(99,86,82)
#726663
(114,102,99)
#817674
(129,118,116)
#908685
(144,134,133)
#9F9696
(159,150,150)
#AEA6A7
(174,166,167)
#BDB6B8
(189,182,184)
#CCC6C9
(204,198,201)
#DBD6DA
(219,214,218)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544641 color. Also use rgb(84,70,65) instead hex code.

Text Font Color

.myTextColor { color: #544641; }

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

This text font color is #544641.


Background Color

.myBgColor { background-color: #544641; }

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

This div background color is #544641.


Border color

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

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

This div border color is #544641.


Opacity

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

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

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

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

This text has shadow with #544641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544641 on black background.


Color preview on white background

This text has color #544641 on white background.



Black color preview on #544641 background

This text has black color on #544641 background.


White color preview on #544641 background

This text has white color on #544641 background.