COLOR #449DA6

HEX: #449DA6 RGB: (68,157,166)

Color info

#449DA6 contains mainly green and blue colors. Web safe color of #449DA6 is #339999 (or #399).

RGB color model

#449DA6 color RGB value is (68,157,166).

RGB: (68,157,166) (27%, 62%, 65%)

RGB channels and saturation

R 68 of 255 = 27%
G 157 of 255 = 62%
B 166 of 255 = 65%

68
157
166

R + G + B ~ 51%. #449DA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 68 + 157 + 166 = 391 (100%)
R 68 of 391 ~ 17.39%
G 157 of 391 ~ 40.15%
B 166 of 391 ~ 42.46'%

%17.39
%40.15
%42.46

CMYK color model

#449DA6 color CMYK value is (59,5,0,35).

  • cyan value is 59.04%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (59,5,0,35)
C59M5Y0K35 (59%, 5%, 0%, 35%)
(0.59 / 0.05 / 0.00 / 0.35)

CMYK percentages

%59.04
%5.42
%0
%34.9

Codes

Color #449DA6 in popluar color models

44 9D A6
RGB 68 157 166
HSL 186° 41.88% 45.88%
HSB/HSV 186° 59.04% 65.10%
CMYK 59.04% 5.42% 0.00%
34.90%

Color #449DA6 in popluar number systems.

HEX 44 9D A6
Decimal 68 157 166
Binary 1000100 10011101 10100110
Octal 104 235 246

Shades and tints

Shades of #449DA6

#449DA6
(68,157,166)
#3E8F97
(62,143,151)
#388188
(56,129,136)
#327379
(50,115,121)
#2C656A
(44,101,106)
#26575B
(38,87,91)
#20494C
(32,73,76)
#1A3B3D
(26,59,61)
#142D2E
(20,45,46)
#0E1F1F
(14,31,31)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #449DA6

#449DA6
(68,157,166)
#55A5AE
(85,165,174)
#66ADB6
(102,173,182)
#77B5BE
(119,181,190)
#88BDC6
(136,189,198)
#99C5CE
(153,197,206)
#AACDD6
(170,205,214)
#BBD5DE
(187,213,222)
#CCDDE6
(204,221,230)
#DDE5EE
(221,229,238)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449DA6 color. Also use rgb(68,157,166) instead hex code.

Text Font Color

.myTextColor { color: #449DA6; }

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

This text font color is #449DA6.

Background Color

.myBgColor { background-color: #449DA6; }

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

This div background color is #449DA6.

Border color

.myBorderColor { border: 1px solid #449DA6; }

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

This div border color is #449DA6.

Opacity

.myOpacity80 { color: #449DA6; opacity: 0.8; }

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

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

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

This text has shadow with #449DA6 color.


.textShadow {text-shadow: 3px 3px 1px #449DA6', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #449DA6; -webkit-box-shadow: 1px 1px 3px 2px #449DA6; box-shadow:1px 1px 3px 2px #449DA6;">
Div content here
</div>

This div box has shadow with color #449DA6.

Preview

Color preview on black background

This text has color #449DA6 on black background.


Color preview on white background

This text has color #449DA6 on white background.


Black color preview on #449DA6 background

This text has black color on #449DA6 background.


White color preview on #449DA6 background

This text has white color on #449DA6 background.


Related colors

Complementary color

Complementary color for #hex is #BB6259.


I love getcolorcode.com

Triadic colors

1 #A6449D and #9DA644 with #449DA6 are triadic colors.

2 #A69D44 and #9D44A6 with #449DA6 are triadic colors.