COLOR #468340

HEX: #468340
RGB: (70,131,64)

Color info

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

RGB color model

#468340 color RGB value is (70,131,64).

  • red value is 70;
  • green value is 131;
  • blue value is 64.
RGB:
(70,131,64)
(27%,51%,25%)

RGB channels and saturation

R 70 of 255 = 27%
G 131 of 255 = 51%
B 64 of 255 = 25%

70
131
64

R + G + B ~ 34%. #468340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 131 + 64 = 265 (100%)
R 70 of 265 ~ 26.42%
G 131 of 265 ~ 49.43%
B 64 of 265 ~ 24.15%

%26.42
%49.43
%24.15

CMYK color model

#468340 color CMYK value is (47,0,51,49).

  • cyan value is 46.56%
  • magenta value is 0.00%
  • yellow value is 51.15%
  • key color value is 48.63%
CMYK:
(47,0,51,49)
C47M0Y51K49 
(47%,0%,51%,49%)
(0.47/0.00/0.51/0.49)	

CMYK percentages

%46.56
%0
%51.15
%48.63

Codes

Color #468340 in popluar color models

468340
RGB7013164
HSL115°34.36%38.24%
HSB/HSV115°51.15%51.37%
CMYK46.56%0.00%51.15%
48.63%

Color #468340 in popluar number systems.

HEX468340
Decimal7013164
Binary1000110100000111000000
Octal106203100

Shades and tints

Shades of #468340

#468340
(70,131,64)
#40783B
(64,120,59)
#3A6D36
(58,109,54)
#346231
(52,98,49)
#2E572C
(46,87,44)
#284C27
(40,76,39)
#224122
(34,65,34)
#1C361D
(28,54,29)
#162B18
(22,43,24)
#102013
(16,32,19)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #468340

#468340
(70,131,64)
#568E51
(86,142,81)
#669962
(102,153,98)
#76A473
(118,164,115)
#86AF84
(134,175,132)
#96BA95
(150,186,149)
#A6C5A6
(166,197,166)
#B6D0B7
(182,208,183)
#C6DBC8
(198,219,200)
#D6E6D9
(214,230,217)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468340 color. Also use rgb(70,131,64) instead hex code.

Text Font Color

.myTextColor { color: #468340; }

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

This text font color is #468340.


Background Color

.myBgColor { background-color: #468340; }

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

This div background color is #468340.


Border color

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

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

This div border color is #468340.


Opacity

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

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

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

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

This text has shadow with #468340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468340 on black background.


Color preview on white background

This text has color #468340 on white background.



Black color preview on #468340 background

This text has black color on #468340 background.


White color preview on #468340 background

This text has white color on #468340 background.