COLOR #449B5D

HEX: #449B5D
RGB: (68,155,93)

Color info

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

RGB color model

#449B5D color RGB value is (68,155,93).

  • red value is 68;
  • green value is 155;
  • blue value is 93.
RGB:
(68,155,93)
(27%,61%,36%)

RGB channels and saturation

R 68 of 255 = 27%
G 155 of 255 = 61%
B 93 of 255 = 36%

68
155
93

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

Portions of RGB colors in percentages

R + G + B =
68 + 155 + 93 = 316 (100%)
R 68 of 316 ~ 21.52%
G 155 of 316 ~ 49.05%
B 93 of 316 ~ 29.43%

%21.52
%49.05
%29.43

CMYK color model

#449B5D color CMYK value is (56,0,40,39).

  • cyan value is 56.13%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 39.22%
CMYK:
(56,0,40,39)
C56M0Y40K39 
(56%,0%,40%,39%)
(0.56/0.00/0.40/0.39)	

CMYK percentages

%56.13
%0
%40
%39.22

Codes

Color #449B5D in popluar color models

449B5D
RGB6815593
HSL137°39.01%43.73%
HSB/HSV137°56.13%60.78%
CMYK56.13%0.00%40.00%
39.22%

Color #449B5D in popluar number systems.

HEX449B5D
Decimal6815593
Binary1000100100110111011101
Octal104233135

Shades and tints

Shades of #449B5D

#449B5D
(68,155,93)
#3E8D55
(62,141,85)
#387F4D
(56,127,77)
#327145
(50,113,69)
#2C633D
(44,99,61)
#265535
(38,85,53)
#20472D
(32,71,45)
#1A3925
(26,57,37)
#142B1D
(20,43,29)
#0E1D15
(14,29,21)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #449B5D

#449B5D
(68,155,93)
#55A46B
(85,164,107)
#66AD79
(102,173,121)
#77B687
(119,182,135)
#88BF95
(136,191,149)
#99C8A3
(153,200,163)
#AAD1B1
(170,209,177)
#BBDABF
(187,218,191)
#CCE3CD
(204,227,205)
#DDECDB
(221,236,219)
#EEF5E9
(238,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449B5D color. Also use rgb(68,155,93) instead hex code.

Text Font Color

.myTextColor { color: #449B5D; }

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

This text font color is #449B5D.


Background Color

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

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

This div background color is #449B5D.


Border color

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

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

This div border color is #449B5D.


Opacity

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

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

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

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

This text has shadow with #449B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449B5D on black background.


Color preview on white background

This text has color #449B5D on white background.



Black color preview on #449B5D background

This text has black color on #449B5D background.


White color preview on #449B5D background

This text has white color on #449B5D background.