COLOR #468F79

HEX: #468F79
RGB: (70,143,121)

Color info

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

RGB color model

#468F79 color RGB value is (70,143,121).

  • red value is 70;
  • green value is 143;
  • blue value is 121.
RGB:
(70,143,121)
(27%,56%,47%)

RGB channels and saturation

R 70 of 255 = 27%
G 143 of 255 = 56%
B 121 of 255 = 47%

70
143
121

R + G + B ~ 43%. #468F79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 143 + 121 = 334 (100%)
R 70 of 334 ~ 20.96%
G 143 of 334 ~ 42.81%
B 121 of 334 ~ 36.23%

%20.96
%42.81
%36.23

CMYK color model

#468F79 color CMYK value is (51,0,15,44).

  • cyan value is 51.05%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 43.92%
CMYK:
(51,0,15,44)
C51M0Y15K44 
(51%,0%,15%,44%)
(0.51/0.00/0.15/0.44)	

CMYK percentages

%51.05
%0
%15.38
%43.92

Codes

Color #468F79 in popluar color models

468F79
RGB70143121
HSL162°34.27%41.76%
HSB/HSV162°51.05%56.08%
CMYK51.05%0.00%15.38%
43.92%

Color #468F79 in popluar number systems.

HEX468F79
Decimal70143121
Binary1000110100011111111001
Octal106217171

Shades and tints

Shades of #468F79

#468F79
(70,143,121)
#40826E
(64,130,110)
#3A7563
(58,117,99)
#346858
(52,104,88)
#2E5B4D
(46,91,77)
#284E42
(40,78,66)
#224137
(34,65,55)
#1C342C
(28,52,44)
#162721
(22,39,33)
#101A16
(16,26,22)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #468F79

#468F79
(70,143,121)
#569985
(86,153,133)
#66A391
(102,163,145)
#76AD9D
(118,173,157)
#86B7A9
(134,183,169)
#96C1B5
(150,193,181)
#A6CBC1
(166,203,193)
#B6D5CD
(182,213,205)
#C6DFD9
(198,223,217)
#D6E9E5
(214,233,229)
#E6F3F1
(230,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468F79 color. Also use rgb(70,143,121) instead hex code.

Text Font Color

.myTextColor { color: #468F79; }

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

This text font color is #468F79.


Background Color

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

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

This div background color is #468F79.


Border color

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

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

This div border color is #468F79.


Opacity

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

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

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

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

This text has shadow with #468F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468F79 on black background.


Color preview on white background

This text has color #468F79 on white background.



Black color preview on #468F79 background

This text has black color on #468F79 background.


White color preview on #468F79 background

This text has white color on #468F79 background.