COLOR #442A50

HEX: #442A50
RGB: (68,42,80)

Color info

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

RGB color model

#442A50 color RGB value is (68,42,80).

  • red value is 68;
  • green value is 42;
  • blue value is 80.
RGB:
(68,42,80)
(27%,16%,31%)

RGB channels and saturation

R 68 of 255 = 27%
G 42 of 255 = 16%
B 80 of 255 = 31%

68
42
80

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

Portions of RGB colors in percentages

R + G + B =
68 + 42 + 80 = 190 (100%)
R 68 of 190 ~ 35.79%
G 42 of 190 ~ 22.11%
B 80 of 190 ~ 42.11%

%35.79
%22.11
%42.11

CMYK color model

#442A50 color CMYK value is (15,48,0,69).

  • cyan value is 15.00%
  • magenta value is 47.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(15,48,0,69)
C15M48Y0K69 
(15%,48%,0%,69%)
(0.15/0.48/0.00/0.69)	

CMYK percentages

%15
%47.5
%0
%68.63

Codes

Color #442A50 in popluar color models

442A50
RGB684280
HSL281°31.15%23.92%
HSB/HSV281°47.50%31.37%
CMYK15.00%47.50%0.00%
68.63%

Color #442A50 in popluar number systems.

HEX442A50
Decimal684280
Binary10001001010101010000
Octal10452120

Shades and tints

Shades of #442A50

#442A50
(68,42,80)
#3E2749
(62,39,73)
#382442
(56,36,66)
#32213B
(50,33,59)
#2C1E34
(44,30,52)
#261B2D
(38,27,45)
#201826
(32,24,38)
#1A151F
(26,21,31)
#141218
(20,18,24)
#0E0F11
(14,15,17)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #442A50

#442A50
(68,42,80)
#553D5F
(85,61,95)
#66506E
(102,80,110)
#77637D
(119,99,125)
#88768C
(136,118,140)
#99899B
(153,137,155)
#AA9CAA
(170,156,170)
#BBAFB9
(187,175,185)
#CCC2C8
(204,194,200)
#DDD5D7
(221,213,215)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442A50; }

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

This text font color is #442A50.


Background Color

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

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

This div background color is #442A50.


Border color

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

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

This div border color is #442A50.


Opacity

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

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

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

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

This text has shadow with #442A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442A50 on black background.


Color preview on white background

This text has color #442A50 on white background.



Black color preview on #442A50 background

This text has black color on #442A50 background.


White color preview on #442A50 background

This text has white color on #442A50 background.