COLOR #444400

HEX: #444400
RGB: (68,68,0)

Color info

#444400 contains only red and green colors. Web safe color of #444400 is #333300 (or #330).

RGB color model

#444400 color RGB value is (68,68,0).

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

RGB channels and saturation

R 68 of 255 = 27%
G 68 of 255 = 27%
B 0 of 255 = 0%

68
68
0

R + G + B ~ 18%. #444400 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 68 + 0 = 136 (100%)
R 68 of 136 ~ 50%
G 68 of 136 ~ 50%
B 0 of 136 ~ 0%

%50
%50

CMYK color model

#444400 color CMYK value is (0,0,100,73).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 73.33%
CMYK:
(0,0,100,73)
C0M0Y100K73 
(0%,0%,100%,73%)
(0.00/0.00/1.00/0.73)	

CMYK percentages

%0
%0
%100
%73.33

Codes

Color #444400 in popluar color models

444400
RGB68680
HSL60°100.00%13.33%
HSB/HSV60°100.00%26.67%
CMYK0.00%0.00%100.00%
73.33%

Color #444400 in popluar number systems.

HEX444400
Decimal68680
Binary100010010001000
Octal1041040

Shades and tints

Shades of #444400

#444400
(68,68,0)
#3E3E00
(62,62,0)
#383800
(56,56,0)
#323200
(50,50,0)
#2C2C00
(44,44,0)
#262600
(38,38,0)
#202000
(32,32,0)
#1A1A00
(26,26,0)
#141400
(20,20,0)
#0E0E00
(14,14,0)
#080800
(8,8,0)
#000000
(0,0,0)

Tints of #444400

#444400
(68,68,0)
#555517
(85,85,23)
#66662E
(102,102,46)
#777745
(119,119,69)
#88885C
(136,136,92)
#999973
(153,153,115)
#AAAA8A
(170,170,138)
#BBBBA1
(187,187,161)
#CCCCB8
(204,204,184)
#DDDDCF
(221,221,207)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444400; }

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

This text font color is #444400.


Background Color

.myBgColor { background-color: #444400; }

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

This div background color is #444400.


Border color

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

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

This div border color is #444400.


Opacity

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

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

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

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

This text has shadow with #444400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444400 on black background.


Color preview on white background

This text has color #444400 on white background.



Black color preview on #444400 background

This text has black color on #444400 background.


White color preview on #444400 background

This text has white color on #444400 background.