COLOR #442651

HEX: #442651
RGB: (68,38,81)

Color info

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

RGB color model

#442651 color RGB value is (68,38,81).

  • red value is 68;
  • green value is 38;
  • blue value is 81.
RGB:
(68,38,81)
(27%,15%,32%)

RGB channels and saturation

R 68 of 255 = 27%
G 38 of 255 = 15%
B 81 of 255 = 32%

68
38
81

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

Portions of RGB colors in percentages

R + G + B =
68 + 38 + 81 = 187 (100%)
R 68 of 187 ~ 36.36%
G 38 of 187 ~ 20.32%
B 81 of 187 ~ 43.32%

%36.36
%20.32
%43.32

CMYK color model

#442651 color CMYK value is (16,53,0,68).

  • cyan value is 16.05%
  • magenta value is 53.09%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(16,53,0,68)
C16M53Y0K68 
(16%,53%,0%,68%)
(0.16/0.53/0.00/0.68)	

CMYK percentages

%16.05
%53.09
%0
%68.24

Codes

Color #442651 in popluar color models

442651
RGB683881
HSL282°36.13%23.33%
HSB/HSV282°53.09%31.76%
CMYK16.05%53.09%0.00%
68.24%

Color #442651 in popluar number systems.

HEX442651
Decimal683881
Binary10001001001101010001
Octal10446121

Shades and tints

Shades of #442651

#442651
(68,38,81)
#3E234A
(62,35,74)
#382043
(56,32,67)
#321D3C
(50,29,60)
#2C1A35
(44,26,53)
#26172E
(38,23,46)
#201427
(32,20,39)
#1A1120
(26,17,32)
#140E19
(20,14,25)
#0E0B12
(14,11,18)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #442651

#442651
(68,38,81)
#553960
(85,57,96)
#664C6F
(102,76,111)
#775F7E
(119,95,126)
#88728D
(136,114,141)
#99859C
(153,133,156)
#AA98AB
(170,152,171)
#BBABBA
(187,171,186)
#CCBEC9
(204,190,201)
#DDD1D8
(221,209,216)
#EEE4E7
(238,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442651 color. Also use rgb(68,38,81) instead hex code.

Text Font Color

.myTextColor { color: #442651; }

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

This text font color is #442651.


Background Color

.myBgColor { background-color: #442651; }

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

This div background color is #442651.


Border color

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

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

This div border color is #442651.


Opacity

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

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

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

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

This text has shadow with #442651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442651 on black background.


Color preview on white background

This text has color #442651 on white background.



Black color preview on #442651 background

This text has black color on #442651 background.


White color preview on #442651 background

This text has white color on #442651 background.