COLOR #444871

HEX: #444871
RGB: (68,72,113)

Color info

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

RGB color model

#444871 color RGB value is (68,72,113).

  • red value is 68;
  • green value is 72;
  • blue value is 113.
RGB:
(68,72,113)
(27%,28%,44%)

RGB channels and saturation

R 68 of 255 = 27%
G 72 of 255 = 28%
B 113 of 255 = 44%

68
72
113

R + G + B ~ 33%. #444871 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 72 + 113 = 253 (100%)
R 68 of 253 ~ 26.88%
G 72 of 253 ~ 28.46%
B 113 of 253 ~ 44.66%

%26.88
%28.46
%44.66

CMYK color model

#444871 color CMYK value is (40,36,0,56).

  • cyan value is 39.82%
  • magenta value is 36.28%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(40,36,0,56)
C40M36Y0K56 
(40%,36%,0%,56%)
(0.40/0.36/0.00/0.56)	

CMYK percentages

%39.82
%36.28
%0
%55.69

Codes

Color #444871 in popluar color models

444871
RGB6872113
HSL235°24.86%35.49%
HSB/HSV235°39.82%44.31%
CMYK39.82%36.28%0.00%
55.69%

Color #444871 in popluar number systems.

HEX444871
Decimal6872113
Binary100010010010001110001
Octal104110161

Shades and tints

Shades of #444871

#444871
(68,72,113)
#3E4267
(62,66,103)
#383C5D
(56,60,93)
#323653
(50,54,83)
#2C3049
(44,48,73)
#262A3F
(38,42,63)
#202435
(32,36,53)
#1A1E2B
(26,30,43)
#141821
(20,24,33)
#0E1217
(14,18,23)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #444871

#444871
(68,72,113)
#55587D
(85,88,125)
#666889
(102,104,137)
#777895
(119,120,149)
#8888A1
(136,136,161)
#9998AD
(153,152,173)
#AAA8B9
(170,168,185)
#BBB8C5
(187,184,197)
#CCC8D1
(204,200,209)
#DDD8DD
(221,216,221)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444871 color. Also use rgb(68,72,113) instead hex code.

Text Font Color

.myTextColor { color: #444871; }

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

This text font color is #444871.


Background Color

.myBgColor { background-color: #444871; }

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

This div background color is #444871.


Border color

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

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

This div border color is #444871.


Opacity

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

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

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

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

This text has shadow with #444871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444871 on black background.


Color preview on white background

This text has color #444871 on white background.



Black color preview on #444871 background

This text has black color on #444871 background.


White color preview on #444871 background

This text has white color on #444871 background.