COLOR #449E54

HEX: #449E54 RGB: (68,158,84)

Color info

#449E54 contains mainly green color. Web safe color of #449E54 is #339966 (or #396).

RGB color model

#449E54 color RGB value is (68,158,84).

RGB: (68,158,84) (27%, 62%, 33%)

RGB channels and saturation

R 68 of 255 = 27%
G 158 of 255 = 62%
B 84 of 255 = 33%

68
158
84

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

Portions of RGB colors in percentages

R + G + B = 68 + 158 + 84 = 310 (100%)
R 68 of 310 ~ 21.94%
G 158 of 310 ~ 50.97%
B 84 of 310 ~ 27.1'%

%21.94
%50.97
%27.1

CMYK color model

#449E54 color CMYK value is (57,0,47,38).

  • cyan value is 56.96%
  • magenta value is 0.00%
  • yellow value is 46.84%
  • key color value is 38.04%

CMYK: (57,0,47,38)
C57M0Y47K38 (57%, 0%, 47%, 38%)
(0.57 / 0.00 / 0.47 / 0.38)

CMYK percentages

%56.96
%0
%46.84
%38.04

Codes

Color #449E54 in popluar color models

44 9E 54
RGB 68 158 84
HSL 131° 39.82% 44.31%
HSB/HSV 131° 56.96% 61.96%
CMYK 56.96% 0.00% 46.84%
38.04%

Color #449E54 in popluar number systems.

HEX 44 9E 54
Decimal 68 158 84
Binary 1000100 10011110 1010100
Octal 104 236 124

Shades and tints

Shades of #449E54

#449E54
(68,158,84)
#3E904D
(62,144,77)
#388246
(56,130,70)
#32743F
(50,116,63)
#2C6638
(44,102,56)
#265831
(38,88,49)
#204A2A
(32,74,42)
#1A3C23
(26,60,35)
#142E1C
(20,46,28)
#0E2015
(14,32,21)
#08120E
(8,18,14)
#000000
(0,0,0)

Tints of #449E54

#449E54
(68,158,84)
#55A663
(85,166,99)
#66AE72
(102,174,114)
#77B681
(119,182,129)
#88BE90
(136,190,144)
#99C69F
(153,198,159)
#AACEAE
(170,206,174)
#BBD6BD
(187,214,189)
#CCDECC
(204,222,204)
#DDE6DB
(221,230,219)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449E54 color. Also use rgb(68,158,84) instead hex code.

Text Font Color

.myTextColor { color: #449E54; }

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

This text font color is #449E54.

Background Color

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

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

This div background color is #449E54.

Border color

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

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

This div border color is #449E54.

Opacity

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

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

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

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

This text has shadow with #449E54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #449E54.

Preview

Color preview on black background

This text has color #449E54 on black background.


Color preview on white background

This text has color #449E54 on white background.


Black color preview on #449E54 background

This text has black color on #449E54 background.


White color preview on #449E54 background

This text has white color on #449E54 background.


Related colors

Complementary color

Complementary color for #hex is #BB61AB.


I love getcolorcode.com

Triadic colors

1 #54449E and #9E5444 with #449E54 are triadic colors.

2 #549E44 and #9E4454 with #449E54 are triadic colors.