COLOR #442266

HEX: #442266
RGB: (68,34,102)

Color info

#442266 contains mainly red and blue colors. Web safe color of #442266 is #333366 (or #336).

RGB color model

#442266 color RGB value is (68,34,102).

  • red value is 68;
  • green value is 34;
  • blue value is 102.
RGB:
(68,34,102)
(27%,13%,40%)

RGB channels and saturation

R 68 of 255 = 27%
G 34 of 255 = 13%
B 102 of 255 = 40%

68
34
102

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

Portions of RGB colors in percentages

R + G + B =
68 + 34 + 102 = 204 (100%)
R 68 of 204 ~ 33.33%
G 34 of 204 ~ 16.67%
B 102 of 204 ~ 50%

%33.33
%16.67
%50

CMYK color model

#442266 color CMYK value is (33,67,0,60).

  • cyan value is 33.33%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(33,67,0,60)
C33M67Y0K60 
(33%,67%,0%,60%)
(0.33/0.67/0.00/0.60)	

CMYK percentages

%33.33
%66.67
%0
%60

Codes

Color #442266 in popluar color models

442266
RGB6834102
HSL270°50.00%26.67%
HSB/HSV270°66.67%40.00%
CMYK33.33%66.67%0.00%
60.00%

Color #442266 in popluar number systems.

HEX442266
Decimal6834102
Binary10001001000101100110
Octal10442146

Shades and tints

Shades of #442266

#442266
(68,34,102)
#3E1F5D
(62,31,93)
#381C54
(56,28,84)
#32194B
(50,25,75)
#2C1642
(44,22,66)
#261339
(38,19,57)
#201030
(32,16,48)
#1A0D27
(26,13,39)
#140A1E
(20,10,30)
#0E0715
(14,7,21)
#08040C
(8,4,12)
#000000
(0,0,0)

Tints of #442266

#442266
(68,34,102)
#553673
(85,54,115)
#664A80
(102,74,128)
#775E8D
(119,94,141)
#88729A
(136,114,154)
#9986A7
(153,134,167)
#AA9AB4
(170,154,180)
#BBAEC1
(187,174,193)
#CCC2CE
(204,194,206)
#DDD6DB
(221,214,219)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442266 color. Also use rgb(68,34,102) instead hex code.

Text Font Color

.myTextColor { color: #442266; }

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

This text font color is #442266.


Background Color

.myBgColor { background-color: #442266; }

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

This div background color is #442266.


Border color

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

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

This div border color is #442266.


Opacity

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

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

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

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

This text has shadow with #442266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442266 on black background.


Color preview on white background

This text has color #442266 on white background.



Black color preview on #442266 background

This text has black color on #442266 background.


White color preview on #442266 background

This text has white color on #442266 background.