COLOR #468C2E

HEX: #468C2E
RGB: (70,140,46)

Color info

#468C2E contains mainly green color. Web safe color of #468C2E is #339933 (or #393).

RGB color model

#468C2E color RGB value is (70,140,46).

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

RGB channels and saturation

R 70 of 255 = 27%
G 140 of 255 = 55%
B 46 of 255 = 18%

70
140
46

R + G + B ~ 33%. #468C2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 140 + 46 = 256 (100%)
R 70 of 256 ~ 27.34%
G 140 of 256 ~ 54.69%
B 46 of 256 ~ 17.97%

%27.34
%54.69
%17.97

CMYK color model

#468C2E color CMYK value is (50,0,67,45).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 67.14%
  • key color value is 45.10%
CMYK:
(50,0,67,45)
C50M0Y67K45 
(50%,0%,67%,45%)
(0.50/0.00/0.67/0.45)	

CMYK percentages

%50
%0
%67.14
%45.1

Codes

Color #468C2E in popluar color models

468C2E
RGB7014046
HSL105°50.54%36.47%
HSB/HSV105°67.14%54.90%
CMYK50.00%0.00%67.14%
45.10%

Color #468C2E in popluar number systems.

HEX468C2E
Decimal7014046
Binary100011010001100101110
Octal10621456

Shades and tints

Shades of #468C2E

#468C2E
(70,140,46)
#40802A
(64,128,42)
#3A7426
(58,116,38)
#346822
(52,104,34)
#2E5C1E
(46,92,30)
#28501A
(40,80,26)
#224416
(34,68,22)
#1C3812
(28,56,18)
#162C0E
(22,44,14)
#10200A
(16,32,10)
#0A1406
(10,20,6)
#000000
(0,0,0)

Tints of #468C2E

#468C2E
(70,140,46)
#569641
(86,150,65)
#66A054
(102,160,84)
#76AA67
(118,170,103)
#86B47A
(134,180,122)
#96BE8D
(150,190,141)
#A6C8A0
(166,200,160)
#B6D2B3
(182,210,179)
#C6DCC6
(198,220,198)
#D6E6D9
(214,230,217)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468C2E color. Also use rgb(70,140,46) instead hex code.

Text Font Color

.myTextColor { color: #468C2E; }

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

This text font color is #468C2E.


Background Color

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

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

This div background color is #468C2E.


Border color

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

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

This div border color is #468C2E.


Opacity

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

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

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

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

This text has shadow with #468C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468C2E on black background.


Color preview on white background

This text has color #468C2E on white background.



Black color preview on #468C2E background

This text has black color on #468C2E background.


White color preview on #468C2E background

This text has white color on #468C2E background.