COLOR #448416

HEX: #448416
RGB: (68,132,22)

Color info

#448416 contains mainly green color. Web safe color of #448416 is #339900 (or #390).

RGB color model

#448416 color RGB value is (68,132,22).

  • red value is 68;
  • green value is 132;
  • blue value is 22.
RGB:
(68,132,22)
(27%,52%,9%)

RGB channels and saturation

R 68 of 255 = 27%
G 132 of 255 = 52%
B 22 of 255 = 9%

68
132
22

R + G + B ~ 29%. #448416 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 132 + 22 = 222 (100%)
R 68 of 222 ~ 30.63%
G 132 of 222 ~ 59.46%
B 22 of 222 ~ 9.91%

%30.63
%59.46
%9.91

CMYK color model

#448416 color CMYK value is (48,0,83,48).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 48.24%
CMYK:
(48,0,83,48)
C48M0Y83K48 
(48%,0%,83%,48%)
(0.48/0.00/0.83/0.48)	

CMYK percentages

%48.48
%0
%83.33
%48.24

Codes

Color #448416 in popluar color models

448416
RGB6813222
HSL95°71.43%30.20%
HSB/HSV95°83.33%51.76%
CMYK48.48%0.00%83.33%
48.24%

Color #448416 in popluar number systems.

HEX448416
Decimal6813222
Binary10001001000010010110
Octal10420426

Shades and tints

Shades of #448416

#448416
(68,132,22)
#3E7814
(62,120,20)
#386C12
(56,108,18)
#326010
(50,96,16)
#2C540E
(44,84,14)
#26480C
(38,72,12)
#203C0A
(32,60,10)
#1A3008
(26,48,8)
#142406
(20,36,6)
#0E1804
(14,24,4)
#080C02
(8,12,2)
#000000
(0,0,0)

Tints of #448416

#448416
(68,132,22)
#558F2B
(85,143,43)
#669A40
(102,154,64)
#77A555
(119,165,85)
#88B06A
(136,176,106)
#99BB7F
(153,187,127)
#AAC694
(170,198,148)
#BBD1A9
(187,209,169)
#CCDCBE
(204,220,190)
#DDE7D3
(221,231,211)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448416 color. Also use rgb(68,132,22) instead hex code.

Text Font Color

.myTextColor { color: #448416; }

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

This text font color is #448416.


Background Color

.myBgColor { background-color: #448416; }

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

This div background color is #448416.


Border color

.myBorderColor { border: 1px solid #448416; }

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

This div border color is #448416.


Opacity

.myOpacity80 { color: #448416; opacity: 0.8; }

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

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

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

This text has shadow with #448416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448416 on black background.


Color preview on white background

This text has color #448416 on white background.



Black color preview on #448416 background

This text has black color on #448416 background.


White color preview on #448416 background

This text has white color on #448416 background.