COLOR #442825

HEX: #442825
RGB: (68,40,37)

Color info

#442825 contains red, green and blue colors in about the same proportion. Web safe color of #442825 is #333333 (or #333).

RGB color model

#442825 color RGB value is (68,40,37).

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

RGB channels and saturation

R 68 of 255 = 27%
G 40 of 255 = 16%
B 37 of 255 = 15%

68
40
37

R + G + B ~ 19%. #442825 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 40 + 37 = 145 (100%)
R 68 of 145 ~ 46.9%
G 40 of 145 ~ 27.59%
B 37 of 145 ~ 25.52%

%46.9
%27.59
%25.52

CMYK color model

#442825 color CMYK value is (0,41,46,73).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 45.59%
  • key color value is 73.33%
CMYK:
(0,41,46,73)
C0M41Y46K73 
(0%,41%,46%,73%)
(0.00/0.41/0.46/0.73)	

CMYK percentages

%0
%41.18
%45.59
%73.33

Codes

Color #442825 in popluar color models

442825
RGB684037
HSL29.52%20.59%
HSB/HSV45.59%26.67%
CMYK0.00%41.18%45.59%
73.33%

Color #442825 in popluar number systems.

HEX442825
Decimal684037
Binary1000100101000100101
Octal1045045

Shades and tints

Shades of #442825

#442825
(68,40,37)
#3E2522
(62,37,34)
#38221F
(56,34,31)
#321F1C
(50,31,28)
#2C1C19
(44,28,25)
#261916
(38,25,22)
#201613
(32,22,19)
#1A1310
(26,19,16)
#14100D
(20,16,13)
#0E0D0A
(14,13,10)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #442825

#442825
(68,40,37)
#553B38
(85,59,56)
#664E4B
(102,78,75)
#77615E
(119,97,94)
#887471
(136,116,113)
#998784
(153,135,132)
#AA9A97
(170,154,151)
#BBADAA
(187,173,170)
#CCC0BD
(204,192,189)
#DDD3D0
(221,211,208)
#EEE6E3
(238,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442825; }

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

This text font color is #442825.


Background Color

.myBgColor { background-color: #442825; }

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

This div background color is #442825.


Border color

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

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

This div border color is #442825.


Opacity

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

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

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

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

This text has shadow with #442825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442825 on black background.


Color preview on white background

This text has color #442825 on white background.



Black color preview on #442825 background

This text has black color on #442825 background.


White color preview on #442825 background

This text has white color on #442825 background.