COLOR #449587

HEX: #449587
RGB: (68,149,135)

Color info

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

RGB color model

#449587 color RGB value is (68,149,135).

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

RGB channels and saturation

R 68 of 255 = 27%
G 149 of 255 = 58%
B 135 of 255 = 53%

68
149
135

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

Portions of RGB colors in percentages

R + G + B =
68 + 149 + 135 = 352 (100%)
R 68 of 352 ~ 19.32%
G 149 of 352 ~ 42.33%
B 135 of 352 ~ 38.35%

%19.32
%42.33
%38.35

CMYK color model

#449587 color CMYK value is (54,0,9,42).

  • cyan value is 54.36%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 41.57%
CMYK:
(54,0,9,42)
C54M0Y9K42 
(54%,0%,9%,42%)
(0.54/0.00/0.09/0.42)	

CMYK percentages

%54.36
%0
%9.4
%41.57

Codes

Color #449587 in popluar color models

449587
RGB68149135
HSL170°37.33%42.55%
HSB/HSV170°54.36%58.43%
CMYK54.36%0.00%9.40%
41.57%

Color #449587 in popluar number systems.

HEX449587
Decimal68149135
Binary10001001001010110000111
Octal104225207

Shades and tints

Shades of #449587

#449587
(68,149,135)
#3E887B
(62,136,123)
#387B6F
(56,123,111)
#326E63
(50,110,99)
#2C6157
(44,97,87)
#26544B
(38,84,75)
#20473F
(32,71,63)
#1A3A33
(26,58,51)
#142D27
(20,45,39)
#0E201B
(14,32,27)
#08130F
(8,19,15)
#000000
(0,0,0)

Tints of #449587

#449587
(68,149,135)
#559E91
(85,158,145)
#66A79B
(102,167,155)
#77B0A5
(119,176,165)
#88B9AF
(136,185,175)
#99C2B9
(153,194,185)
#AACBC3
(170,203,195)
#BBD4CD
(187,212,205)
#CCDDD7
(204,221,215)
#DDE6E1
(221,230,225)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #449587; }

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

This text font color is #449587.


Background Color

.myBgColor { background-color: #449587; }

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

This div background color is #449587.


Border color

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

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

This div border color is #449587.


Opacity

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

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

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

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

This text has shadow with #449587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449587 on black background.


Color preview on white background

This text has color #449587 on white background.



Black color preview on #449587 background

This text has black color on #449587 background.


White color preview on #449587 background

This text has white color on #449587 background.