COLOR #447C8A

HEX: #447C8A
RGB: (68,124,138)

Color info

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

RGB color model

#447C8A color RGB value is (68,124,138).

  • red value is 68;
  • green value is 124;
  • blue value is 138.
RGB:
(68,124,138)
(27%,49%,54%)

RGB channels and saturation

R 68 of 255 = 27%
G 124 of 255 = 49%
B 138 of 255 = 54%

68
124
138

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

Portions of RGB colors in percentages

R + G + B =
68 + 124 + 138 = 330 (100%)
R 68 of 330 ~ 20.61%
G 124 of 330 ~ 37.58%
B 138 of 330 ~ 41.82%

%20.61
%37.58
%41.82

CMYK color model

#447C8A color CMYK value is (51,10,0,46).

  • cyan value is 50.72%
  • magenta value is 10.14%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(51,10,0,46)
C51M10Y0K46 
(51%,10%,0%,46%)
(0.51/0.10/0.00/0.46)	

CMYK percentages

%50.72
%10.14
%0
%45.88

Codes

Color #447C8A in popluar color models

447C8A
RGB68124138
HSL192°33.98%40.39%
HSB/HSV192°50.72%54.12%
CMYK50.72%10.14%0.00%
45.88%

Color #447C8A in popluar number systems.

HEX447C8A
Decimal68124138
Binary1000100111110010001010
Octal104174212

Shades and tints

Shades of #447C8A

#447C8A
(68,124,138)
#3E717E
(62,113,126)
#386672
(56,102,114)
#325B66
(50,91,102)
#2C505A
(44,80,90)
#26454E
(38,69,78)
#203A42
(32,58,66)
#1A2F36
(26,47,54)
#14242A
(20,36,42)
#0E191E
(14,25,30)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #447C8A

#447C8A
(68,124,138)
#558794
(85,135,148)
#66929E
(102,146,158)
#779DA8
(119,157,168)
#88A8B2
(136,168,178)
#99B3BC
(153,179,188)
#AABEC6
(170,190,198)
#BBC9D0
(187,201,208)
#CCD4DA
(204,212,218)
#DDDFE4
(221,223,228)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447C8A color. Also use rgb(68,124,138) instead hex code.

Text Font Color

.myTextColor { color: #447C8A; }

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

This text font color is #447C8A.


Background Color

.myBgColor { background-color: #447C8A; }

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

This div background color is #447C8A.


Border color

.myBorderColor { border: 1px solid #447C8A; }

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

This div border color is #447C8A.


Opacity

.myOpacity80 { color: #447C8A; opacity: 0.8; }

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

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

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

This text has shadow with #447C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447C8A on black background.


Color preview on white background

This text has color #447C8A on white background.



Black color preview on #447C8A background

This text has black color on #447C8A background.


White color preview on #447C8A background

This text has white color on #447C8A background.