COLOR #442E34

HEX: #442E34
RGB: (68,46,52)

Color info

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

RGB color model

#442E34 color RGB value is (68,46,52).

  • red value is 68;
  • green value is 46;
  • blue value is 52.
RGB:
(68,46,52)
(27%,18%,20%)

RGB channels and saturation

R 68 of 255 = 27%
G 46 of 255 = 18%
B 52 of 255 = 20%

68
46
52

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

Portions of RGB colors in percentages

R + G + B =
68 + 46 + 52 = 166 (100%)
R 68 of 166 ~ 40.96%
G 46 of 166 ~ 27.71%
B 52 of 166 ~ 31.33%

%40.96
%27.71
%31.33

CMYK color model

#442E34 color CMYK value is (0,32,24,73).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 23.53%
  • key color value is 73.33%
CMYK:
(0,32,24,73)
C0M32Y24K73 
(0%,32%,24%,73%)
(0.00/0.32/0.24/0.73)	

CMYK percentages

%0
%32.35
%23.53
%73.33

Codes

Color #442E34 in popluar color models

442E34
RGB684652
HSL344°19.30%22.35%
HSB/HSV344°32.35%26.67%
CMYK0.00%32.35%23.53%
73.33%

Color #442E34 in popluar number systems.

HEX442E34
Decimal684652
Binary1000100101110110100
Octal1045664

Shades and tints

Shades of #442E34

#442E34
(68,46,52)
#3E2A30
(62,42,48)
#38262C
(56,38,44)
#322228
(50,34,40)
#2C1E24
(44,30,36)
#261A20
(38,26,32)
#20161C
(32,22,28)
#1A1218
(26,18,24)
#140E14
(20,14,20)
#0E0A10
(14,10,16)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #442E34

#442E34
(68,46,52)
#554146
(85,65,70)
#665458
(102,84,88)
#77676A
(119,103,106)
#887A7C
(136,122,124)
#998D8E
(153,141,142)
#AAA0A0
(170,160,160)
#BBB3B2
(187,179,178)
#CCC6C4
(204,198,196)
#DDD9D6
(221,217,214)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442E34 color. Also use rgb(68,46,52) instead hex code.

Text Font Color

.myTextColor { color: #442E34; }

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

This text font color is #442E34.


Background Color

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

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

This div background color is #442E34.


Border color

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

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

This div border color is #442E34.


Opacity

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

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

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

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

This text has shadow with #442E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442E34 on black background.


Color preview on white background

This text has color #442E34 on white background.



Black color preview on #442E34 background

This text has black color on #442E34 background.


White color preview on #442E34 background

This text has white color on #442E34 background.