COLOR #442600

HEX: #442600
RGB: (68,38,0)

Color info

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

RGB color model

#442600 color RGB value is (68,38,0).

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

RGB channels and saturation

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

68
38
0

R + G + B ~ 14%. #442600 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 38 + 0 = 106 (100%)
R 68 of 106 ~ 64.15%
G 38 of 106 ~ 35.85%
B 0 of 106 ~ 0%

%64.15
%35.85

CMYK color model

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

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

CMYK percentages

%0
%44.12
%100
%73.33

Codes

Color #442600 in popluar color models

442600
RGB68380
HSL34°100.00%13.33%
HSB/HSV34°100.00%26.67%
CMYK0.00%44.12%100.00%
73.33%

Color #442600 in popluar number systems.

HEX442600
Decimal68380
Binary10001001001100
Octal104460

Shades and tints

Shades of #442600

#442600
(68,38,0)
#3E2300
(62,35,0)
#382000
(56,32,0)
#321D00
(50,29,0)
#2C1A00
(44,26,0)
#261700
(38,23,0)
#201400
(32,20,0)
#1A1100
(26,17,0)
#140E00
(20,14,0)
#0E0B00
(14,11,0)
#080800
(8,8,0)
#000000
(0,0,0)

Tints of #442600

#442600
(68,38,0)
#553917
(85,57,23)
#664C2E
(102,76,46)
#775F45
(119,95,69)
#88725C
(136,114,92)
#998573
(153,133,115)
#AA988A
(170,152,138)
#BBABA1
(187,171,161)
#CCBEB8
(204,190,184)
#DDD1CF
(221,209,207)
#EEE4E6
(238,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442600; }

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

This text font color is #442600.


Background Color

.myBgColor { background-color: #442600; }

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

This div background color is #442600.


Border color

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

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

This div border color is #442600.


Opacity

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

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

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

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

This text has shadow with #442600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442600 on black background.


Color preview on white background

This text has color #442600 on white background.



Black color preview on #442600 background

This text has black color on #442600 background.


White color preview on #442600 background

This text has white color on #442600 background.