COLOR #468D0E

HEX: #468D0E
RGB: (70,141,14)

Color info

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

RGB color model

#468D0E color RGB value is (70,141,14).

  • red value is 70;
  • green value is 141;
  • blue value is 14.
RGB:
(70,141,14)
(27%,55%,5%)

RGB channels and saturation

R 70 of 255 = 27%
G 141 of 255 = 55%
B 14 of 255 = 5%

70
141
14

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

Portions of RGB colors in percentages

R + G + B =
70 + 141 + 14 = 225 (100%)
R 70 of 225 ~ 31.11%
G 141 of 225 ~ 62.67%
B 14 of 225 ~ 6.22%

%31.11
%62.67

CMYK color model

#468D0E color CMYK value is (50,0,90,45).

  • cyan value is 50.35%
  • magenta value is 0.00%
  • yellow value is 90.07%
  • key color value is 44.71%
CMYK:
(50,0,90,45)
C50M0Y90K45 
(50%,0%,90%,45%)
(0.50/0.00/0.90/0.45)	

CMYK percentages

%50.35
%0
%90.07
%44.71

Codes

Color #468D0E in popluar color models

468D0E
RGB7014114
HSL94°81.94%30.39%
HSB/HSV94°90.07%55.29%
CMYK50.35%0.00%90.07%
44.71%

Color #468D0E in popluar number systems.

HEX468D0E
Decimal7014114
Binary1000110100011011110
Octal10621516

Shades and tints

Shades of #468D0E

#468D0E
(70,141,14)
#40810D
(64,129,13)
#3A750C
(58,117,12)
#34690B
(52,105,11)
#2E5D0A
(46,93,10)
#285109
(40,81,9)
#224508
(34,69,8)
#1C3907
(28,57,7)
#162D06
(22,45,6)
#102105
(16,33,5)
#0A1504
(10,21,4)
#000000
(0,0,0)

Tints of #468D0E

#468D0E
(70,141,14)
#569723
(86,151,35)
#66A138
(102,161,56)
#76AB4D
(118,171,77)
#86B562
(134,181,98)
#96BF77
(150,191,119)
#A6C98C
(166,201,140)
#B6D3A1
(182,211,161)
#C6DDB6
(198,221,182)
#D6E7CB
(214,231,203)
#E6F1E0
(230,241,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468D0E color. Also use rgb(70,141,14) instead hex code.

Text Font Color

.myTextColor { color: #468D0E; }

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

This text font color is #468D0E.


Background Color

.myBgColor { background-color: #468D0E; }

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

This div background color is #468D0E.


Border color

.myBorderColor { border: 1px solid #468D0E; }

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

This div border color is #468D0E.


Opacity

.myOpacity80 { color: #468D0E; opacity: 0.8; }

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

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

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

This text has shadow with #468D0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468D0E on black background.


Color preview on white background

This text has color #468D0E on white background.



Black color preview on #468D0E background

This text has black color on #468D0E background.


White color preview on #468D0E background

This text has white color on #468D0E background.