COLOR #447885

HEX: #447885
RGB: (68,120,133)

Color info

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

RGB color model

#447885 color RGB value is (68,120,133).

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

RGB channels and saturation

R 68 of 255 = 27%
G 120 of 255 = 47%
B 133 of 255 = 52%

68
120
133

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

Portions of RGB colors in percentages

R + G + B =
68 + 120 + 133 = 321 (100%)
R 68 of 321 ~ 21.18%
G 120 of 321 ~ 37.38%
B 133 of 321 ~ 41.43%

%21.18
%37.38
%41.43

CMYK color model

#447885 color CMYK value is (49,10,0,48).

  • cyan value is 48.87%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(49,10,0,48)
C49M10Y0K48 
(49%,10%,0%,48%)
(0.49/0.10/0.00/0.48)	

CMYK percentages

%48.87
%9.77
%0
%47.84

Codes

Color #447885 in popluar color models

447885
RGB68120133
HSL192°32.34%39.41%
HSB/HSV192°48.87%52.16%
CMYK48.87%9.77%0.00%
47.84%

Color #447885 in popluar number systems.

HEX447885
Decimal68120133
Binary1000100111100010000101
Octal104170205

Shades and tints

Shades of #447885

#447885
(68,120,133)
#3E6E79
(62,110,121)
#38646D
(56,100,109)
#325A61
(50,90,97)
#2C5055
(44,80,85)
#264649
(38,70,73)
#203C3D
(32,60,61)
#1A3231
(26,50,49)
#142825
(20,40,37)
#0E1E19
(14,30,25)
#08140D
(8,20,13)
#000000
(0,0,0)

Tints of #447885

#447885
(68,120,133)
#558490
(85,132,144)
#66909B
(102,144,155)
#779CA6
(119,156,166)
#88A8B1
(136,168,177)
#99B4BC
(153,180,188)
#AAC0C7
(170,192,199)
#BBCCD2
(187,204,210)
#CCD8DD
(204,216,221)
#DDE4E8
(221,228,232)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447885; }

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

This text font color is #447885.


Background Color

.myBgColor { background-color: #447885; }

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

This div background color is #447885.


Border color

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

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

This div border color is #447885.


Opacity

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

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

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

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

This text has shadow with #447885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447885 on black background.


Color preview on white background

This text has color #447885 on white background.



Black color preview on #447885 background

This text has black color on #447885 background.


White color preview on #447885 background

This text has white color on #447885 background.