COLOR #468B50

HEX: #468B50
RGB: (70,139,80)

Color info

#468B50 contains mainly green and blue colors. Web safe color of #468B50 is #339966 (or #396).

RGB color model

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

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

RGB channels and saturation

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

70
139
80

R + G + B ~ 38%. #468B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 139 + 80 = 289 (100%)
R 70 of 289 ~ 24.22%
G 139 of 289 ~ 48.1%
B 80 of 289 ~ 27.68%

%24.22
%48.1
%27.68

CMYK color model

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

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

CMYK percentages

%49.64
%0
%42.45
%45.49

Codes

Color #468B50 in popluar color models

468B50
RGB7013980
HSL129°33.01%40.98%
HSB/HSV129°49.64%54.51%
CMYK49.64%0.00%42.45%
45.49%

Color #468B50 in popluar number systems.

HEX468B50
Decimal7013980
Binary1000110100010111010000
Octal106213120

Shades and tints

Shades of #468B50

#468B50
(70,139,80)
#407F49
(64,127,73)
#3A7342
(58,115,66)
#34673B
(52,103,59)
#2E5B34
(46,91,52)
#284F2D
(40,79,45)
#224326
(34,67,38)
#1C371F
(28,55,31)
#162B18
(22,43,24)
#101F11
(16,31,17)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #468B50

#468B50
(70,139,80)
#56955F
(86,149,95)
#669F6E
(102,159,110)
#76A97D
(118,169,125)
#86B38C
(134,179,140)
#96BD9B
(150,189,155)
#A6C7AA
(166,199,170)
#B6D1B9
(182,209,185)
#C6DBC8
(198,219,200)
#D6E5D7
(214,229,215)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468B50; }

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

This text font color is #468B50.


Background Color

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

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

This div background color is #468B50.


Border color

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

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

This div border color is #468B50.


Opacity

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

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

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

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

This text has shadow with #468B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468B50 on black background.


Color preview on white background

This text has color #468B50 on white background.



Black color preview on #468B50 background

This text has black color on #468B50 background.


White color preview on #468B50 background

This text has white color on #468B50 background.