COLOR #442C35

HEX: #442C35 RGB: (68,44,53)

Color info

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

RGB color model

#442C35 color RGB value is (68,44,53).

RGB: (68,44,53) (27%, 17%, 21%)

RGB channels and saturation

R 68 of 255 = 27%
G 44 of 255 = 17%
B 53 of 255 = 21%

68
44
53

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

Portions of RGB colors in percentages

R + G + B = 68 + 44 + 53 = 165 (100%)
R 68 of 165 ~ 41.21%
G 44 of 165 ~ 26.67%
B 53 of 165 ~ 32.12'%

%41.21
%26.67
%32.12

CMYK color model

#442C35 color CMYK value is (0,35,22,73).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 22.06%
  • key color value is 73.33%

CMYK: (0,35,22,73)
C0M35Y22K73 (0%, 35%, 22%, 73%)
(0.00 / 0.35 / 0.22 / 0.73)

CMYK percentages

%0
%35.29
%22.06
%73.33

Codes

Color #442C35 in popluar color models

44 2C 35
RGB 68 44 53
HSL 338° 21.43% 21.96%
HSB/HSV 338° 35.29% 26.67%
CMYK 0.00% 35.29% 22.06%
73.33%

Color #442C35 in popluar number systems.

HEX 44 2C 35
Decimal 68 44 53
Binary 1000100 101100 110101
Octal 104 54 65

Shades and tints

Shades of #442C35

#442C35
(68,44,53)
#3E2831
(62,40,49)
#38242D
(56,36,45)
#322029
(50,32,41)
#2C1C25
(44,28,37)
#261821
(38,24,33)
#20141D
(32,20,29)
#1A1019
(26,16,25)
#140C15
(20,12,21)
#0E0811
(14,8,17)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #442C35

#442C35
(68,44,53)
#553F47
(85,63,71)
#665259
(102,82,89)
#77656B
(119,101,107)
#88787D
(136,120,125)
#998B8F
(153,139,143)
#AA9EA1
(170,158,161)
#BBB1B3
(187,177,179)
#CCC4C5
(204,196,197)
#DDD7D7
(221,215,215)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442C35; }

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

This text font color is #442C35.

Background Color

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

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

This div background color is #442C35.

Border color

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

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

This div border color is #442C35.

Opacity

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

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

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

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

This text has shadow with #442C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442C35.

Preview

Color preview on black background

This text has color #442C35 on black background.


Color preview on white background

This text has color #442C35 on white background.


Black color preview on #442C35 background

This text has black color on #442C35 background.


White color preview on #442C35 background

This text has white color on #442C35 background.


Related colors

Complementary color

Complementary color for #hex is #BBD3CA.


I love getcolorcode.com

Triadic colors

1 #35442C and #2C3544 with #442C35 are triadic colors.

2 #352C44 and #2C4435 with #442C35 are triadic colors.