COLOR #448C2D

HEX: #448C2D
RGB: (68,140,45)

Color info

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

RGB color model

#448C2D color RGB value is (68,140,45).

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

RGB channels and saturation

R 68 of 255 = 27%
G 140 of 255 = 55%
B 45 of 255 = 18%

68
140
45

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

Portions of RGB colors in percentages

R + G + B =
68 + 140 + 45 = 253 (100%)
R 68 of 253 ~ 26.88%
G 140 of 253 ~ 55.34%
B 45 of 253 ~ 17.79%

%26.88
%55.34
%17.79

CMYK color model

#448C2D color CMYK value is (51,0,68,45).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 45.10%
CMYK:
(51,0,68,45)
C51M0Y68K45 
(51%,0%,68%,45%)
(0.51/0.00/0.68/0.45)	

CMYK percentages

%51.43
%0
%67.86
%45.1

Codes

Color #448C2D in popluar color models

448C2D
RGB6814045
HSL105°51.35%36.27%
HSB/HSV105°67.86%54.90%
CMYK51.43%0.00%67.86%
45.10%

Color #448C2D in popluar number systems.

HEX448C2D
Decimal6814045
Binary100010010001100101101
Octal10421455

Shades and tints

Shades of #448C2D

#448C2D
(68,140,45)
#3E8029
(62,128,41)
#387425
(56,116,37)
#326821
(50,104,33)
#2C5C1D
(44,92,29)
#265019
(38,80,25)
#204415
(32,68,21)
#1A3811
(26,56,17)
#142C0D
(20,44,13)
#0E2009
(14,32,9)
#081405
(8,20,5)
#000000
(0,0,0)

Tints of #448C2D

#448C2D
(68,140,45)
#559640
(85,150,64)
#66A053
(102,160,83)
#77AA66
(119,170,102)
#88B479
(136,180,121)
#99BE8C
(153,190,140)
#AAC89F
(170,200,159)
#BBD2B2
(187,210,178)
#CCDCC5
(204,220,197)
#DDE6D8
(221,230,216)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448C2D color. Also use rgb(68,140,45) instead hex code.

Text Font Color

.myTextColor { color: #448C2D; }

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

This text font color is #448C2D.


Background Color

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

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

This div background color is #448C2D.


Border color

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

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

This div border color is #448C2D.


Opacity

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

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

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

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

This text has shadow with #448C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448C2D on black background.


Color preview on white background

This text has color #448C2D on white background.



Black color preview on #448C2D background

This text has black color on #448C2D background.


White color preview on #448C2D background

This text has white color on #448C2D background.