COLOR #444813

HEX: #444813
RGB: (68,72,19)

Color info

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

RGB color model

#444813 color RGB value is (68,72,19).

  • red value is 68;
  • green value is 72;
  • blue value is 19.
RGB:
(68,72,19)
(27%,28%,7%)

RGB channels and saturation

R 68 of 255 = 27%
G 72 of 255 = 28%
B 19 of 255 = 7%

68
72
19

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

Portions of RGB colors in percentages

R + G + B =
68 + 72 + 19 = 159 (100%)
R 68 of 159 ~ 42.77%
G 72 of 159 ~ 45.28%
B 19 of 159 ~ 11.95%

%42.77
%45.28
%11.95

CMYK color model

#444813 color CMYK value is (6,0,74,72).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 73.61%
  • key color value is 71.76%
CMYK:
(6,0,74,72)
C6M0Y74K72 
(6%,0%,74%,72%)
(0.06/0.00/0.74/0.72)	

CMYK percentages

%5.56
%0
%73.61
%71.76

Codes

Color #444813 in popluar color models

444813
RGB687219
HSL65°58.24%17.84%
HSB/HSV65°73.61%28.24%
CMYK5.56%0.00%73.61%
71.76%

Color #444813 in popluar number systems.

HEX444813
Decimal687219
Binary1000100100100010011
Octal10411023

Shades and tints

Shades of #444813

#444813
(68,72,19)
#3E4212
(62,66,18)
#383C11
(56,60,17)
#323610
(50,54,16)
#2C300F
(44,48,15)
#262A0E
(38,42,14)
#20240D
(32,36,13)
#1A1E0C
(26,30,12)
#14180B
(20,24,11)
#0E120A
(14,18,10)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #444813

#444813
(68,72,19)
#555828
(85,88,40)
#66683D
(102,104,61)
#777852
(119,120,82)
#888867
(136,136,103)
#99987C
(153,152,124)
#AAA891
(170,168,145)
#BBB8A6
(187,184,166)
#CCC8BB
(204,200,187)
#DDD8D0
(221,216,208)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444813 color. Also use rgb(68,72,19) instead hex code.

Text Font Color

.myTextColor { color: #444813; }

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

This text font color is #444813.


Background Color

.myBgColor { background-color: #444813; }

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

This div background color is #444813.


Border color

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

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

This div border color is #444813.


Opacity

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

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

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

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

This text has shadow with #444813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444813 on black background.


Color preview on white background

This text has color #444813 on white background.



Black color preview on #444813 background

This text has black color on #444813 background.


White color preview on #444813 background

This text has white color on #444813 background.