COLOR #442F81

HEX: #442F81
RGB: (68,47,129)

Color info

#442F81 contains mainly blue color. Web safe color of #442F81 is #333399 (or #339).

RGB color model

#442F81 color RGB value is (68,47,129).

  • red value is 68;
  • green value is 47;
  • blue value is 129.
RGB:
(68,47,129)
(27%,18%,51%)

RGB channels and saturation

R 68 of 255 = 27%
G 47 of 255 = 18%
B 129 of 255 = 51%

68
47
129

R + G + B ~ 32%. #442F81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 47 + 129 = 244 (100%)
R 68 of 244 ~ 27.87%
G 47 of 244 ~ 19.26%
B 129 of 244 ~ 52.87%

%27.87
%19.26
%52.87

CMYK color model

#442F81 color CMYK value is (47,64,0,49).

  • cyan value is 47.29%
  • magenta value is 63.57%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(47,64,0,49)
C47M64Y0K49 
(47%,64%,0%,49%)
(0.47/0.64/0.00/0.49)	

CMYK percentages

%47.29
%63.57
%0
%49.41

Codes

Color #442F81 in popluar color models

442F81
RGB6847129
HSL255°46.59%34.51%
HSB/HSV255°63.57%50.59%
CMYK47.29%63.57%0.00%
49.41%

Color #442F81 in popluar number systems.

HEX442F81
Decimal6847129
Binary100010010111110000001
Octal10457201

Shades and tints

Shades of #442F81

#442F81
(68,47,129)
#3E2B76
(62,43,118)
#38276B
(56,39,107)
#322360
(50,35,96)
#2C1F55
(44,31,85)
#261B4A
(38,27,74)
#20173F
(32,23,63)
#1A1334
(26,19,52)
#140F29
(20,15,41)
#0E0B1E
(14,11,30)
#080713
(8,7,19)
#000000
(0,0,0)

Tints of #442F81

#442F81
(68,47,129)
#55418C
(85,65,140)
#665397
(102,83,151)
#7765A2
(119,101,162)
#8877AD
(136,119,173)
#9989B8
(153,137,184)
#AA9BC3
(170,155,195)
#BBADCE
(187,173,206)
#CCBFD9
(204,191,217)
#DDD1E4
(221,209,228)
#EEE3EF
(238,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442F81 color. Also use rgb(68,47,129) instead hex code.

Text Font Color

.myTextColor { color: #442F81; }

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

This text font color is #442F81.


Background Color

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

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

This div background color is #442F81.


Border color

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

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

This div border color is #442F81.


Opacity

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

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

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

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

This text has shadow with #442F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442F81 on black background.


Color preview on white background

This text has color #442F81 on white background.



Black color preview on #442F81 background

This text has black color on #442F81 background.


White color preview on #442F81 background

This text has white color on #442F81 background.