COLOR #448A21

HEX: #448A21
RGB: (68,138,33)

Color info

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

RGB color model

#448A21 color RGB value is (68,138,33).

  • red value is 68;
  • green value is 138;
  • blue value is 33.
RGB:
(68,138,33)
(27%,54%,13%)

RGB channels and saturation

R 68 of 255 = 27%
G 138 of 255 = 54%
B 33 of 255 = 13%

68
138
33

R + G + B ~ 31%. #448A21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 138 + 33 = 239 (100%)
R 68 of 239 ~ 28.45%
G 138 of 239 ~ 57.74%
B 33 of 239 ~ 13.81%

%28.45
%57.74
%13.81

CMYK color model

#448A21 color CMYK value is (51,0,76,46).

  • cyan value is 50.72%
  • magenta value is 0.00%
  • yellow value is 76.09%
  • key color value is 45.88%
CMYK:
(51,0,76,46)
C51M0Y76K46 
(51%,0%,76%,46%)
(0.51/0.00/0.76/0.46)	

CMYK percentages

%50.72
%0
%76.09
%45.88

Codes

Color #448A21 in popluar color models

448A21
RGB6813833
HSL100°61.40%33.53%
HSB/HSV100°76.09%54.12%
CMYK50.72%0.00%76.09%
45.88%

Color #448A21 in popluar number systems.

HEX448A21
Decimal6813833
Binary100010010001010100001
Octal10421241

Shades and tints

Shades of #448A21

#448A21
(68,138,33)
#3E7E1E
(62,126,30)
#38721B
(56,114,27)
#326618
(50,102,24)
#2C5A15
(44,90,21)
#264E12
(38,78,18)
#20420F
(32,66,15)
#1A360C
(26,54,12)
#142A09
(20,42,9)
#0E1E06
(14,30,6)
#081203
(8,18,3)
#000000
(0,0,0)

Tints of #448A21

#448A21
(68,138,33)
#559435
(85,148,53)
#669E49
(102,158,73)
#77A85D
(119,168,93)
#88B271
(136,178,113)
#99BC85
(153,188,133)
#AAC699
(170,198,153)
#BBD0AD
(187,208,173)
#CCDAC1
(204,218,193)
#DDE4D5
(221,228,213)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448A21; }

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

This text font color is #448A21.


Background Color

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

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

This div background color is #448A21.


Border color

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

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

This div border color is #448A21.


Opacity

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

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

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

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

This text has shadow with #448A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448A21 on black background.


Color preview on white background

This text has color #448A21 on white background.



Black color preview on #448A21 background

This text has black color on #448A21 background.


White color preview on #448A21 background

This text has white color on #448A21 background.