COLOR #444C71

HEX: #444C71
RGB: (68,76,113)

Color info

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

RGB color model

#444C71 color RGB value is (68,76,113).

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

RGB channels and saturation

R 68 of 255 = 27%
G 76 of 255 = 30%
B 113 of 255 = 44%

68
76
113

R + G + B ~ 34%. #444C71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 76 + 113 = 257 (100%)
R 68 of 257 ~ 26.46%
G 76 of 257 ~ 29.57%
B 113 of 257 ~ 43.97%

%26.46
%29.57
%43.97

CMYK color model

#444C71 color CMYK value is (40,33,0,56).

  • cyan value is 39.82%
  • magenta value is 32.74%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(40,33,0,56)
C40M33Y0K56 
(40%,33%,0%,56%)
(0.40/0.33/0.00/0.56)	

CMYK percentages

%39.82
%32.74
%0
%55.69

Codes

Color #444C71 in popluar color models

444C71
RGB6876113
HSL229°24.86%35.49%
HSB/HSV229°39.82%44.31%
CMYK39.82%32.74%0.00%
55.69%

Color #444C71 in popluar number systems.

HEX444C71
Decimal6876113
Binary100010010011001110001
Octal104114161

Shades and tints

Shades of #444C71

#444C71
(68,76,113)
#3E4667
(62,70,103)
#38405D
(56,64,93)
#323A53
(50,58,83)
#2C3449
(44,52,73)
#262E3F
(38,46,63)
#202835
(32,40,53)
#1A222B
(26,34,43)
#141C21
(20,28,33)
#0E1617
(14,22,23)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #444C71

#444C71
(68,76,113)
#555C7D
(85,92,125)
#666C89
(102,108,137)
#777C95
(119,124,149)
#888CA1
(136,140,161)
#999CAD
(153,156,173)
#AAACB9
(170,172,185)
#BBBCC5
(187,188,197)
#CCCCD1
(204,204,209)
#DDDCDD
(221,220,221)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444C71; }

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

This text font color is #444C71.


Background Color

.myBgColor { background-color: #444C71; }

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

This div background color is #444C71.


Border color

.myBorderColor { border: 1px solid #444C71; }

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

This div border color is #444C71.


Opacity

.myOpacity80 { color: #444C71; opacity: 0.8; }

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

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

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

This text has shadow with #444C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444C71 on black background.


Color preview on white background

This text has color #444C71 on white background.



Black color preview on #444C71 background

This text has black color on #444C71 background.


White color preview on #444C71 background

This text has white color on #444C71 background.