COLOR #448D2F

HEX: #448D2F
RGB: (68,141,47)

Color info

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

RGB color model

#448D2F color RGB value is (68,141,47).

  • red value is 68;
  • green value is 141;
  • blue value is 47.
RGB:
(68,141,47)
(27%,55%,18%)

RGB channels and saturation

R 68 of 255 = 27%
G 141 of 255 = 55%
B 47 of 255 = 18%

68
141
47

R + G + B ~ 33%. #448D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 141 + 47 = 256 (100%)
R 68 of 256 ~ 26.56%
G 141 of 256 ~ 55.08%
B 47 of 256 ~ 18.36%

%26.56
%55.08
%18.36

CMYK color model

#448D2F color CMYK value is (52,0,67,45).

  • cyan value is 51.77%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 44.71%
CMYK:
(52,0,67,45)
C52M0Y67K45 
(52%,0%,67%,45%)
(0.52/0.00/0.67/0.45)	

CMYK percentages

%51.77
%0
%66.67
%44.71

Codes

Color #448D2F in popluar color models

448D2F
RGB6814147
HSL107°50.00%36.86%
HSB/HSV107°66.67%55.29%
CMYK51.77%0.00%66.67%
44.71%

Color #448D2F in popluar number systems.

HEX448D2F
Decimal6814147
Binary100010010001101101111
Octal10421557

Shades and tints

Shades of #448D2F

#448D2F
(68,141,47)
#3E812B
(62,129,43)
#387527
(56,117,39)
#326923
(50,105,35)
#2C5D1F
(44,93,31)
#26511B
(38,81,27)
#204517
(32,69,23)
#1A3913
(26,57,19)
#142D0F
(20,45,15)
#0E210B
(14,33,11)
#081507
(8,21,7)
#000000
(0,0,0)

Tints of #448D2F

#448D2F
(68,141,47)
#559741
(85,151,65)
#66A153
(102,161,83)
#77AB65
(119,171,101)
#88B577
(136,181,119)
#99BF89
(153,191,137)
#AAC99B
(170,201,155)
#BBD3AD
(187,211,173)
#CCDDBF
(204,221,191)
#DDE7D1
(221,231,209)
#EEF1E3
(238,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448D2F color. Also use rgb(68,141,47) instead hex code.

Text Font Color

.myTextColor { color: #448D2F; }

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

This text font color is #448D2F.


Background Color

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

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

This div background color is #448D2F.


Border color

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

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

This div border color is #448D2F.


Opacity

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

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

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

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

This text has shadow with #448D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448D2F on black background.


Color preview on white background

This text has color #448D2F on white background.



Black color preview on #448D2F background

This text has black color on #448D2F background.


White color preview on #448D2F background

This text has white color on #448D2F background.