COLOR #442C5D

HEX: #442C5D RGB: (68,44,93)

Color info

#442C5D contains red, green and blue colors in about the same proportion. Web safe color of #442C5D is #333366 (or #336).

RGB color model

#442C5D color RGB value is (68,44,93).

RGB: (68,44,93) (27%, 17%, 36%)

RGB channels and saturation

R 68 of 255 = 27%
G 44 of 255 = 17%
B 93 of 255 = 36%

68
44
93

R + G + B ~ 27%. #442C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 44 + 93 = 205 (100%)
R 68 of 205 ~ 33.17%
G 44 of 205 ~ 21.46%
B 93 of 205 ~ 45.37'%

%33.17
%21.46
%45.37

CMYK color model

#442C5D color CMYK value is (27,53,0,64).

  • cyan value is 26.88%
  • magenta value is 52.69%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (27,53,0,64)
C27M53Y0K64 (27%, 53%, 0%, 64%)
(0.27 / 0.53 / 0.00 / 0.64)

CMYK percentages

%26.88
%52.69
%0
%63.53

Codes

Color #442C5D in popluar color models

44 2C 5D
RGB 68 44 93
HSL 269° 35.77% 26.86%
HSB/HSV 269° 52.69% 36.47%
CMYK 26.88% 52.69% 0.00%
63.53%

Color #442C5D in popluar number systems.

HEX 44 2C 5D
Decimal 68 44 93
Binary 1000100 101100 1011101
Octal 104 54 135

Shades and tints

Shades of #442C5D

#442C5D
(68,44,93)
#3E2855
(62,40,85)
#38244D
(56,36,77)
#322045
(50,32,69)
#2C1C3D
(44,28,61)
#261835
(38,24,53)
#20142D
(32,20,45)
#1A1025
(26,16,37)
#140C1D
(20,12,29)
#0E0815
(14,8,21)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #442C5D

#442C5D
(68,44,93)
#553F6B
(85,63,107)
#665279
(102,82,121)
#776587
(119,101,135)
#887895
(136,120,149)
#998BA3
(153,139,163)
#AA9EB1
(170,158,177)
#BBB1BF
(187,177,191)
#CCC4CD
(204,196,205)
#DDD7DB
(221,215,219)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442C5D color. Also use rgb(68,44,93) instead hex code.

Text Font Color

.myTextColor { color: #442C5D; }

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

This text font color is #442C5D.

Background Color

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

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

This div background color is #442C5D.

Border color

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

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

This div border color is #442C5D.

Opacity

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

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

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

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

This text has shadow with #442C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442C5D.

Preview

Color preview on black background

This text has color #442C5D on black background.


Color preview on white background

This text has color #442C5D on white background.


Black color preview on #442C5D background

This text has black color on #442C5D background.


White color preview on #442C5D background

This text has white color on #442C5D background.


Related colors

Complementary color

Complementary color for #hex is #BBD3A2.


I love getcolorcode.com

Triadic colors

1 #5D442C and #2C5D44 with #442C5D are triadic colors.

2 #5D2C44 and #2C445D with #442C5D are triadic colors.