COLOR #449F88

HEX: #449F88 RGB: (68,159,136)

Color info

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

RGB color model

#449F88 color RGB value is (68,159,136).

RGB: (68,159,136) (27%, 62%, 53%)

RGB channels and saturation

R 68 of 255 = 27%
G 159 of 255 = 62%
B 136 of 255 = 53%

68
159
136

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

Portions of RGB colors in percentages

R + G + B = 68 + 159 + 136 = 363 (100%)
R 68 of 363 ~ 18.73%
G 159 of 363 ~ 43.8%
B 136 of 363 ~ 37.47'%

%18.73
%43.8
%37.47

CMYK color model

#449F88 color CMYK value is (57,0,14,38).

  • cyan value is 57.23%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 37.65%

CMYK: (57,0,14,38)
C57M0Y14K38 (57%, 0%, 14%, 38%)
(0.57 / 0.00 / 0.14 / 0.38)

CMYK percentages

%57.23
%0
%14.47
%37.65

Codes

Color #449F88 in popluar color models

44 9F 88
RGB 68 159 136
HSL 165° 40.09% 44.51%
HSB/HSV 165° 57.23% 62.35%
CMYK 57.23% 0.00% 14.47%
37.65%

Color #449F88 in popluar number systems.

HEX 44 9F 88
Decimal 68 159 136
Binary 1000100 10011111 10001000
Octal 104 237 210

Shades and tints

Shades of #449F88

#449F88
(68,159,136)
#3E917C
(62,145,124)
#388370
(56,131,112)
#327564
(50,117,100)
#2C6758
(44,103,88)
#26594C
(38,89,76)
#204B40
(32,75,64)
#1A3D34
(26,61,52)
#142F28
(20,47,40)
#0E211C
(14,33,28)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #449F88

#449F88
(68,159,136)
#55A792
(85,167,146)
#66AF9C
(102,175,156)
#77B7A6
(119,183,166)
#88BFB0
(136,191,176)
#99C7BA
(153,199,186)
#AACFC4
(170,207,196)
#BBD7CE
(187,215,206)
#CCDFD8
(204,223,216)
#DDE7E2
(221,231,226)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449F88 color. Also use rgb(68,159,136) instead hex code.

Text Font Color

.myTextColor { color: #449F88; }

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

This text font color is #449F88.

Background Color

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

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

This div background color is #449F88.

Border color

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

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

This div border color is #449F88.

Opacity

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

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

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

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

This text has shadow with #449F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #449F88.

Preview

Color preview on black background

This text has color #449F88 on black background.


Color preview on white background

This text has color #449F88 on white background.


Black color preview on #449F88 background

This text has black color on #449F88 background.


White color preview on #449F88 background

This text has white color on #449F88 background.


Related colors

Complementary color

Complementary color for #hex is #BB6077.


I love getcolorcode.com

Triadic colors

1 #88449F and #9F8844 with #449F88 are triadic colors.

2 #889F44 and #9F4488 with #449F88 are triadic colors.