COLOR #447391

HEX: #447391
RGB: (68,115,145)

Color info

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

RGB color model

#447391 color RGB value is (68,115,145).

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

RGB channels and saturation

R 68 of 255 = 27%
G 115 of 255 = 45%
B 145 of 255 = 57%

68
115
145

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

Portions of RGB colors in percentages

R + G + B =
68 + 115 + 145 = 328 (100%)
R 68 of 328 ~ 20.73%
G 115 of 328 ~ 35.06%
B 145 of 328 ~ 44.21%

%20.73
%35.06
%44.21

CMYK color model

#447391 color CMYK value is (53,21,0,43).

  • cyan value is 53.10%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(53,21,0,43)
C53M21Y0K43 
(53%,21%,0%,43%)
(0.53/0.21/0.00/0.43)	

CMYK percentages

%53.1
%20.69
%0
%43.14

Codes

Color #447391 in popluar color models

447391
RGB68115145
HSL203°36.15%41.76%
HSB/HSV203°53.10%56.86%
CMYK53.10%20.69%0.00%
43.14%

Color #447391 in popluar number systems.

HEX447391
Decimal68115145
Binary1000100111001110010001
Octal104163221

Shades and tints

Shades of #447391

#447391
(68,115,145)
#3E6984
(62,105,132)
#385F77
(56,95,119)
#32556A
(50,85,106)
#2C4B5D
(44,75,93)
#264150
(38,65,80)
#203743
(32,55,67)
#1A2D36
(26,45,54)
#142329
(20,35,41)
#0E191C
(14,25,28)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #447391

#447391
(68,115,145)
#557F9B
(85,127,155)
#668BA5
(102,139,165)
#7797AF
(119,151,175)
#88A3B9
(136,163,185)
#99AFC3
(153,175,195)
#AABBCD
(170,187,205)
#BBC7D7
(187,199,215)
#CCD3E1
(204,211,225)
#DDDFEB
(221,223,235)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447391; }

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

This text font color is #447391.


Background Color

.myBgColor { background-color: #447391; }

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

This div background color is #447391.


Border color

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

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

This div border color is #447391.


Opacity

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

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

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

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

This text has shadow with #447391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447391 on black background.


Color preview on white background

This text has color #447391 on white background.



Black color preview on #447391 background

This text has black color on #447391 background.


White color preview on #447391 background

This text has white color on #447391 background.