COLOR #447184

HEX: #447184
RGB: (68,113,132)

Color info

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

RGB color model

#447184 color RGB value is (68,113,132).

  • red value is 68;
  • green value is 113;
  • blue value is 132.
RGB:
(68,113,132)
(27%,44%,52%)

RGB channels and saturation

R 68 of 255 = 27%
G 113 of 255 = 44%
B 132 of 255 = 52%

68
113
132

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

Portions of RGB colors in percentages

R + G + B =
68 + 113 + 132 = 313 (100%)
R 68 of 313 ~ 21.73%
G 113 of 313 ~ 36.1%
B 132 of 313 ~ 42.17%

%21.73
%36.1
%42.17

CMYK color model

#447184 color CMYK value is (48,14,0,48).

  • cyan value is 48.48%
  • magenta value is 14.39%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(48,14,0,48)
C48M14Y0K48 
(48%,14%,0%,48%)
(0.48/0.14/0.00/0.48)	

CMYK percentages

%48.48
%14.39
%0
%48.24

Codes

Color #447184 in popluar color models

447184
RGB68113132
HSL198°32.00%39.22%
HSB/HSV198°48.48%51.76%
CMYK48.48%14.39%0.00%
48.24%

Color #447184 in popluar number systems.

HEX447184
Decimal68113132
Binary1000100111000110000100
Octal104161204

Shades and tints

Shades of #447184

#447184
(68,113,132)
#3E6778
(62,103,120)
#385D6C
(56,93,108)
#325360
(50,83,96)
#2C4954
(44,73,84)
#263F48
(38,63,72)
#20353C
(32,53,60)
#1A2B30
(26,43,48)
#142124
(20,33,36)
#0E1718
(14,23,24)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #447184

#447184
(68,113,132)
#557D8F
(85,125,143)
#66899A
(102,137,154)
#7795A5
(119,149,165)
#88A1B0
(136,161,176)
#99ADBB
(153,173,187)
#AAB9C6
(170,185,198)
#BBC5D1
(187,197,209)
#CCD1DC
(204,209,220)
#DDDDE7
(221,221,231)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447184 color. Also use rgb(68,113,132) instead hex code.

Text Font Color

.myTextColor { color: #447184; }

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

This text font color is #447184.


Background Color

.myBgColor { background-color: #447184; }

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

This div background color is #447184.


Border color

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

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

This div border color is #447184.


Opacity

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

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

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

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

This text has shadow with #447184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447184 on black background.


Color preview on white background

This text has color #447184 on white background.



Black color preview on #447184 background

This text has black color on #447184 background.


White color preview on #447184 background

This text has white color on #447184 background.