COLOR #442500

HEX: #442500 RGB: (68,37,0)

Color info

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

RGB color model

#442500 color RGB value is (68,37,0).

RGB: (68,37,0) (27%, 15%, 0%)

RGB channels and saturation

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

68
37
0

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

Portions of RGB colors in percentages

R + G + B = 68 + 37 + 0 = 105 (100%)
R 68 of 105 ~ 64.76%
G 37 of 105 ~ 35.24%
B 0 of 105 ~ 0'%

%64.76
%35.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.59%
  • yellow value is 100.00%
  • key color value is 73.33%

CMYK: (0,46,100,73)
C0M46Y100K73 (0%, 46%, 100%, 73%)
(0.00 / 0.46 / 1.00 / 0.73)

CMYK percentages

%0
%45.59
%100
%73.33

Codes

Color #442500 in popluar color models

44 25 00
RGB 68 37 0
HSL 33° 100.00% 13.33%
HSB/HSV 33° 100.00% 26.67%
CMYK 0.00% 45.59% 100.00%
73.33%

Color #442500 in popluar number systems.

HEX 44 25 00
Decimal 68 37 0
Binary 1000100 100101 0
Octal 104 45 0

Shades and tints

Shades of #442500

#442500
(68,37,0)
#3E2200
(62,34,0)
#381F00
(56,31,0)
#321C00
(50,28,0)
#2C1900
(44,25,0)
#261600
(38,22,0)
#201300
(32,19,0)
#1A1000
(26,16,0)
#140D00
(20,13,0)
#0E0A00
(14,10,0)
#080700
(8,7,0)
#000000
(0,0,0)

Tints of #442500

#442500
(68,37,0)
#553817
(85,56,23)
#664B2E
(102,75,46)
#775E45
(119,94,69)
#88715C
(136,113,92)
#998473
(153,132,115)
#AA978A
(170,151,138)
#BBAAA1
(187,170,161)
#CCBDB8
(204,189,184)
#DDD0CF
(221,208,207)
#EEE3E6
(238,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442500; }

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

This text font color is #442500.

Background Color

.myBgColor { background-color: #442500; }

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

This div background color is #442500.

Border color

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

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

This div border color is #442500.

Opacity

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

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

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

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

This text has shadow with #442500 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442500.

Preview

Color preview on black background

This text has color #442500 on black background.


Color preview on white background

This text has color #442500 on white background.


Black color preview on #442500 background

This text has black color on #442500 background.


White color preview on #442500 background

This text has white color on #442500 background.


Related colors

Complementary color

Complementary color for #hex is #BBDAFF.


I love getcolorcode.com

Triadic colors

1 #004425 and #250044 with #442500 are triadic colors.

2 #002544 and #254400 with #442500 are triadic colors.