COLOR #544614

HEX: #544614
RGB: (84,70,20)

Color info

#544614 contains mainly red and green colors. Web safe color of #544614 is #663300 (or #630).

RGB color model

#544614 color RGB value is (84,70,20).

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

RGB channels and saturation

R 84 of 255 = 33%
G 70 of 255 = 27%
B 20 of 255 = 8%

84
70
20

R + G + B ~ 23%. #544614 is dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 70 + 20 = 174 (100%)
R 84 of 174 ~ 48.28%
G 70 of 174 ~ 40.23%
B 20 of 174 ~ 11.49%

%48.28
%40.23
%11.49

CMYK color model

#544614 color CMYK value is (0,17,76,67).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 76.19%
  • key color value is 67.06%
CMYK:
(0,17,76,67)
C0M17Y76K67 
(0%,17%,76%,67%)
(0.00/0.17/0.76/0.67)	

CMYK percentages

%0
%16.67
%76.19
%67.06

Codes

Color #544614 in popluar color models

544614
RGB847020
HSL47°61.54%20.39%
HSB/HSV47°76.19%32.94%
CMYK0.00%16.67%76.19%
67.06%

Color #544614 in popluar number systems.

HEX544614
Decimal847020
Binary1010100100011010100
Octal12410624

Shades and tints

Shades of #544614

#544614
(84,70,20)
#4D4013
(77,64,19)
#463A12
(70,58,18)
#3F3411
(63,52,17)
#382E10
(56,46,16)
#31280F
(49,40,15)
#2A220E
(42,34,14)
#231C0D
(35,28,13)
#1C160C
(28,22,12)
#15100B
(21,16,11)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #544614

#544614
(84,70,20)
#635629
(99,86,41)
#72663E
(114,102,62)
#817653
(129,118,83)
#908668
(144,134,104)
#9F967D
(159,150,125)
#AEA692
(174,166,146)
#BDB6A7
(189,182,167)
#CCC6BC
(204,198,188)
#DBD6D1
(219,214,209)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544614; }

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

This text font color is #544614.


Background Color

.myBgColor { background-color: #544614; }

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

This div background color is #544614.


Border color

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

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

This div border color is #544614.


Opacity

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

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

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

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

This text has shadow with #544614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544614 on black background.


Color preview on white background

This text has color #544614 on white background.



Black color preview on #544614 background

This text has black color on #544614 background.


White color preview on #544614 background

This text has white color on #544614 background.