COLOR #448C44

HEX: #448C44
RGB: (68,140,68)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

68
140
68

R + G + B ~ 36%. #448C44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 140 + 68 = 276 (100%)
R 68 of 276 ~ 24.64%
G 140 of 276 ~ 50.72%
B 68 of 276 ~ 24.64%

%24.64
%50.72
%24.64

CMYK color model

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

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

CMYK percentages

%51.43
%0
%51.43
%45.1

Codes

Color #448C44 in popluar color models

448C44
RGB6814068
HSL120°34.62%40.78%
HSB/HSV120°51.43%54.90%
CMYK51.43%0.00%51.43%
45.10%

Color #448C44 in popluar number systems.

HEX448C44
Decimal6814068
Binary1000100100011001000100
Octal104214104

Shades and tints

Shades of #448C44

#448C44
(68,140,68)
#3E803E
(62,128,62)
#387438
(56,116,56)
#326832
(50,104,50)
#2C5C2C
(44,92,44)
#265026
(38,80,38)
#204420
(32,68,32)
#1A381A
(26,56,26)
#142C14
(20,44,20)
#0E200E
(14,32,14)
#081408
(8,20,8)
#000000
(0,0,0)

Tints of #448C44

#448C44
(68,140,68)
#559655
(85,150,85)
#66A066
(102,160,102)
#77AA77
(119,170,119)
#88B488
(136,180,136)
#99BE99
(153,190,153)
#AAC8AA
(170,200,170)
#BBD2BB
(187,210,187)
#CCDCCC
(204,220,204)
#DDE6DD
(221,230,221)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448C44; }

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

This text font color is #448C44.


Background Color

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

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

This div background color is #448C44.


Border color

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

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

This div border color is #448C44.


Opacity

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

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

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

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

This text has shadow with #448C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448C44 on black background.


Color preview on white background

This text has color #448C44 on white background.



Black color preview on #448C44 background

This text has black color on #448C44 background.


White color preview on #448C44 background

This text has white color on #448C44 background.