COLOR #448E47

HEX: #448E47
RGB: (68,142,71)

Color info

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

RGB color model

#448E47 color RGB value is (68,142,71).

  • red value is 68;
  • green value is 142;
  • blue value is 71.
RGB:
(68,142,71)
(27%,56%,28%)

RGB channels and saturation

R 68 of 255 = 27%
G 142 of 255 = 56%
B 71 of 255 = 28%

68
142
71

R + G + B ~ 37%. #448E47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 142 + 71 = 281 (100%)
R 68 of 281 ~ 24.2%
G 142 of 281 ~ 50.53%
B 71 of 281 ~ 25.27%

%24.2
%50.53
%25.27

CMYK color model

#448E47 color CMYK value is (52,0,50,44).

  • cyan value is 52.11%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 44.31%
CMYK:
(52,0,50,44)
C52M0Y50K44 
(52%,0%,50%,44%)
(0.52/0.00/0.50/0.44)	

CMYK percentages

%52.11
%0
%50
%44.31

Codes

Color #448E47 in popluar color models

448E47
RGB6814271
HSL122°35.24%41.18%
HSB/HSV122°52.11%55.69%
CMYK52.11%0.00%50.00%
44.31%

Color #448E47 in popluar number systems.

HEX448E47
Decimal6814271
Binary1000100100011101000111
Octal104216107

Shades and tints

Shades of #448E47

#448E47
(68,142,71)
#3E8241
(62,130,65)
#38763B
(56,118,59)
#326A35
(50,106,53)
#2C5E2F
(44,94,47)
#265229
(38,82,41)
#204623
(32,70,35)
#1A3A1D
(26,58,29)
#142E17
(20,46,23)
#0E2211
(14,34,17)
#08160B
(8,22,11)
#000000
(0,0,0)

Tints of #448E47

#448E47
(68,142,71)
#559857
(85,152,87)
#66A267
(102,162,103)
#77AC77
(119,172,119)
#88B687
(136,182,135)
#99C097
(153,192,151)
#AACAA7
(170,202,167)
#BBD4B7
(187,212,183)
#CCDEC7
(204,222,199)
#DDE8D7
(221,232,215)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448E47 color. Also use rgb(68,142,71) instead hex code.

Text Font Color

.myTextColor { color: #448E47; }

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

This text font color is #448E47.


Background Color

.myBgColor { background-color: #448E47; }

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

This div background color is #448E47.


Border color

.myBorderColor { border: 1px solid #448E47; }

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

This div border color is #448E47.


Opacity

.myOpacity80 { color: #448E47; opacity: 0.8; }

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

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

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

This text has shadow with #448E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448E47 on black background.


Color preview on white background

This text has color #448E47 on white background.



Black color preview on #448E47 background

This text has black color on #448E47 background.


White color preview on #448E47 background

This text has white color on #448E47 background.