COLOR #449384

HEX: #449384
RGB: (68,147,132)

Color info

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

RGB color model

#449384 color RGB value is (68,147,132).

  • red value is 68;
  • green value is 147;
  • blue value is 132.
RGB:
(68,147,132)
(27%,58%,52%)

RGB channels and saturation

R 68 of 255 = 27%
G 147 of 255 = 58%
B 132 of 255 = 52%

68
147
132

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

Portions of RGB colors in percentages

R + G + B =
68 + 147 + 132 = 347 (100%)
R 68 of 347 ~ 19.6%
G 147 of 347 ~ 42.36%
B 132 of 347 ~ 38.04%

%19.6
%42.36
%38.04

CMYK color model

#449384 color CMYK value is (54,0,10,42).

  • cyan value is 53.74%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 42.35%
CMYK:
(54,0,10,42)
C54M0Y10K42 
(54%,0%,10%,42%)
(0.54/0.00/0.10/0.42)	

CMYK percentages

%53.74
%0
%10.2
%42.35

Codes

Color #449384 in popluar color models

449384
RGB68147132
HSL169°36.74%42.16%
HSB/HSV169°53.74%57.65%
CMYK53.74%0.00%10.20%
42.35%

Color #449384 in popluar number systems.

HEX449384
Decimal68147132
Binary10001001001001110000100
Octal104223204

Shades and tints

Shades of #449384

#449384
(68,147,132)
#3E8678
(62,134,120)
#38796C
(56,121,108)
#326C60
(50,108,96)
#2C5F54
(44,95,84)
#265248
(38,82,72)
#20453C
(32,69,60)
#1A3830
(26,56,48)
#142B24
(20,43,36)
#0E1E18
(14,30,24)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #449384

#449384
(68,147,132)
#559C8F
(85,156,143)
#66A59A
(102,165,154)
#77AEA5
(119,174,165)
#88B7B0
(136,183,176)
#99C0BB
(153,192,187)
#AAC9C6
(170,201,198)
#BBD2D1
(187,210,209)
#CCDBDC
(204,219,220)
#DDE4E7
(221,228,231)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449384 color. Also use rgb(68,147,132) instead hex code.

Text Font Color

.myTextColor { color: #449384; }

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

This text font color is #449384.


Background Color

.myBgColor { background-color: #449384; }

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

This div background color is #449384.


Border color

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

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

This div border color is #449384.


Opacity

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

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

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

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

This text has shadow with #449384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449384 on black background.


Color preview on white background

This text has color #449384 on white background.



Black color preview on #449384 background

This text has black color on #449384 background.


White color preview on #449384 background

This text has white color on #449384 background.