COLOR #449173

HEX: #449173
RGB: (68,145,115)

Color info

#449173 contains mainly green and blue colors. Web safe color of #449173 is #339966 (or #396).

RGB color model

#449173 color RGB value is (68,145,115).

  • red value is 68;
  • green value is 145;
  • blue value is 115.
RGB:
(68,145,115)
(27%,57%,45%)

RGB channels and saturation

R 68 of 255 = 27%
G 145 of 255 = 57%
B 115 of 255 = 45%

68
145
115

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

Portions of RGB colors in percentages

R + G + B =
68 + 145 + 115 = 328 (100%)
R 68 of 328 ~ 20.73%
G 145 of 328 ~ 44.21%
B 115 of 328 ~ 35.06%

%20.73
%44.21
%35.06

CMYK color model

#449173 color CMYK value is (53,0,21,43).

  • cyan value is 53.10%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 43.14%
CMYK:
(53,0,21,43)
C53M0Y21K43 
(53%,0%,21%,43%)
(0.53/0.00/0.21/0.43)	

CMYK percentages

%53.1
%0
%20.69
%43.14

Codes

Color #449173 in popluar color models

449173
RGB68145115
HSL157°36.15%41.76%
HSB/HSV157°53.10%56.86%
CMYK53.10%0.00%20.69%
43.14%

Color #449173 in popluar number systems.

HEX449173
Decimal68145115
Binary1000100100100011110011
Octal104221163

Shades and tints

Shades of #449173

#449173
(68,145,115)
#3E8469
(62,132,105)
#38775F
(56,119,95)
#326A55
(50,106,85)
#2C5D4B
(44,93,75)
#265041
(38,80,65)
#204337
(32,67,55)
#1A362D
(26,54,45)
#142923
(20,41,35)
#0E1C19
(14,28,25)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #449173

#449173
(68,145,115)
#559B7F
(85,155,127)
#66A58B
(102,165,139)
#77AF97
(119,175,151)
#88B9A3
(136,185,163)
#99C3AF
(153,195,175)
#AACDBB
(170,205,187)
#BBD7C7
(187,215,199)
#CCE1D3
(204,225,211)
#DDEBDF
(221,235,223)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449173 color. Also use rgb(68,145,115) instead hex code.

Text Font Color

.myTextColor { color: #449173; }

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

This text font color is #449173.


Background Color

.myBgColor { background-color: #449173; }

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

This div background color is #449173.


Border color

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

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

This div border color is #449173.


Opacity

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

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

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

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

This text has shadow with #449173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449173 on black background.


Color preview on white background

This text has color #449173 on white background.



Black color preview on #449173 background

This text has black color on #449173 background.


White color preview on #449173 background

This text has white color on #449173 background.