COLOR #442C3A

HEX: #442C3A
RGB: (68,44,58)

Color info

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

RGB color model

#442C3A color RGB value is (68,44,58).

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

RGB channels and saturation

R 68 of 255 = 27%
G 44 of 255 = 17%
B 58 of 255 = 23%

68
44
58

R + G + B ~ 22%. #442C3A is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 44 + 58 = 170 (100%)
R 68 of 170 ~ 40%
G 44 of 170 ~ 25.88%
B 58 of 170 ~ 34.12%

%40
%25.88
%34.12

CMYK color model

#442C3A color CMYK value is (0,35,15,73).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 14.71%
  • key color value is 73.33%
CMYK:
(0,35,15,73)
C0M35Y15K73 
(0%,35%,15%,73%)
(0.00/0.35/0.15/0.73)	

CMYK percentages

%0
%35.29
%14.71
%73.33

Codes

Color #442C3A in popluar color models

442C3A
RGB684458
HSL325°21.43%21.96%
HSB/HSV325°35.29%26.67%
CMYK0.00%35.29%14.71%
73.33%

Color #442C3A in popluar number systems.

HEX442C3A
Decimal684458
Binary1000100101100111010
Octal1045472

Shades and tints

Shades of #442C3A

#442C3A
(68,44,58)
#3E2835
(62,40,53)
#382430
(56,36,48)
#32202B
(50,32,43)
#2C1C26
(44,28,38)
#261821
(38,24,33)
#20141C
(32,20,28)
#1A1017
(26,16,23)
#140C12
(20,12,18)
#0E080D
(14,8,13)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #442C3A

#442C3A
(68,44,58)
#553F4B
(85,63,75)
#66525C
(102,82,92)
#77656D
(119,101,109)
#88787E
(136,120,126)
#998B8F
(153,139,143)
#AA9EA0
(170,158,160)
#BBB1B1
(187,177,177)
#CCC4C2
(204,196,194)
#DDD7D3
(221,215,211)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442C3A; }

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

This text font color is #442C3A.


Background Color

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

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

This div background color is #442C3A.


Border color

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

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

This div border color is #442C3A.


Opacity

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

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

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

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

This text has shadow with #442C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442C3A on black background.


Color preview on white background

This text has color #442C3A on white background.



Black color preview on #442C3A background

This text has black color on #442C3A background.


White color preview on #442C3A background

This text has white color on #442C3A background.