COLOR #448806

HEX: #448806
RGB: (68,136,6)

Color info

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

RGB color model

#448806 color RGB value is (68,136,6).

  • red value is 68;
  • green value is 136;
  • blue value is 6.
RGB:
(68,136,6)
(27%,53%,2%)

RGB channels and saturation

R 68 of 255 = 27%
G 136 of 255 = 53%
B 6 of 255 = 2%

68
136
6

R + G + B ~ 27%. #448806 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 136 + 6 = 210 (100%)
R 68 of 210 ~ 32.38%
G 136 of 210 ~ 64.76%
B 6 of 210 ~ 2.86%

%32.38
%64.76

CMYK color model

#448806 color CMYK value is (50,0,96,47).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 95.59%
  • key color value is 46.67%
CMYK:
(50,0,96,47)
C50M0Y96K47 
(50%,0%,96%,47%)
(0.50/0.00/0.96/0.47)	

CMYK percentages

%50
%0
%95.59
%46.67

Codes

Color #448806 in popluar color models

448806
RGB681366
HSL91°91.55%27.84%
HSB/HSV91°95.59%53.33%
CMYK50.00%0.00%95.59%
46.67%

Color #448806 in popluar number systems.

HEX448806
Decimal681366
Binary100010010001000110
Octal1042106

Shades and tints

Shades of #448806

#448806
(68,136,6)
#3E7C06
(62,124,6)
#387006
(56,112,6)
#326406
(50,100,6)
#2C5806
(44,88,6)
#264C06
(38,76,6)
#204006
(32,64,6)
#1A3406
(26,52,6)
#142806
(20,40,6)
#0E1C06
(14,28,6)
#081006
(8,16,6)
#000000
(0,0,0)

Tints of #448806

#448806
(68,136,6)
#55921C
(85,146,28)
#669C32
(102,156,50)
#77A648
(119,166,72)
#88B05E
(136,176,94)
#99BA74
(153,186,116)
#AAC48A
(170,196,138)
#BBCEA0
(187,206,160)
#CCD8B6
(204,216,182)
#DDE2CC
(221,226,204)
#EEECE2
(238,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448806 color. Also use rgb(68,136,6) instead hex code.

Text Font Color

.myTextColor { color: #448806; }

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

This text font color is #448806.


Background Color

.myBgColor { background-color: #448806; }

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

This div background color is #448806.


Border color

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

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

This div border color is #448806.


Opacity

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

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

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

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

This text has shadow with #448806 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448806 on black background.


Color preview on white background

This text has color #448806 on white background.



Black color preview on #448806 background

This text has black color on #448806 background.


White color preview on #448806 background

This text has white color on #448806 background.