COLOR #442364

HEX: #442364
RGB: (68,35,100)

Color info

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

RGB color model

#442364 color RGB value is (68,35,100).

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

RGB channels and saturation

R 68 of 255 = 27%
G 35 of 255 = 14%
B 100 of 255 = 39%

68
35
100

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

Portions of RGB colors in percentages

R + G + B =
68 + 35 + 100 = 203 (100%)
R 68 of 203 ~ 33.5%
G 35 of 203 ~ 17.24%
B 100 of 203 ~ 49.26%

%33.5
%17.24
%49.26

CMYK color model

#442364 color CMYK value is (32,65,0,61).

  • cyan value is 32.00%
  • magenta value is 65.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(32,65,0,61)
C32M65Y0K61 
(32%,65%,0%,61%)
(0.32/0.65/0.00/0.61)	

CMYK percentages

%32
%65
%0
%60.78

Codes

Color #442364 in popluar color models

442364
RGB6835100
HSL270°48.15%26.47%
HSB/HSV270°65.00%39.22%
CMYK32.00%65.00%0.00%
60.78%

Color #442364 in popluar number systems.

HEX442364
Decimal6835100
Binary10001001000111100100
Octal10443144

Shades and tints

Shades of #442364

#442364
(68,35,100)
#3E205B
(62,32,91)
#381D52
(56,29,82)
#321A49
(50,26,73)
#2C1740
(44,23,64)
#261437
(38,20,55)
#20112E
(32,17,46)
#1A0E25
(26,14,37)
#140B1C
(20,11,28)
#0E0813
(14,8,19)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #442364

#442364
(68,35,100)
#553772
(85,55,114)
#664B80
(102,75,128)
#775F8E
(119,95,142)
#88739C
(136,115,156)
#9987AA
(153,135,170)
#AA9BB8
(170,155,184)
#BBAFC6
(187,175,198)
#CCC3D4
(204,195,212)
#DDD7E2
(221,215,226)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442364; }

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

This text font color is #442364.


Background Color

.myBgColor { background-color: #442364; }

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

This div background color is #442364.


Border color

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

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

This div border color is #442364.


Opacity

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

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

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

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

This text has shadow with #442364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442364 on black background.


Color preview on white background

This text has color #442364 on white background.



Black color preview on #442364 background

This text has black color on #442364 background.


White color preview on #442364 background

This text has white color on #442364 background.