COLOR #442B45

HEX: #442B45
RGB: (68,43,69)

Color info

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

RGB color model

#442B45 color RGB value is (68,43,69).

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

RGB channels and saturation

R 68 of 255 = 27%
G 43 of 255 = 17%
B 69 of 255 = 27%

68
43
69

R + G + B ~ 24%. #442B45 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 43 + 69 = 180 (100%)
R 68 of 180 ~ 37.78%
G 43 of 180 ~ 23.89%
B 69 of 180 ~ 38.33%

%37.78
%23.89
%38.33

CMYK color model

#442B45 color CMYK value is (1,38,0,73).

  • cyan value is 1.45%
  • magenta value is 37.68%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(1,38,0,73)
C1M38Y0K73 
(1%,38%,0%,73%)
(0.01/0.38/0.00/0.73)	

CMYK percentages

%1.45
%37.68
%0
%72.94

Codes

Color #442B45 in popluar color models

442B45
RGB684369
HSL298°23.21%21.96%
HSB/HSV298°37.68%27.06%
CMYK1.45%37.68%0.00%
72.94%

Color #442B45 in popluar number systems.

HEX442B45
Decimal684369
Binary10001001010111000101
Octal10453105

Shades and tints

Shades of #442B45

#442B45
(68,43,69)
#3E283F
(62,40,63)
#382539
(56,37,57)
#322233
(50,34,51)
#2C1F2D
(44,31,45)
#261C27
(38,28,39)
#201921
(32,25,33)
#1A161B
(26,22,27)
#141315
(20,19,21)
#0E100F
(14,16,15)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #442B45

#442B45
(68,43,69)
#553E55
(85,62,85)
#665165
(102,81,101)
#776475
(119,100,117)
#887785
(136,119,133)
#998A95
(153,138,149)
#AA9DA5
(170,157,165)
#BBB0B5
(187,176,181)
#CCC3C5
(204,195,197)
#DDD6D5
(221,214,213)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442B45; }

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

This text font color is #442B45.


Background Color

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

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

This div background color is #442B45.


Border color

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

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

This div border color is #442B45.


Opacity

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

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

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

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

This text has shadow with #442B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442B45 on black background.


Color preview on white background

This text has color #442B45 on white background.



Black color preview on #442B45 background

This text has black color on #442B45 background.


White color preview on #442B45 background

This text has white color on #442B45 background.