COLOR #468A3E

HEX: #468A3E RGB: (70,138,62)

Color info

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

RGB color model

#468A3E color RGB value is (70,138,62).

RGB: (70,138,62) (27%, 54%, 24%)

RGB channels and saturation

R 70 of 255 = 27%
G 138 of 255 = 54%
B 62 of 255 = 24%

70
138
62

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

Portions of RGB colors in percentages

R + G + B = 70 + 138 + 62 = 270 (100%)
R 70 of 270 ~ 25.93%
G 138 of 270 ~ 51.11%
B 62 of 270 ~ 22.96'%

%25.93
%51.11
%22.96

CMYK color model

#468A3E color CMYK value is (49,0,55,46).

  • cyan value is 49.28%
  • magenta value is 0.00%
  • yellow value is 55.07%
  • key color value is 45.88%

CMYK: (49,0,55,46)
C49M0Y55K46 (49%, 0%, 55%, 46%)
(0.49 / 0.00 / 0.55 / 0.46)

CMYK percentages

%49.28
%0
%55.07
%45.88

Codes

Color #468A3E in popluar color models

46 8A 3E
RGB 70 138 62
HSL 114° 38.00% 39.22%
HSB/HSV 114° 55.07% 54.12%
CMYK 49.28% 0.00% 55.07%
45.88%

Color #468A3E in popluar number systems.

HEX 46 8A 3E
Decimal 70 138 62
Binary 1000110 10001010 111110
Octal 106 212 76

Shades and tints

Shades of #468A3E

#468A3E
(70,138,62)
#407E39
(64,126,57)
#3A7234
(58,114,52)
#34662F
(52,102,47)
#2E5A2A
(46,90,42)
#284E25
(40,78,37)
#224220
(34,66,32)
#1C361B
(28,54,27)
#162A16
(22,42,22)
#101E11
(16,30,17)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #468A3E

#468A3E
(70,138,62)
#56944F
(86,148,79)
#669E60
(102,158,96)
#76A871
(118,168,113)
#86B282
(134,178,130)
#96BC93
(150,188,147)
#A6C6A4
(166,198,164)
#B6D0B5
(182,208,181)
#C6DAC6
(198,218,198)
#D6E4D7
(214,228,215)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468A3E; }

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

This text font color is #468A3E.

Background Color

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

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

This div background color is #468A3E.

Border color

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

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

This div border color is #468A3E.

Opacity

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

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

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

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

This text has shadow with #468A3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #468A3E.

Preview

Color preview on black background

This text has color #468A3E on black background.


Color preview on white background

This text has color #468A3E on white background.


Black color preview on #468A3E background

This text has black color on #468A3E background.


White color preview on #468A3E background

This text has white color on #468A3E background.


Related colors

Complementary color

Complementary color for #hex is #B975C1.


I love getcolorcode.com

Triadic colors

1 #3E468A and #8A3E46 with #468A3E are triadic colors.

2 #3E8A46 and #8A463E with #468A3E are triadic colors.