COLOR #449645

HEX: #449645
RGB: (68,150,69)

Color info

#449645 contains mainly green color. Web safe color of #449645 is #339933 (or #393).

RGB color model

#449645 color RGB value is (68,150,69).

  • red value is 68;
  • green value is 150;
  • blue value is 69.
RGB:
(68,150,69)
(27%,59%,27%)

RGB channels and saturation

R 68 of 255 = 27%
G 150 of 255 = 59%
B 69 of 255 = 27%

68
150
69

R + G + B ~ 38%. #449645 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 150 + 69 = 287 (100%)
R 68 of 287 ~ 23.69%
G 150 of 287 ~ 52.26%
B 69 of 287 ~ 24.04%

%23.69
%52.26
%24.04

CMYK color model

#449645 color CMYK value is (55,0,54,41).

  • cyan value is 54.67%
  • magenta value is 0.00%
  • yellow value is 54.00%
  • key color value is 41.18%
CMYK:
(55,0,54,41)
C55M0Y54K41 
(55%,0%,54%,41%)
(0.55/0.00/0.54/0.41)	

CMYK percentages

%54.67
%0
%54
%41.18

Codes

Color #449645 in popluar color models

449645
RGB6815069
HSL121°37.61%42.75%
HSB/HSV121°54.67%58.82%
CMYK54.67%0.00%54.00%
41.18%

Color #449645 in popluar number systems.

HEX449645
Decimal6815069
Binary1000100100101101000101
Octal104226105

Shades and tints

Shades of #449645

#449645
(68,150,69)
#3E893F
(62,137,63)
#387C39
(56,124,57)
#326F33
(50,111,51)
#2C622D
(44,98,45)
#265527
(38,85,39)
#204821
(32,72,33)
#1A3B1B
(26,59,27)
#142E15
(20,46,21)
#0E210F
(14,33,15)
#081409
(8,20,9)
#000000
(0,0,0)

Tints of #449645

#449645
(68,150,69)
#559F55
(85,159,85)
#66A865
(102,168,101)
#77B175
(119,177,117)
#88BA85
(136,186,133)
#99C395
(153,195,149)
#AACCA5
(170,204,165)
#BBD5B5
(187,213,181)
#CCDEC5
(204,222,197)
#DDE7D5
(221,231,213)
#EEF0E5
(238,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449645 color. Also use rgb(68,150,69) instead hex code.

Text Font Color

.myTextColor { color: #449645; }

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

This text font color is #449645.


Background Color

.myBgColor { background-color: #449645; }

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

This div background color is #449645.


Border color

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

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

This div border color is #449645.


Opacity

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

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

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

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

This text has shadow with #449645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449645 on black background.


Color preview on white background

This text has color #449645 on white background.



Black color preview on #449645 background

This text has black color on #449645 background.


White color preview on #449645 background

This text has white color on #449645 background.