COLOR #468619

HEX: #468619
RGB: (70,134,25)

Color info

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

RGB color model

#468619 color RGB value is (70,134,25).

  • red value is 70;
  • green value is 134;
  • blue value is 25.
RGB:
(70,134,25)
(27%,53%,10%)

RGB channels and saturation

R 70 of 255 = 27%
G 134 of 255 = 53%
B 25 of 255 = 10%

70
134
25

R + G + B ~ 30%. #468619 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 134 + 25 = 229 (100%)
R 70 of 229 ~ 30.57%
G 134 of 229 ~ 58.52%
B 25 of 229 ~ 10.92%

%30.57
%58.52
%10.92

CMYK color model

#468619 color CMYK value is (48,0,81,47).

  • cyan value is 47.76%
  • magenta value is 0.00%
  • yellow value is 81.34%
  • key color value is 47.45%
CMYK:
(48,0,81,47)
C48M0Y81K47 
(48%,0%,81%,47%)
(0.48/0.00/0.81/0.47)	

CMYK percentages

%47.76
%0
%81.34
%47.45

Codes

Color #468619 in popluar color models

468619
RGB7013425
HSL95°68.55%31.18%
HSB/HSV95°81.34%52.55%
CMYK47.76%0.00%81.34%
47.45%

Color #468619 in popluar number systems.

HEX468619
Decimal7013425
Binary10001101000011011001
Octal10620631

Shades and tints

Shades of #468619

#468619
(70,134,25)
#407A17
(64,122,23)
#3A6E15
(58,110,21)
#346213
(52,98,19)
#2E5611
(46,86,17)
#284A0F
(40,74,15)
#223E0D
(34,62,13)
#1C320B
(28,50,11)
#162609
(22,38,9)
#101A07
(16,26,7)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #468619

#468619
(70,134,25)
#56912D
(86,145,45)
#669C41
(102,156,65)
#76A755
(118,167,85)
#86B269
(134,178,105)
#96BD7D
(150,189,125)
#A6C891
(166,200,145)
#B6D3A5
(182,211,165)
#C6DEB9
(198,222,185)
#D6E9CD
(214,233,205)
#E6F4E1
(230,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468619 color. Also use rgb(70,134,25) instead hex code.

Text Font Color

.myTextColor { color: #468619; }

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

This text font color is #468619.


Background Color

.myBgColor { background-color: #468619; }

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

This div background color is #468619.


Border color

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

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

This div border color is #468619.


Opacity

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

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

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

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

This text has shadow with #468619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468619 on black background.


Color preview on white background

This text has color #468619 on white background.



Black color preview on #468619 background

This text has black color on #468619 background.


White color preview on #468619 background

This text has white color on #468619 background.