COLOR #442B33

HEX: #442B33
RGB: (68,43,51)

Color info

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

RGB color model

#442B33 color RGB value is (68,43,51).

  • red value is 68;
  • green value is 43;
  • blue value is 51.
RGB:
(68,43,51)
(27%,17%,20%)

RGB channels and saturation

R 68 of 255 = 27%
G 43 of 255 = 17%
B 51 of 255 = 20%

68
43
51

R + G + B ~ 21%. #442B33 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 43 + 51 = 162 (100%)
R 68 of 162 ~ 41.98%
G 43 of 162 ~ 26.54%
B 51 of 162 ~ 31.48%

%41.98
%26.54
%31.48

CMYK color model

#442B33 color CMYK value is (0,37,25,73).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 25.00%
  • key color value is 73.33%
CMYK:
(0,37,25,73)
C0M37Y25K73 
(0%,37%,25%,73%)
(0.00/0.37/0.25/0.73)	

CMYK percentages

%0
%36.76
%25
%73.33

Codes

Color #442B33 in popluar color models

442B33
RGB684351
HSL341°22.52%21.76%
HSB/HSV341°36.76%26.67%
CMYK0.00%36.76%25.00%
73.33%

Color #442B33 in popluar number systems.

HEX442B33
Decimal684351
Binary1000100101011110011
Octal1045363

Shades and tints

Shades of #442B33

#442B33
(68,43,51)
#3E282F
(62,40,47)
#38252B
(56,37,43)
#322227
(50,34,39)
#2C1F23
(44,31,35)
#261C1F
(38,28,31)
#20191B
(32,25,27)
#1A1617
(26,22,23)
#141313
(20,19,19)
#0E100F
(14,16,15)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #442B33

#442B33
(68,43,51)
#553E45
(85,62,69)
#665157
(102,81,87)
#776469
(119,100,105)
#88777B
(136,119,123)
#998A8D
(153,138,141)
#AA9D9F
(170,157,159)
#BBB0B1
(187,176,177)
#CCC3C3
(204,195,195)
#DDD6D5
(221,214,213)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442B33 color. Also use rgb(68,43,51) instead hex code.

Text Font Color

.myTextColor { color: #442B33; }

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

This text font color is #442B33.


Background Color

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

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

This div background color is #442B33.


Border color

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

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

This div border color is #442B33.


Opacity

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

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

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

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

This text has shadow with #442B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442B33 on black background.


Color preview on white background

This text has color #442B33 on white background.



Black color preview on #442B33 background

This text has black color on #442B33 background.


White color preview on #442B33 background

This text has white color on #442B33 background.