COLOR #468C20

HEX: #468C20
RGB: (70,140,32)

Color info

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

RGB color model

#468C20 color RGB value is (70,140,32).

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

RGB channels and saturation

R 70 of 255 = 27%
G 140 of 255 = 55%
B 32 of 255 = 13%

70
140
32

R + G + B ~ 32%. #468C20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 140 + 32 = 242 (100%)
R 70 of 242 ~ 28.93%
G 140 of 242 ~ 57.85%
B 32 of 242 ~ 13.22%

%28.93
%57.85
%13.22

CMYK color model

#468C20 color CMYK value is (50,0,77,45).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 77.14%
  • key color value is 45.10%
CMYK:
(50,0,77,45)
C50M0Y77K45 
(50%,0%,77%,45%)
(0.50/0.00/0.77/0.45)	

CMYK percentages

%50
%0
%77.14
%45.1

Codes

Color #468C20 in popluar color models

468C20
RGB7014032
HSL99°62.79%33.73%
HSB/HSV99°77.14%54.90%
CMYK50.00%0.00%77.14%
45.10%

Color #468C20 in popluar number systems.

HEX468C20
Decimal7014032
Binary100011010001100100000
Octal10621440

Shades and tints

Shades of #468C20

#468C20
(70,140,32)
#40801E
(64,128,30)
#3A741C
(58,116,28)
#34681A
(52,104,26)
#2E5C18
(46,92,24)
#285016
(40,80,22)
#224414
(34,68,20)
#1C3812
(28,56,18)
#162C10
(22,44,16)
#10200E
(16,32,14)
#0A140C
(10,20,12)
#000000
(0,0,0)

Tints of #468C20

#468C20
(70,140,32)
#569634
(86,150,52)
#66A048
(102,160,72)
#76AA5C
(118,170,92)
#86B470
(134,180,112)
#96BE84
(150,190,132)
#A6C898
(166,200,152)
#B6D2AC
(182,210,172)
#C6DCC0
(198,220,192)
#D6E6D4
(214,230,212)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468C20; }

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

This text font color is #468C20.


Background Color

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

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

This div background color is #468C20.


Border color

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

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

This div border color is #468C20.


Opacity

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

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

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

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

This text has shadow with #468C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468C20 on black background.


Color preview on white background

This text has color #468C20 on white background.



Black color preview on #468C20 background

This text has black color on #468C20 background.


White color preview on #468C20 background

This text has white color on #468C20 background.