COLOR #447399

HEX: #447399
RGB: (68,115,153)

Color info

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

RGB color model

#447399 color RGB value is (68,115,153).

  • red value is 68;
  • green value is 115;
  • blue value is 153.
RGB:
(68,115,153)
(27%,45%,60%)

RGB channels and saturation

R 68 of 255 = 27%
G 115 of 255 = 45%
B 153 of 255 = 60%

68
115
153

R + G + B ~ 44%. #447399 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 115 + 153 = 336 (100%)
R 68 of 336 ~ 20.24%
G 115 of 336 ~ 34.23%
B 153 of 336 ~ 45.54%

%20.24
%34.23
%45.54

CMYK color model

#447399 color CMYK value is (56,25,0,40).

  • cyan value is 55.56%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(56,25,0,40)
C56M25Y0K40 
(56%,25%,0%,40%)
(0.56/0.25/0.00/0.40)	

CMYK percentages

%55.56
%24.84
%0
%40

Codes

Color #447399 in popluar color models

447399
RGB68115153
HSL207°38.46%43.33%
HSB/HSV207°55.56%60.00%
CMYK55.56%24.84%0.00%
40.00%

Color #447399 in popluar number systems.

HEX447399
Decimal68115153
Binary1000100111001110011001
Octal104163231

Shades and tints

Shades of #447399

#447399
(68,115,153)
#3E698C
(62,105,140)
#385F7F
(56,95,127)
#325572
(50,85,114)
#2C4B65
(44,75,101)
#264158
(38,65,88)
#20374B
(32,55,75)
#1A2D3E
(26,45,62)
#142331
(20,35,49)
#0E1924
(14,25,36)
#080F17
(8,15,23)
#000000
(0,0,0)

Tints of #447399

#447399
(68,115,153)
#557FA2
(85,127,162)
#668BAB
(102,139,171)
#7797B4
(119,151,180)
#88A3BD
(136,163,189)
#99AFC6
(153,175,198)
#AABBCF
(170,187,207)
#BBC7D8
(187,199,216)
#CCD3E1
(204,211,225)
#DDDFEA
(221,223,234)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447399 color. Also use rgb(68,115,153) instead hex code.

Text Font Color

.myTextColor { color: #447399; }

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

This text font color is #447399.


Background Color

.myBgColor { background-color: #447399; }

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

This div background color is #447399.


Border color

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

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

This div border color is #447399.


Opacity

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

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

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

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

This text has shadow with #447399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447399 on black background.


Color preview on white background

This text has color #447399 on white background.



Black color preview on #447399 background

This text has black color on #447399 background.


White color preview on #447399 background

This text has white color on #447399 background.