COLOR #468637

HEX: #468637
RGB: (70,134,55)

Color info

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

RGB color model

#468637 color RGB value is (70,134,55).

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

RGB channels and saturation

R 70 of 255 = 27%
G 134 of 255 = 53%
B 55 of 255 = 22%

70
134
55

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

Portions of RGB colors in percentages

R + G + B =
70 + 134 + 55 = 259 (100%)
R 70 of 259 ~ 27.03%
G 134 of 259 ~ 51.74%
B 55 of 259 ~ 21.24%

%27.03
%51.74
%21.24

CMYK color model

#468637 color CMYK value is (48,0,59,47).

  • cyan value is 47.76%
  • magenta value is 0.00%
  • yellow value is 58.96%
  • key color value is 47.45%
CMYK:
(48,0,59,47)
C48M0Y59K47 
(48%,0%,59%,47%)
(0.48/0.00/0.59/0.47)	

CMYK percentages

%47.76
%0
%58.96
%47.45

Codes

Color #468637 in popluar color models

468637
RGB7013455
HSL109°41.80%37.06%
HSB/HSV109°58.96%52.55%
CMYK47.76%0.00%58.96%
47.45%

Color #468637 in popluar number systems.

HEX468637
Decimal7013455
Binary100011010000110110111
Octal10620667

Shades and tints

Shades of #468637

#468637
(70,134,55)
#407A32
(64,122,50)
#3A6E2D
(58,110,45)
#346228
(52,98,40)
#2E5623
(46,86,35)
#284A1E
(40,74,30)
#223E19
(34,62,25)
#1C3214
(28,50,20)
#16260F
(22,38,15)
#101A0A
(16,26,10)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #468637

#468637
(70,134,55)
#569149
(86,145,73)
#669C5B
(102,156,91)
#76A76D
(118,167,109)
#86B27F
(134,178,127)
#96BD91
(150,189,145)
#A6C8A3
(166,200,163)
#B6D3B5
(182,211,181)
#C6DEC7
(198,222,199)
#D6E9D9
(214,233,217)
#E6F4EB
(230,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468637; }

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

This text font color is #468637.


Background Color

.myBgColor { background-color: #468637; }

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

This div background color is #468637.


Border color

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

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

This div border color is #468637.


Opacity

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

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

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

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

This text has shadow with #468637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468637 on black background.


Color preview on white background

This text has color #468637 on white background.



Black color preview on #468637 background

This text has black color on #468637 background.


White color preview on #468637 background

This text has white color on #468637 background.