COLOR #468208

HEX: #468208
RGB: (70,130,8)

Color info

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

RGB color model

#468208 color RGB value is (70,130,8).

  • red value is 70;
  • green value is 130;
  • blue value is 8.
RGB:
(70,130,8)
(27%,51%,3%)

RGB channels and saturation

R 70 of 255 = 27%
G 130 of 255 = 51%
B 8 of 255 = 3%

70
130
8

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

Portions of RGB colors in percentages

R + G + B =
70 + 130 + 8 = 208 (100%)
R 70 of 208 ~ 33.65%
G 130 of 208 ~ 62.5%
B 8 of 208 ~ 3.85%

%33.65
%62.5

CMYK color model

#468208 color CMYK value is (46,0,94,49).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 93.85%
  • key color value is 49.02%
CMYK:
(46,0,94,49)
C46M0Y94K49 
(46%,0%,94%,49%)
(0.46/0.00/0.94/0.49)	

CMYK percentages

%46.15
%0
%93.85
%49.02

Codes

Color #468208 in popluar color models

468208
RGB701308
HSL90°88.41%27.06%
HSB/HSV90°93.85%50.98%
CMYK46.15%0.00%93.85%
49.02%

Color #468208 in popluar number systems.

HEX468208
Decimal701308
Binary1000110100000101000
Octal10620210

Shades and tints

Shades of #468208

#468208
(70,130,8)
#407708
(64,119,8)
#3A6C08
(58,108,8)
#346108
(52,97,8)
#2E5608
(46,86,8)
#284B08
(40,75,8)
#224008
(34,64,8)
#1C3508
(28,53,8)
#162A08
(22,42,8)
#101F08
(16,31,8)
#0A1408
(10,20,8)
#000000
(0,0,0)

Tints of #468208

#468208
(70,130,8)
#568D1E
(86,141,30)
#669834
(102,152,52)
#76A34A
(118,163,74)
#86AE60
(134,174,96)
#96B976
(150,185,118)
#A6C48C
(166,196,140)
#B6CFA2
(182,207,162)
#C6DAB8
(198,218,184)
#D6E5CE
(214,229,206)
#E6F0E4
(230,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468208 color. Also use rgb(70,130,8) instead hex code.

Text Font Color

.myTextColor { color: #468208; }

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

This text font color is #468208.


Background Color

.myBgColor { background-color: #468208; }

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

This div background color is #468208.


Border color

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

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

This div border color is #468208.


Opacity

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

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

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

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

This text has shadow with #468208 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468208 on black background.


Color preview on white background

This text has color #468208 on white background.



Black color preview on #468208 background

This text has black color on #468208 background.


White color preview on #468208 background

This text has white color on #468208 background.