COLOR #468A46

HEX: #468A46
RGB: (70,138,70)

Color info

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

RGB color model

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

  • red value is 70;
  • green value is 138;
  • blue value is 70.
RGB:
(70,138,70)
(27%,54%,27%)

RGB channels and saturation

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

70
138
70

R + G + B ~ 36%. #468A46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 138 + 70 = 278 (100%)
R 70 of 278 ~ 25.18%
G 138 of 278 ~ 49.64%
B 70 of 278 ~ 25.18%

%25.18
%49.64
%25.18

CMYK color model

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

  • cyan value is 49.28%
  • magenta value is 0.00%
  • yellow value is 49.28%
  • key color value is 45.88%
CMYK:
(49,0,49,46)
C49M0Y49K46 
(49%,0%,49%,46%)
(0.49/0.00/0.49/0.46)	

CMYK percentages

%49.28
%0
%49.28
%45.88

Codes

Color #468A46 in popluar color models

468A46
RGB7013870
HSL120°32.69%40.78%
HSB/HSV120°49.28%54.12%
CMYK49.28%0.00%49.28%
45.88%

Color #468A46 in popluar number systems.

HEX468A46
Decimal7013870
Binary1000110100010101000110
Octal106212106

Shades and tints

Shades of #468A46

#468A46
(70,138,70)
#407E40
(64,126,64)
#3A723A
(58,114,58)
#346634
(52,102,52)
#2E5A2E
(46,90,46)
#284E28
(40,78,40)
#224222
(34,66,34)
#1C361C
(28,54,28)
#162A16
(22,42,22)
#101E10
(16,30,16)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #468A46

#468A46
(70,138,70)
#569456
(86,148,86)
#669E66
(102,158,102)
#76A876
(118,168,118)
#86B286
(134,178,134)
#96BC96
(150,188,150)
#A6C6A6
(166,198,166)
#B6D0B6
(182,208,182)
#C6DAC6
(198,218,198)
#D6E4D6
(214,228,214)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468A46; }

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

This text font color is #468A46.


Background Color

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

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

This div background color is #468A46.


Border color

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

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

This div border color is #468A46.


Opacity

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

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

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

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

This text has shadow with #468A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468A46 on black background.


Color preview on white background

This text has color #468A46 on white background.



Black color preview on #468A46 background

This text has black color on #468A46 background.


White color preview on #468A46 background

This text has white color on #468A46 background.