COLOR #449588

HEX: #449588
RGB: (68,149,136)

Color info

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

RGB color model

#449588 color RGB value is (68,149,136).

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

RGB channels and saturation

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

68
149
136

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

Portions of RGB colors in percentages

R + G + B =
68 + 149 + 136 = 353 (100%)
R 68 of 353 ~ 19.26%
G 149 of 353 ~ 42.21%
B 136 of 353 ~ 38.53%

%19.26
%42.21
%38.53

CMYK color model

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

  • cyan value is 54.36%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • 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
%8.72
%41.57

Codes

Color #449588 in popluar color models

449588
RGB68149136
HSL170°37.33%42.55%
HSB/HSV170°54.36%58.43%
CMYK54.36%0.00%8.72%
41.57%

Color #449588 in popluar number systems.

HEX449588
Decimal68149136
Binary10001001001010110001000
Octal104225210

Shades and tints

Shades of #449588

#449588
(68,149,136)
#3E887C
(62,136,124)
#387B70
(56,123,112)
#326E64
(50,110,100)
#2C6158
(44,97,88)
#26544C
(38,84,76)
#204740
(32,71,64)
#1A3A34
(26,58,52)
#142D28
(20,45,40)
#0E201C
(14,32,28)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #449588

#449588
(68,149,136)
#559E92
(85,158,146)
#66A79C
(102,167,156)
#77B0A6
(119,176,166)
#88B9B0
(136,185,176)
#99C2BA
(153,194,186)
#AACBC4
(170,203,196)
#BBD4CE
(187,212,206)
#CCDDD8
(204,221,216)
#DDE6E2
(221,230,226)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #449588; }

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

This text font color is #449588.


Background Color

.myBgColor { background-color: #449588; }

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

This div background color is #449588.


Border color

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

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

This div border color is #449588.


Opacity

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

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

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

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

This text has shadow with #449588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449588 on black background.


Color preview on white background

This text has color #449588 on white background.



Black color preview on #449588 background

This text has black color on #449588 background.


White color preview on #449588 background

This text has white color on #449588 background.