COLOR #449B3F

HEX: #449B3F RGB: (68,155,63)

Color info

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

RGB color model

#449B3F color RGB value is (68,155,63).

RGB: (68,155,63) (27%, 61%, 25%)

RGB channels and saturation

R 68 of 255 = 27%
G 155 of 255 = 61%
B 63 of 255 = 25%

68
155
63

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

Portions of RGB colors in percentages

R + G + B = 68 + 155 + 63 = 286 (100%)
R 68 of 286 ~ 23.78%
G 155 of 286 ~ 54.2%
B 63 of 286 ~ 22.03'%

%23.78
%54.2
%22.03

CMYK color model

#449B3F color CMYK value is (56,0,59,39).

  • cyan value is 56.13%
  • magenta value is 0.00%
  • yellow value is 59.35%
  • key color value is 39.22%

CMYK: (56,0,59,39)
C56M0Y59K39 (56%, 0%, 59%, 39%)
(0.56 / 0.00 / 0.59 / 0.39)

CMYK percentages

%56.13
%0
%59.35
%39.22

Codes

Color #449B3F in popluar color models

44 9B 3F
RGB 68 155 63
HSL 117° 42.20% 42.75%
HSB/HSV 117° 59.35% 60.78%
CMYK 56.13% 0.00% 59.35%
39.22%

Color #449B3F in popluar number systems.

HEX 44 9B 3F
Decimal 68 155 63
Binary 1000100 10011011 111111
Octal 104 233 77

Shades and tints

Shades of #449B3F

#449B3F
(68,155,63)
#3E8D3A
(62,141,58)
#387F35
(56,127,53)
#327130
(50,113,48)
#2C632B
(44,99,43)
#265526
(38,85,38)
#204721
(32,71,33)
#1A391C
(26,57,28)
#142B17
(20,43,23)
#0E1D12
(14,29,18)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #449B3F

#449B3F
(68,155,63)
#55A450
(85,164,80)
#66AD61
(102,173,97)
#77B672
(119,182,114)
#88BF83
(136,191,131)
#99C894
(153,200,148)
#AAD1A5
(170,209,165)
#BBDAB6
(187,218,182)
#CCE3C7
(204,227,199)
#DDECD8
(221,236,216)
#EEF5E9
(238,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449B3F color. Also use rgb(68,155,63) instead hex code.

Text Font Color

.myTextColor { color: #449B3F; }

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

This text font color is #449B3F.

Background Color

.myBgColor { background-color: #449B3F; }

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

This div background color is #449B3F.

Border color

.myBorderColor { border: 1px solid #449B3F; }

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

This div border color is #449B3F.

Opacity

.myOpacity80 { color: #449B3F; opacity: 0.8; }

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

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

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

This text has shadow with #449B3F color.


.textShadow {text-shadow: 3px 3px 1px #449B3F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #449B3F; -webkit-box-shadow: 1px 1px 3px 2px #449B3F; box-shadow:1px 1px 3px 2px #449B3F;">
Div content here
</div>

This div box has shadow with color #449B3F.

Preview

Color preview on black background

This text has color #449B3F on black background.


Color preview on white background

This text has color #449B3F on white background.


Black color preview on #449B3F background

This text has black color on #449B3F background.


White color preview on #449B3F background

This text has white color on #449B3F background.


Related colors

Complementary color

Complementary color for #hex is #BB64C0.


I love getcolorcode.com

Triadic colors

1 #3F449B and #9B3F44 with #449B3F are triadic colors.

2 #3F9B44 and #9B443F with #449B3F are triadic colors.