COLOR #442507

HEX: #442507
RGB: (68,37,7)

Color info

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

RGB color model

#442507 color RGB value is (68,37,7).

  • red value is 68;
  • green value is 37;
  • blue value is 7.
RGB:
(68,37,7)
(27%,15%,3%)

RGB channels and saturation

R 68 of 255 = 27%
G 37 of 255 = 15%
B 7 of 255 = 3%

68
37
7

R + G + B ~ 15%. #442507 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 37 + 7 = 112 (100%)
R 68 of 112 ~ 60.71%
G 37 of 112 ~ 33.04%
B 7 of 112 ~ 6.25%

%60.71
%33.04

CMYK color model

#442507 color CMYK value is (0,46,90,73).

  • cyan value is 0.00%
  • magenta value is 45.59%
  • yellow value is 89.71%
  • key color value is 73.33%
CMYK:
(0,46,90,73)
C0M46Y90K73 
(0%,46%,90%,73%)
(0.00/0.46/0.90/0.73)	

CMYK percentages

%0
%45.59
%89.71
%73.33

Codes

Color #442507 in popluar color models

442507
RGB68377
HSL30°81.33%14.71%
HSB/HSV30°89.71%26.67%
CMYK0.00%45.59%89.71%
73.33%

Color #442507 in popluar number systems.

HEX442507
Decimal68377
Binary1000100100101111
Octal104457

Shades and tints

Shades of #442507

#442507
(68,37,7)
#3E2207
(62,34,7)
#381F07
(56,31,7)
#321C07
(50,28,7)
#2C1907
(44,25,7)
#261607
(38,22,7)
#201307
(32,19,7)
#1A1007
(26,16,7)
#140D07
(20,13,7)
#0E0A07
(14,10,7)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #442507

#442507
(68,37,7)
#55381D
(85,56,29)
#664B33
(102,75,51)
#775E49
(119,94,73)
#88715F
(136,113,95)
#998475
(153,132,117)
#AA978B
(170,151,139)
#BBAAA1
(187,170,161)
#CCBDB7
(204,189,183)
#DDD0CD
(221,208,205)
#EEE3E3
(238,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442507; }

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

This text font color is #442507.


Background Color

.myBgColor { background-color: #442507; }

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

This div background color is #442507.


Border color

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

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

This div border color is #442507.


Opacity

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

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

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

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

This text has shadow with #442507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442507 on black background.


Color preview on white background

This text has color #442507 on white background.



Black color preview on #442507 background

This text has black color on #442507 background.


White color preview on #442507 background

This text has white color on #442507 background.