COLOR #468959

HEX: #468959
RGB: (70,137,89)

Color info

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

RGB color model

#468959 color RGB value is (70,137,89).

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

RGB channels and saturation

R 70 of 255 = 27%
G 137 of 255 = 54%
B 89 of 255 = 35%

70
137
89

R + G + B ~ 39%. #468959 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 137 + 89 = 296 (100%)
R 70 of 296 ~ 23.65%
G 137 of 296 ~ 46.28%
B 89 of 296 ~ 30.07%

%23.65
%46.28
%30.07

CMYK color model

#468959 color CMYK value is (49,0,35,46).

  • cyan value is 48.91%
  • magenta value is 0.00%
  • yellow value is 35.04%
  • key color value is 46.27%
CMYK:
(49,0,35,46)
C49M0Y35K46 
(49%,0%,35%,46%)
(0.49/0.00/0.35/0.46)	

CMYK percentages

%48.91
%0
%35.04
%46.27

Codes

Color #468959 in popluar color models

468959
RGB7013789
HSL137°32.37%40.59%
HSB/HSV137°48.91%53.73%
CMYK48.91%0.00%35.04%
46.27%

Color #468959 in popluar number systems.

HEX468959
Decimal7013789
Binary1000110100010011011001
Octal106211131

Shades and tints

Shades of #468959

#468959
(70,137,89)
#407D51
(64,125,81)
#3A7149
(58,113,73)
#346541
(52,101,65)
#2E5939
(46,89,57)
#284D31
(40,77,49)
#224129
(34,65,41)
#1C3521
(28,53,33)
#162919
(22,41,25)
#101D11
(16,29,17)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #468959

#468959
(70,137,89)
#569368
(86,147,104)
#669D77
(102,157,119)
#76A786
(118,167,134)
#86B195
(134,177,149)
#96BBA4
(150,187,164)
#A6C5B3
(166,197,179)
#B6CFC2
(182,207,194)
#C6D9D1
(198,217,209)
#D6E3E0
(214,227,224)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468959 color. Also use rgb(70,137,89) instead hex code.

Text Font Color

.myTextColor { color: #468959; }

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

This text font color is #468959.


Background Color

.myBgColor { background-color: #468959; }

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

This div background color is #468959.


Border color

.myBorderColor { border: 1px solid #468959; }

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

This div border color is #468959.


Opacity

.myOpacity80 { color: #468959; opacity: 0.8; }

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

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

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

This text has shadow with #468959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468959 on black background.


Color preview on white background

This text has color #468959 on white background.



Black color preview on #468959 background

This text has black color on #468959 background.


White color preview on #468959 background

This text has white color on #468959 background.