COLOR #447591

HEX: #447591
RGB: (68,117,145)

Color info

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

RGB color model

#447591 color RGB value is (68,117,145).

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

RGB channels and saturation

R 68 of 255 = 27%
G 117 of 255 = 46%
B 145 of 255 = 57%

68
117
145

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

Portions of RGB colors in percentages

R + G + B =
68 + 117 + 145 = 330 (100%)
R 68 of 330 ~ 20.61%
G 117 of 330 ~ 35.45%
B 145 of 330 ~ 43.94%

%20.61
%35.45
%43.94

CMYK color model

#447591 color CMYK value is (53,19,0,43).

  • cyan value is 53.10%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(53,19,0,43)
C53M19Y0K43 
(53%,19%,0%,43%)
(0.53/0.19/0.00/0.43)	

CMYK percentages

%53.1
%19.31
%0
%43.14

Codes

Color #447591 in popluar color models

447591
RGB68117145
HSL202°36.15%41.76%
HSB/HSV202°53.10%56.86%
CMYK53.10%19.31%0.00%
43.14%

Color #447591 in popluar number systems.

HEX447591
Decimal68117145
Binary1000100111010110010001
Octal104165221

Shades and tints

Shades of #447591

#447591
(68,117,145)
#3E6B84
(62,107,132)
#386177
(56,97,119)
#32576A
(50,87,106)
#2C4D5D
(44,77,93)
#264350
(38,67,80)
#203943
(32,57,67)
#1A2F36
(26,47,54)
#142529
(20,37,41)
#0E1B1C
(14,27,28)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #447591

#447591
(68,117,145)
#55819B
(85,129,155)
#668DA5
(102,141,165)
#7799AF
(119,153,175)
#88A5B9
(136,165,185)
#99B1C3
(153,177,195)
#AABDCD
(170,189,205)
#BBC9D7
(187,201,215)
#CCD5E1
(204,213,225)
#DDE1EB
(221,225,235)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447591; }

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

This text font color is #447591.


Background Color

.myBgColor { background-color: #447591; }

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

This div background color is #447591.


Border color

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

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

This div border color is #447591.


Opacity

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

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

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

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

This text has shadow with #447591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447591 on black background.


Color preview on white background

This text has color #447591 on white background.



Black color preview on #447591 background

This text has black color on #447591 background.


White color preview on #447591 background

This text has white color on #447591 background.