COLOR #449461

HEX: #449461
RGB: (68,148,97)

Color info

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

RGB color model

#449461 color RGB value is (68,148,97).

  • red value is 68;
  • green value is 148;
  • blue value is 97.
RGB:
(68,148,97)
(27%,58%,38%)

RGB channels and saturation

R 68 of 255 = 27%
G 148 of 255 = 58%
B 97 of 255 = 38%

68
148
97

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

Portions of RGB colors in percentages

R + G + B =
68 + 148 + 97 = 313 (100%)
R 68 of 313 ~ 21.73%
G 148 of 313 ~ 47.28%
B 97 of 313 ~ 30.99%

%21.73
%47.28
%30.99

CMYK color model

#449461 color CMYK value is (54,0,34,42).

  • cyan value is 54.05%
  • magenta value is 0.00%
  • yellow value is 34.46%
  • key color value is 41.96%
CMYK:
(54,0,34,42)
C54M0Y34K42 
(54%,0%,34%,42%)
(0.54/0.00/0.34/0.42)	

CMYK percentages

%54.05
%0
%34.46
%41.96

Codes

Color #449461 in popluar color models

449461
RGB6814897
HSL142°37.04%42.35%
HSB/HSV142°54.05%58.04%
CMYK54.05%0.00%34.46%
41.96%

Color #449461 in popluar number systems.

HEX449461
Decimal6814897
Binary1000100100101001100001
Octal104224141

Shades and tints

Shades of #449461

#449461
(68,148,97)
#3E8759
(62,135,89)
#387A51
(56,122,81)
#326D49
(50,109,73)
#2C6041
(44,96,65)
#265339
(38,83,57)
#204631
(32,70,49)
#1A3929
(26,57,41)
#142C21
(20,44,33)
#0E1F19
(14,31,25)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #449461

#449461
(68,148,97)
#559D6F
(85,157,111)
#66A67D
(102,166,125)
#77AF8B
(119,175,139)
#88B899
(136,184,153)
#99C1A7
(153,193,167)
#AACAB5
(170,202,181)
#BBD3C3
(187,211,195)
#CCDCD1
(204,220,209)
#DDE5DF
(221,229,223)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449461 color. Also use rgb(68,148,97) instead hex code.

Text Font Color

.myTextColor { color: #449461; }

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

This text font color is #449461.


Background Color

.myBgColor { background-color: #449461; }

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

This div background color is #449461.


Border color

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

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

This div border color is #449461.


Opacity

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

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

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

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

This text has shadow with #449461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449461 on black background.


Color preview on white background

This text has color #449461 on white background.



Black color preview on #449461 background

This text has black color on #449461 background.


White color preview on #449461 background

This text has white color on #449461 background.