COLOR #449375

HEX: #449375
RGB: (68,147,117)

Color info

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

RGB color model

#449375 color RGB value is (68,147,117).

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

RGB channels and saturation

R 68 of 255 = 27%
G 147 of 255 = 58%
B 117 of 255 = 46%

68
147
117

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

Portions of RGB colors in percentages

R + G + B =
68 + 147 + 117 = 332 (100%)
R 68 of 332 ~ 20.48%
G 147 of 332 ~ 44.28%
B 117 of 332 ~ 35.24%

%20.48
%44.28
%35.24

CMYK color model

#449375 color CMYK value is (54,0,20,42).

  • cyan value is 53.74%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 42.35%
CMYK:
(54,0,20,42)
C54M0Y20K42 
(54%,0%,20%,42%)
(0.54/0.00/0.20/0.42)	

CMYK percentages

%53.74
%0
%20.41
%42.35

Codes

Color #449375 in popluar color models

449375
RGB68147117
HSL157°36.74%42.16%
HSB/HSV157°53.74%57.65%
CMYK53.74%0.00%20.41%
42.35%

Color #449375 in popluar number systems.

HEX449375
Decimal68147117
Binary1000100100100111110101
Octal104223165

Shades and tints

Shades of #449375

#449375
(68,147,117)
#3E866B
(62,134,107)
#387961
(56,121,97)
#326C57
(50,108,87)
#2C5F4D
(44,95,77)
#265243
(38,82,67)
#204539
(32,69,57)
#1A382F
(26,56,47)
#142B25
(20,43,37)
#0E1E1B
(14,30,27)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #449375

#449375
(68,147,117)
#559C81
(85,156,129)
#66A58D
(102,165,141)
#77AE99
(119,174,153)
#88B7A5
(136,183,165)
#99C0B1
(153,192,177)
#AAC9BD
(170,201,189)
#BBD2C9
(187,210,201)
#CCDBD5
(204,219,213)
#DDE4E1
(221,228,225)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #449375; }

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

This text font color is #449375.


Background Color

.myBgColor { background-color: #449375; }

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

This div background color is #449375.


Border color

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

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

This div border color is #449375.


Opacity

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

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

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

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

This text has shadow with #449375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449375 on black background.


Color preview on white background

This text has color #449375 on white background.



Black color preview on #449375 background

This text has black color on #449375 background.


White color preview on #449375 background

This text has white color on #449375 background.