COLOR #468159

HEX: #468159
RGB: (70,129,89)

Color info

#468159 contains red, green and blue colors in about the same proportion. Web safe color of #468159 is #339966 (or #396).

RGB color model

#468159 color RGB value is (70,129,89).

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

RGB channels and saturation

R 70 of 255 = 27%
G 129 of 255 = 51%
B 89 of 255 = 35%

70
129
89

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

Portions of RGB colors in percentages

R + G + B =
70 + 129 + 89 = 288 (100%)
R 70 of 288 ~ 24.31%
G 129 of 288 ~ 44.79%
B 89 of 288 ~ 30.9%

%24.31
%44.79
%30.9

CMYK color model

#468159 color CMYK value is (46,0,31,49).

  • cyan value is 45.74%
  • magenta value is 0.00%
  • yellow value is 31.01%
  • key color value is 49.41%
CMYK:
(46,0,31,49)
C46M0Y31K49 
(46%,0%,31%,49%)
(0.46/0.00/0.31/0.49)	

CMYK percentages

%45.74
%0
%31.01
%49.41

Codes

Color #468159 in popluar color models

468159
RGB7012989
HSL139°29.65%39.02%
HSB/HSV139°45.74%50.59%
CMYK45.74%0.00%31.01%
49.41%

Color #468159 in popluar number systems.

HEX468159
Decimal7012989
Binary1000110100000011011001
Octal106201131

Shades and tints

Shades of #468159

#468159
(70,129,89)
#407651
(64,118,81)
#3A6B49
(58,107,73)
#346041
(52,96,65)
#2E5539
(46,85,57)
#284A31
(40,74,49)
#223F29
(34,63,41)
#1C3421
(28,52,33)
#162919
(22,41,25)
#101E11
(16,30,17)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #468159

#468159
(70,129,89)
#568C68
(86,140,104)
#669777
(102,151,119)
#76A286
(118,162,134)
#86AD95
(134,173,149)
#96B8A4
(150,184,164)
#A6C3B3
(166,195,179)
#B6CEC2
(182,206,194)
#C6D9D1
(198,217,209)
#D6E4E0
(214,228,224)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468159; }

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

This text font color is #468159.


Background Color

.myBgColor { background-color: #468159; }

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

This div background color is #468159.


Border color

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

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

This div border color is #468159.


Opacity

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

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

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

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

This text has shadow with #468159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468159 on black background.


Color preview on white background

This text has color #468159 on white background.



Black color preview on #468159 background

This text has black color on #468159 background.


White color preview on #468159 background

This text has white color on #468159 background.