COLOR #449262

HEX: #449262
RGB: (68,146,98)

Color info

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

RGB color model

#449262 color RGB value is (68,146,98).

  • red value is 68;
  • green value is 146;
  • blue value is 98.
RGB:
(68,146,98)
(27%,57%,38%)

RGB channels and saturation

R 68 of 255 = 27%
G 146 of 255 = 57%
B 98 of 255 = 38%

68
146
98

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

Portions of RGB colors in percentages

R + G + B =
68 + 146 + 98 = 312 (100%)
R 68 of 312 ~ 21.79%
G 146 of 312 ~ 46.79%
B 98 of 312 ~ 31.41%

%21.79
%46.79
%31.41

CMYK color model

#449262 color CMYK value is (53,0,33,43).

  • cyan value is 53.42%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 42.75%
CMYK:
(53,0,33,43)
C53M0Y33K43 
(53%,0%,33%,43%)
(0.53/0.00/0.33/0.43)	

CMYK percentages

%53.42
%0
%32.88
%42.75

Codes

Color #449262 in popluar color models

449262
RGB6814698
HSL143°36.45%41.96%
HSB/HSV143°53.42%57.25%
CMYK53.42%0.00%32.88%
42.75%

Color #449262 in popluar number systems.

HEX449262
Decimal6814698
Binary1000100100100101100010
Octal104222142

Shades and tints

Shades of #449262

#449262
(68,146,98)
#3E855A
(62,133,90)
#387852
(56,120,82)
#326B4A
(50,107,74)
#2C5E42
(44,94,66)
#26513A
(38,81,58)
#204432
(32,68,50)
#1A372A
(26,55,42)
#142A22
(20,42,34)
#0E1D1A
(14,29,26)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #449262

#449262
(68,146,98)
#559B70
(85,155,112)
#66A47E
(102,164,126)
#77AD8C
(119,173,140)
#88B69A
(136,182,154)
#99BFA8
(153,191,168)
#AAC8B6
(170,200,182)
#BBD1C4
(187,209,196)
#CCDAD2
(204,218,210)
#DDE3E0
(221,227,224)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449262 color. Also use rgb(68,146,98) instead hex code.

Text Font Color

.myTextColor { color: #449262; }

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

This text font color is #449262.


Background Color

.myBgColor { background-color: #449262; }

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

This div background color is #449262.


Border color

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

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

This div border color is #449262.


Opacity

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

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

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

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

This text has shadow with #449262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449262 on black background.


Color preview on white background

This text has color #449262 on white background.



Black color preview on #449262 background

This text has black color on #449262 background.


White color preview on #449262 background

This text has white color on #449262 background.