COLOR #468796

HEX: #468796
RGB: (70,135,150)

Color info

#468796 contains mainly green and blue colors. Web safe color of #468796 is #339999 (or #399).

RGB color model

#468796 color RGB value is (70,135,150).

  • red value is 70;
  • green value is 135;
  • blue value is 150.
RGB:
(70,135,150)
(27%,53%,59%)

RGB channels and saturation

R 70 of 255 = 27%
G 135 of 255 = 53%
B 150 of 255 = 59%

70
135
150

R + G + B ~ 46%. #468796 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 135 + 150 = 355 (100%)
R 70 of 355 ~ 19.72%
G 135 of 355 ~ 38.03%
B 150 of 355 ~ 42.25%

%19.72
%38.03
%42.25

CMYK color model

#468796 color CMYK value is (53,10,0,41).

  • cyan value is 53.33%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(53,10,0,41)
C53M10Y0K41 
(53%,10%,0%,41%)
(0.53/0.10/0.00/0.41)	

CMYK percentages

%53.33
%10
%0
%41.18

Codes

Color #468796 in popluar color models

468796
RGB70135150
HSL191°36.36%43.14%
HSB/HSV191°53.33%58.82%
CMYK53.33%10.00%0.00%
41.18%

Color #468796 in popluar number systems.

HEX468796
Decimal70135150
Binary10001101000011110010110
Octal106207226

Shades and tints

Shades of #468796

#468796
(70,135,150)
#407B89
(64,123,137)
#3A6F7C
(58,111,124)
#34636F
(52,99,111)
#2E5762
(46,87,98)
#284B55
(40,75,85)
#223F48
(34,63,72)
#1C333B
(28,51,59)
#16272E
(22,39,46)
#101B21
(16,27,33)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #468796

#468796
(70,135,150)
#56919F
(86,145,159)
#669BA8
(102,155,168)
#76A5B1
(118,165,177)
#86AFBA
(134,175,186)
#96B9C3
(150,185,195)
#A6C3CC
(166,195,204)
#B6CDD5
(182,205,213)
#C6D7DE
(198,215,222)
#D6E1E7
(214,225,231)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468796 color. Also use rgb(70,135,150) instead hex code.

Text Font Color

.myTextColor { color: #468796; }

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

This text font color is #468796.


Background Color

.myBgColor { background-color: #468796; }

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

This div background color is #468796.


Border color

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

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

This div border color is #468796.


Opacity

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

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

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

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

This text has shadow with #468796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468796 on black background.


Color preview on white background

This text has color #468796 on white background.



Black color preview on #468796 background

This text has black color on #468796 background.


White color preview on #468796 background

This text has white color on #468796 background.