COLOR #444516

HEX: #444516
RGB: (68,69,22)

Color info

#444516 contains red, green and blue colors in about the same proportion. Web safe color of #444516 is #333300 (or #330).

RGB color model

#444516 color RGB value is (68,69,22).

  • red value is 68;
  • green value is 69;
  • blue value is 22.
RGB:
(68,69,22)
(27%,27%,9%)

RGB channels and saturation

R 68 of 255 = 27%
G 69 of 255 = 27%
B 22 of 255 = 9%

68
69
22

R + G + B ~ 21%. #444516 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 69 + 22 = 159 (100%)
R 68 of 159 ~ 42.77%
G 69 of 159 ~ 43.4%
B 22 of 159 ~ 13.84%

%42.77
%43.4
%13.84

CMYK color model

#444516 color CMYK value is (1,0,68,73).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 68.12%
  • key color value is 72.94%
CMYK:
(1,0,68,73)
C1M0Y68K73 
(1%,0%,68%,73%)
(0.01/0.00/0.68/0.73)	

CMYK percentages

%1.45
%0
%68.12
%72.94

Codes

Color #444516 in popluar color models

444516
RGB686922
HSL61°51.65%17.84%
HSB/HSV61°68.12%27.06%
CMYK1.45%0.00%68.12%
72.94%

Color #444516 in popluar number systems.

HEX444516
Decimal686922
Binary1000100100010110110
Octal10410526

Shades and tints

Shades of #444516

#444516
(68,69,22)
#3E3F14
(62,63,20)
#383912
(56,57,18)
#323310
(50,51,16)
#2C2D0E
(44,45,14)
#26270C
(38,39,12)
#20210A
(32,33,10)
#1A1B08
(26,27,8)
#141506
(20,21,6)
#0E0F04
(14,15,4)
#080902
(8,9,2)
#000000
(0,0,0)

Tints of #444516

#444516
(68,69,22)
#55552B
(85,85,43)
#666540
(102,101,64)
#777555
(119,117,85)
#88856A
(136,133,106)
#99957F
(153,149,127)
#AAA594
(170,165,148)
#BBB5A9
(187,181,169)
#CCC5BE
(204,197,190)
#DDD5D3
(221,213,211)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444516 color. Also use rgb(68,69,22) instead hex code.

Text Font Color

.myTextColor { color: #444516; }

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

This text font color is #444516.


Background Color

.myBgColor { background-color: #444516; }

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

This div background color is #444516.


Border color

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

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

This div border color is #444516.


Opacity

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

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

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

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

This text has shadow with #444516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444516 on black background.


Color preview on white background

This text has color #444516 on white background.



Black color preview on #444516 background

This text has black color on #444516 background.


White color preview on #444516 background

This text has white color on #444516 background.