COLOR #442B4D

HEX: #442B4D RGB: (68,43,77)

Color info

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

RGB color model

#442B4D color RGB value is (68,43,77).

RGB: (68,43,77) (27%, 17%, 30%)

RGB channels and saturation

R 68 of 255 = 27%
G 43 of 255 = 17%
B 77 of 255 = 30%

68
43
77

R + G + B ~ 25%. #442B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 43 + 77 = 188 (100%)
R 68 of 188 ~ 36.17%
G 43 of 188 ~ 22.87%
B 77 of 188 ~ 40.96'%

%36.17
%22.87
%40.96

CMYK color model

#442B4D color CMYK value is (12,44,0,70).

  • cyan value is 11.69%
  • magenta value is 44.16%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (12,44,0,70)
C12M44Y0K70 (12%, 44%, 0%, 70%)
(0.12 / 0.44 / 0.00 / 0.70)

CMYK percentages

%11.69
%44.16
%0
%69.8

Codes

Color #442B4D in popluar color models

44 2B 4D
RGB 68 43 77
HSL 284° 28.33% 23.53%
HSB/HSV 284° 44.16% 30.20%
CMYK 11.69% 44.16% 0.00%
69.80%

Color #442B4D in popluar number systems.

HEX 44 2B 4D
Decimal 68 43 77
Binary 1000100 101011 1001101
Octal 104 53 115

Shades and tints

Shades of #442B4D

#442B4D
(68,43,77)
#3E2846
(62,40,70)
#38253F
(56,37,63)
#322238
(50,34,56)
#2C1F31
(44,31,49)
#261C2A
(38,28,42)
#201923
(32,25,35)
#1A161C
(26,22,28)
#141315
(20,19,21)
#0E100E
(14,16,14)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #442B4D

#442B4D
(68,43,77)
#553E5D
(85,62,93)
#66516D
(102,81,109)
#77647D
(119,100,125)
#88778D
(136,119,141)
#998A9D
(153,138,157)
#AA9DAD
(170,157,173)
#BBB0BD
(187,176,189)
#CCC3CD
(204,195,205)
#DDD6DD
(221,214,221)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442B4D; }

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

This text font color is #442B4D.

Background Color

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

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

This div background color is #442B4D.

Border color

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

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

This div border color is #442B4D.

Opacity

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

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

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

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

This text has shadow with #442B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442B4D.

Preview

Color preview on black background

This text has color #442B4D on black background.


Color preview on white background

This text has color #442B4D on white background.


Black color preview on #442B4D background

This text has black color on #442B4D background.


White color preview on #442B4D background

This text has white color on #442B4D background.


Related colors

Complementary color

Complementary color for #hex is #BBD4B2.


I love getcolorcode.com

Triadic colors

1 #4D442B and #2B4D44 with #442B4D are triadic colors.

2 #4D2B44 and #2B444D with #442B4D are triadic colors.