COLOR #442C25

HEX: #442C25
RGB: (68,44,37)

Color info

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

RGB color model

#442C25 color RGB value is (68,44,37).

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

RGB channels and saturation

R 68 of 255 = 27%
G 44 of 255 = 17%
B 37 of 255 = 15%

68
44
37

R + G + B ~ 20%. #442C25 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 44 + 37 = 149 (100%)
R 68 of 149 ~ 45.64%
G 44 of 149 ~ 29.53%
B 37 of 149 ~ 24.83%

%45.64
%29.53
%24.83

CMYK color model

#442C25 color CMYK value is (0,35,46,73).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 45.59%
  • key color value is 73.33%
CMYK:
(0,35,46,73)
C0M35Y46K73 
(0%,35%,46%,73%)
(0.00/0.35/0.46/0.73)	

CMYK percentages

%0
%35.29
%45.59
%73.33

Codes

Color #442C25 in popluar color models

442C25
RGB684437
HSL14°29.52%20.59%
HSB/HSV14°45.59%26.67%
CMYK0.00%35.29%45.59%
73.33%

Color #442C25 in popluar number systems.

HEX442C25
Decimal684437
Binary1000100101100100101
Octal1045445

Shades and tints

Shades of #442C25

#442C25
(68,44,37)
#3E2822
(62,40,34)
#38241F
(56,36,31)
#32201C
(50,32,28)
#2C1C19
(44,28,25)
#261816
(38,24,22)
#201413
(32,20,19)
#1A1010
(26,16,16)
#140C0D
(20,12,13)
#0E080A
(14,8,10)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #442C25

#442C25
(68,44,37)
#553F38
(85,63,56)
#66524B
(102,82,75)
#77655E
(119,101,94)
#887871
(136,120,113)
#998B84
(153,139,132)
#AA9E97
(170,158,151)
#BBB1AA
(187,177,170)
#CCC4BD
(204,196,189)
#DDD7D0
(221,215,208)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442C25; }

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

This text font color is #442C25.


Background Color

.myBgColor { background-color: #442C25; }

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

This div background color is #442C25.


Border color

.myBorderColor { border: 1px solid #442C25; }

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

This div border color is #442C25.


Opacity

.myOpacity80 { color: #442C25; opacity: 0.8; }

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

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

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

This text has shadow with #442C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442C25 on black background.


Color preview on white background

This text has color #442C25 on white background.



Black color preview on #442C25 background

This text has black color on #442C25 background.


White color preview on #442C25 background

This text has white color on #442C25 background.