COLOR #442A4D

HEX: #442A4D RGB: (68,42,77)

Color info

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

RGB color model

#442A4D color RGB value is (68,42,77).

RGB: (68,42,77) (27%, 16%, 30%)

RGB channels and saturation

R 68 of 255 = 27%
G 42 of 255 = 16%
B 77 of 255 = 30%

68
42
77

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

Portions of RGB colors in percentages

R + G + B = 68 + 42 + 77 = 187 (100%)
R 68 of 187 ~ 36.36%
G 42 of 187 ~ 22.46%
B 77 of 187 ~ 41.18'%

%36.36
%22.46
%41.18

CMYK color model

#442A4D color CMYK value is (12,45,0,70).

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

CMYK: (12,45,0,70)
C12M45Y0K70 (12%, 45%, 0%, 70%)
(0.12 / 0.45 / 0.00 / 0.70)

CMYK percentages

%11.69
%45.45
%0
%69.8

Codes

Color #442A4D in popluar color models

44 2A 4D
RGB 68 42 77
HSL 285° 29.41% 23.33%
HSB/HSV 285° 45.45% 30.20%
CMYK 11.69% 45.45% 0.00%
69.80%

Color #442A4D in popluar number systems.

HEX 44 2A 4D
Decimal 68 42 77
Binary 1000100 101010 1001101
Octal 104 52 115

Shades and tints

Shades of #442A4D

#442A4D
(68,42,77)
#3E2746
(62,39,70)
#38243F
(56,36,63)
#322138
(50,33,56)
#2C1E31
(44,30,49)
#261B2A
(38,27,42)
#201823
(32,24,35)
#1A151C
(26,21,28)
#141215
(20,18,21)
#0E0F0E
(14,15,14)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #442A4D

#442A4D
(68,42,77)
#553D5D
(85,61,93)
#66506D
(102,80,109)
#77637D
(119,99,125)
#88768D
(136,118,141)
#99899D
(153,137,157)
#AA9CAD
(170,156,173)
#BBAFBD
(187,175,189)
#CCC2CD
(204,194,205)
#DDD5DD
(221,213,221)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442A4D; }

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

This text font color is #442A4D.

Background Color

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

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

This div background color is #442A4D.

Border color

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

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

This div border color is #442A4D.

Opacity

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

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

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

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

This text has shadow with #442A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442A4D.

Preview

Color preview on black background

This text has color #442A4D on black background.


Color preview on white background

This text has color #442A4D on white background.


Black color preview on #442A4D background

This text has black color on #442A4D background.


White color preview on #442A4D background

This text has white color on #442A4D background.


Related colors

Complementary color

Complementary color for #hex is #BBD5B2.


I love getcolorcode.com

Triadic colors

1 #4D442A and #2A4D44 with #442A4D are triadic colors.

2 #4D2A44 and #2A444D with #442A4D are triadic colors.