COLOR #442350

HEX: #442350
RGB: (68,35,80)

Color info

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

RGB color model

#442350 color RGB value is (68,35,80).

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

RGB channels and saturation

R 68 of 255 = 27%
G 35 of 255 = 14%
B 80 of 255 = 31%

68
35
80

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

Portions of RGB colors in percentages

R + G + B =
68 + 35 + 80 = 183 (100%)
R 68 of 183 ~ 37.16%
G 35 of 183 ~ 19.13%
B 80 of 183 ~ 43.72%

%37.16
%19.13
%43.72

CMYK color model

#442350 color CMYK value is (15,56,0,69).

  • cyan value is 15.00%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(15,56,0,69)
C15M56Y0K69 
(15%,56%,0%,69%)
(0.15/0.56/0.00/0.69)	

CMYK percentages

%15
%56.25
%0
%68.63

Codes

Color #442350 in popluar color models

442350
RGB683580
HSL284°39.13%22.55%
HSB/HSV284°56.25%31.37%
CMYK15.00%56.25%0.00%
68.63%

Color #442350 in popluar number systems.

HEX442350
Decimal683580
Binary10001001000111010000
Octal10443120

Shades and tints

Shades of #442350

#442350
(68,35,80)
#3E2049
(62,32,73)
#381D42
(56,29,66)
#321A3B
(50,26,59)
#2C1734
(44,23,52)
#26142D
(38,20,45)
#201126
(32,17,38)
#1A0E1F
(26,14,31)
#140B18
(20,11,24)
#0E0811
(14,8,17)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #442350

#442350
(68,35,80)
#55375F
(85,55,95)
#664B6E
(102,75,110)
#775F7D
(119,95,125)
#88738C
(136,115,140)
#99879B
(153,135,155)
#AA9BAA
(170,155,170)
#BBAFB9
(187,175,185)
#CCC3C8
(204,195,200)
#DDD7D7
(221,215,215)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442350; }

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

This text font color is #442350.


Background Color

.myBgColor { background-color: #442350; }

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

This div background color is #442350.


Border color

.myBorderColor { border: 1px solid #442350; }

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

This div border color is #442350.


Opacity

.myOpacity80 { color: #442350; opacity: 0.8; }

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

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

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

This text has shadow with #442350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442350 on black background.


Color preview on white background

This text has color #442350 on white background.



Black color preview on #442350 background

This text has black color on #442350 background.


White color preview on #442350 background

This text has white color on #442350 background.