COLOR #468B3E

HEX: #468B3E
RGB: (70,139,62)

Color info

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

RGB color model

#468B3E color RGB value is (70,139,62).

  • red value is 70;
  • green value is 139;
  • blue value is 62.
RGB:
(70,139,62)
(27%,55%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 139 of 255 = 55%
B 62 of 255 = 24%

70
139
62

R + G + B ~ 35%. #468B3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 139 + 62 = 271 (100%)
R 70 of 271 ~ 25.83%
G 139 of 271 ~ 51.29%
B 62 of 271 ~ 22.88%

%25.83
%51.29
%22.88

CMYK color model

#468B3E color CMYK value is (50,0,55,45).

  • cyan value is 49.64%
  • magenta value is 0.00%
  • yellow value is 55.40%
  • key color value is 45.49%
CMYK:
(50,0,55,45)
C50M0Y55K45 
(50%,0%,55%,45%)
(0.50/0.00/0.55/0.45)	

CMYK percentages

%49.64
%0
%55.4
%45.49

Codes

Color #468B3E in popluar color models

468B3E
RGB7013962
HSL114°38.31%39.41%
HSB/HSV114°55.40%54.51%
CMYK49.64%0.00%55.40%
45.49%

Color #468B3E in popluar number systems.

HEX468B3E
Decimal7013962
Binary100011010001011111110
Octal10621376

Shades and tints

Shades of #468B3E

#468B3E
(70,139,62)
#407F39
(64,127,57)
#3A7334
(58,115,52)
#34672F
(52,103,47)
#2E5B2A
(46,91,42)
#284F25
(40,79,37)
#224320
(34,67,32)
#1C371B
(28,55,27)
#162B16
(22,43,22)
#101F11
(16,31,17)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #468B3E

#468B3E
(70,139,62)
#56954F
(86,149,79)
#669F60
(102,159,96)
#76A971
(118,169,113)
#86B382
(134,179,130)
#96BD93
(150,189,147)
#A6C7A4
(166,199,164)
#B6D1B5
(182,209,181)
#C6DBC6
(198,219,198)
#D6E5D7
(214,229,215)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468B3E color. Also use rgb(70,139,62) instead hex code.

Text Font Color

.myTextColor { color: #468B3E; }

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

This text font color is #468B3E.


Background Color

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

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

This div background color is #468B3E.


Border color

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

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

This div border color is #468B3E.


Opacity

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

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

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

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

This text has shadow with #468B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468B3E on black background.


Color preview on white background

This text has color #468B3E on white background.



Black color preview on #468B3E background

This text has black color on #468B3E background.


White color preview on #468B3E background

This text has white color on #468B3E background.