COLOR #447E9E

HEX: #447E9E
RGB: (68,126,158)

Color info

#447E9E contains mainly green and blue colors. Web safe color of #447E9E is #336699 (or #369).

RGB color model

#447E9E color RGB value is (68,126,158).

  • red value is 68;
  • green value is 126;
  • blue value is 158.
RGB:
(68,126,158)
(27%,49%,62%)

RGB channels and saturation

R 68 of 255 = 27%
G 126 of 255 = 49%
B 158 of 255 = 62%

68
126
158

R + G + B ~ 46%. #447E9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 126 + 158 = 352 (100%)
R 68 of 352 ~ 19.32%
G 126 of 352 ~ 35.8%
B 158 of 352 ~ 44.89%

%19.32
%35.8
%44.89

CMYK color model

#447E9E color CMYK value is (57,20,0,38).

  • cyan value is 56.96%
  • magenta value is 20.25%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(57,20,0,38)
C57M20Y0K38 
(57%,20%,0%,38%)
(0.57/0.20/0.00/0.38)	

CMYK percentages

%56.96
%20.25
%0
%38.04

Codes

Color #447E9E in popluar color models

447E9E
RGB68126158
HSL201°39.82%44.31%
HSB/HSV201°56.96%61.96%
CMYK56.96%20.25%0.00%
38.04%

Color #447E9E in popluar number systems.

HEX447E9E
Decimal68126158
Binary1000100111111010011110
Octal104176236

Shades and tints

Shades of #447E9E

#447E9E
(68,126,158)
#3E7390
(62,115,144)
#386882
(56,104,130)
#325D74
(50,93,116)
#2C5266
(44,82,102)
#264758
(38,71,88)
#203C4A
(32,60,74)
#1A313C
(26,49,60)
#14262E
(20,38,46)
#0E1B20
(14,27,32)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #447E9E

#447E9E
(68,126,158)
#5589A6
(85,137,166)
#6694AE
(102,148,174)
#779FB6
(119,159,182)
#88AABE
(136,170,190)
#99B5C6
(153,181,198)
#AAC0CE
(170,192,206)
#BBCBD6
(187,203,214)
#CCD6DE
(204,214,222)
#DDE1E6
(221,225,230)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447E9E color. Also use rgb(68,126,158) instead hex code.

Text Font Color

.myTextColor { color: #447E9E; }

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

This text font color is #447E9E.


Background Color

.myBgColor { background-color: #447E9E; }

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

This div background color is #447E9E.


Border color

.myBorderColor { border: 1px solid #447E9E; }

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

This div border color is #447E9E.


Opacity

.myOpacity80 { color: #447E9E; opacity: 0.8; }

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

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

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

This text has shadow with #447E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447E9E on black background.


Color preview on white background

This text has color #447E9E on white background.



Black color preview on #447E9E background

This text has black color on #447E9E background.


White color preview on #447E9E background

This text has white color on #447E9E background.