COLOR #449C87

HEX: #449C87
RGB: (68,156,135)

Color info

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

RGB color model

#449C87 color RGB value is (68,156,135).

  • red value is 68;
  • green value is 156;
  • blue value is 135.
RGB:
(68,156,135)
(27%,61%,53%)

RGB channels and saturation

R 68 of 255 = 27%
G 156 of 255 = 61%
B 135 of 255 = 53%

68
156
135

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

Portions of RGB colors in percentages

R + G + B =
68 + 156 + 135 = 359 (100%)
R 68 of 359 ~ 18.94%
G 156 of 359 ~ 43.45%
B 135 of 359 ~ 37.6%

%18.94
%43.45
%37.6

CMYK color model

#449C87 color CMYK value is (56,0,13,39).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(56,0,13,39)
C56M0Y13K39 
(56%,0%,13%,39%)
(0.56/0.00/0.13/0.39)	

CMYK percentages

%56.41
%0
%13.46
%38.82

Codes

Color #449C87 in popluar color models

449C87
RGB68156135
HSL166°39.29%43.92%
HSB/HSV166°56.41%61.18%
CMYK56.41%0.00%13.46%
38.82%

Color #449C87 in popluar number systems.

HEX449C87
Decimal68156135
Binary10001001001110010000111
Octal104234207

Shades and tints

Shades of #449C87

#449C87
(68,156,135)
#3E8E7B
(62,142,123)
#38806F
(56,128,111)
#327263
(50,114,99)
#2C6457
(44,100,87)
#26564B
(38,86,75)
#20483F
(32,72,63)
#1A3A33
(26,58,51)
#142C27
(20,44,39)
#0E1E1B
(14,30,27)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #449C87

#449C87
(68,156,135)
#55A591
(85,165,145)
#66AE9B
(102,174,155)
#77B7A5
(119,183,165)
#88C0AF
(136,192,175)
#99C9B9
(153,201,185)
#AAD2C3
(170,210,195)
#BBDBCD
(187,219,205)
#CCE4D7
(204,228,215)
#DDEDE1
(221,237,225)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449C87 color. Also use rgb(68,156,135) instead hex code.

Text Font Color

.myTextColor { color: #449C87; }

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

This text font color is #449C87.


Background Color

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

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

This div background color is #449C87.


Border color

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

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

This div border color is #449C87.


Opacity

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

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

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

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

This text has shadow with #449C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449C87 on black background.


Color preview on white background

This text has color #449C87 on white background.



Black color preview on #449C87 background

This text has black color on #449C87 background.


White color preview on #449C87 background

This text has white color on #449C87 background.