COLOR #468B46

HEX: #468B46
RGB: (70,139,70)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
139
70

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

Portions of RGB colors in percentages

R + G + B =
70 + 139 + 70 = 279 (100%)
R 70 of 279 ~ 25.09%
G 139 of 279 ~ 49.82%
B 70 of 279 ~ 25.09%

%25.09
%49.82
%25.09

CMYK color model

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

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

CMYK percentages

%49.64
%0
%49.64
%45.49

Codes

Color #468B46 in popluar color models

468B46
RGB7013970
HSL120°33.01%40.98%
HSB/HSV120°49.64%54.51%
CMYK49.64%0.00%49.64%
45.49%

Color #468B46 in popluar number systems.

HEX468B46
Decimal7013970
Binary1000110100010111000110
Octal106213106

Shades and tints

Shades of #468B46

#468B46
(70,139,70)
#407F40
(64,127,64)
#3A733A
(58,115,58)
#346734
(52,103,52)
#2E5B2E
(46,91,46)
#284F28
(40,79,40)
#224322
(34,67,34)
#1C371C
(28,55,28)
#162B16
(22,43,22)
#101F10
(16,31,16)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #468B46

#468B46
(70,139,70)
#569556
(86,149,86)
#669F66
(102,159,102)
#76A976
(118,169,118)
#86B386
(134,179,134)
#96BD96
(150,189,150)
#A6C7A6
(166,199,166)
#B6D1B6
(182,209,182)
#C6DBC6
(198,219,198)
#D6E5D6
(214,229,214)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468B46; }

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

This text font color is #468B46.


Background Color

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

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

This div background color is #468B46.


Border color

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

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

This div border color is #468B46.


Opacity

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

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

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

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

This text has shadow with #468B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468B46 on black background.


Color preview on white background

This text has color #468B46 on white background.



Black color preview on #468B46 background

This text has black color on #468B46 background.


White color preview on #468B46 background

This text has white color on #468B46 background.