COLOR #447892

HEX: #447892
RGB: (68,120,146)

Color info

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

RGB color model

#447892 color RGB value is (68,120,146).

  • red value is 68;
  • green value is 120;
  • blue value is 146.
RGB:
(68,120,146)
(27%,47%,57%)

RGB channels and saturation

R 68 of 255 = 27%
G 120 of 255 = 47%
B 146 of 255 = 57%

68
120
146

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

Portions of RGB colors in percentages

R + G + B =
68 + 120 + 146 = 334 (100%)
R 68 of 334 ~ 20.36%
G 120 of 334 ~ 35.93%
B 146 of 334 ~ 43.71%

%20.36
%35.93
%43.71

CMYK color model

#447892 color CMYK value is (53,18,0,43).

  • cyan value is 53.42%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(53,18,0,43)
C53M18Y0K43 
(53%,18%,0%,43%)
(0.53/0.18/0.00/0.43)	

CMYK percentages

%53.42
%17.81
%0
%42.75

Codes

Color #447892 in popluar color models

447892
RGB68120146
HSL200°36.45%41.96%
HSB/HSV200°53.42%57.25%
CMYK53.42%17.81%0.00%
42.75%

Color #447892 in popluar number systems.

HEX447892
Decimal68120146
Binary1000100111100010010010
Octal104170222

Shades and tints

Shades of #447892

#447892
(68,120,146)
#3E6E85
(62,110,133)
#386478
(56,100,120)
#325A6B
(50,90,107)
#2C505E
(44,80,94)
#264651
(38,70,81)
#203C44
(32,60,68)
#1A3237
(26,50,55)
#14282A
(20,40,42)
#0E1E1D
(14,30,29)
#081410
(8,20,16)
#000000
(0,0,0)

Tints of #447892

#447892
(68,120,146)
#55849B
(85,132,155)
#6690A4
(102,144,164)
#779CAD
(119,156,173)
#88A8B6
(136,168,182)
#99B4BF
(153,180,191)
#AAC0C8
(170,192,200)
#BBCCD1
(187,204,209)
#CCD8DA
(204,216,218)
#DDE4E3
(221,228,227)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447892 color. Also use rgb(68,120,146) instead hex code.

Text Font Color

.myTextColor { color: #447892; }

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

This text font color is #447892.


Background Color

.myBgColor { background-color: #447892; }

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

This div background color is #447892.


Border color

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

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

This div border color is #447892.


Opacity

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

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

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

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

This text has shadow with #447892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447892 on black background.


Color preview on white background

This text has color #447892 on white background.



Black color preview on #447892 background

This text has black color on #447892 background.


White color preview on #447892 background

This text has white color on #447892 background.