COLOR #468860

HEX: #468860
RGB: (70,136,96)

Color info

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

RGB color model

#468860 color RGB value is (70,136,96).

  • red value is 70;
  • green value is 136;
  • blue value is 96.
RGB:
(70,136,96)
(27%,53%,38%)

RGB channels and saturation

R 70 of 255 = 27%
G 136 of 255 = 53%
B 96 of 255 = 38%

70
136
96

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

Portions of RGB colors in percentages

R + G + B =
70 + 136 + 96 = 302 (100%)
R 70 of 302 ~ 23.18%
G 136 of 302 ~ 45.03%
B 96 of 302 ~ 31.79%

%23.18
%45.03
%31.79

CMYK color model

#468860 color CMYK value is (49,0,29,47).

  • cyan value is 48.53%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 46.67%
CMYK:
(49,0,29,47)
C49M0Y29K47 
(49%,0%,29%,47%)
(0.49/0.00/0.29/0.47)	

CMYK percentages

%48.53
%0
%29.41
%46.67

Codes

Color #468860 in popluar color models

468860
RGB7013696
HSL144°32.04%40.39%
HSB/HSV144°48.53%53.33%
CMYK48.53%0.00%29.41%
46.67%

Color #468860 in popluar number systems.

HEX468860
Decimal7013696
Binary1000110100010001100000
Octal106210140

Shades and tints

Shades of #468860

#468860
(70,136,96)
#407C58
(64,124,88)
#3A7050
(58,112,80)
#346448
(52,100,72)
#2E5840
(46,88,64)
#284C38
(40,76,56)
#224030
(34,64,48)
#1C3428
(28,52,40)
#162820
(22,40,32)
#101C18
(16,28,24)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #468860

#468860
(70,136,96)
#56926E
(86,146,110)
#669C7C
(102,156,124)
#76A68A
(118,166,138)
#86B098
(134,176,152)
#96BAA6
(150,186,166)
#A6C4B4
(166,196,180)
#B6CEC2
(182,206,194)
#C6D8D0
(198,216,208)
#D6E2DE
(214,226,222)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468860 color. Also use rgb(70,136,96) instead hex code.

Text Font Color

.myTextColor { color: #468860; }

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

This text font color is #468860.


Background Color

.myBgColor { background-color: #468860; }

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

This div background color is #468860.


Border color

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

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

This div border color is #468860.


Opacity

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

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

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

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

This text has shadow with #468860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468860 on black background.


Color preview on white background

This text has color #468860 on white background.



Black color preview on #468860 background

This text has black color on #468860 background.


White color preview on #468860 background

This text has white color on #468860 background.