COLOR #468D8F

HEX: #468D8F
RGB: (70,141,143)

Color info

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

RGB color model

#468D8F color RGB value is (70,141,143).

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

RGB channels and saturation

R 70 of 255 = 27%
G 141 of 255 = 55%
B 143 of 255 = 56%

70
141
143

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

Portions of RGB colors in percentages

R + G + B =
70 + 141 + 143 = 354 (100%)
R 70 of 354 ~ 19.77%
G 141 of 354 ~ 39.83%
B 143 of 354 ~ 40.4%

%19.77
%39.83
%40.4

CMYK color model

#468D8F color CMYK value is (51,1,0,44).

  • cyan value is 51.05%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(51,1,0,44)
C51M1Y0K44 
(51%,1%,0%,44%)
(0.51/0.01/0.00/0.44)	

CMYK percentages

%51.05
%1.4
%0
%43.92

Codes

Color #468D8F in popluar color models

468D8F
RGB70141143
HSL182°34.27%41.76%
HSB/HSV182°51.05%56.08%
CMYK51.05%1.40%0.00%
43.92%

Color #468D8F in popluar number systems.

HEX468D8F
Decimal70141143
Binary10001101000110110001111
Octal106215217

Shades and tints

Shades of #468D8F

#468D8F
(70,141,143)
#408182
(64,129,130)
#3A7575
(58,117,117)
#346968
(52,105,104)
#2E5D5B
(46,93,91)
#28514E
(40,81,78)
#224541
(34,69,65)
#1C3934
(28,57,52)
#162D27
(22,45,39)
#10211A
(16,33,26)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #468D8F

#468D8F
(70,141,143)
#569799
(86,151,153)
#66A1A3
(102,161,163)
#76ABAD
(118,171,173)
#86B5B7
(134,181,183)
#96BFC1
(150,191,193)
#A6C9CB
(166,201,203)
#B6D3D5
(182,211,213)
#C6DDDF
(198,221,223)
#D6E7E9
(214,231,233)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468D8F; }

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

This text font color is #468D8F.


Background Color

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

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

This div background color is #468D8F.


Border color

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

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

This div border color is #468D8F.


Opacity

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

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

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

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

This text has shadow with #468D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468D8F on black background.


Color preview on white background

This text has color #468D8F on white background.



Black color preview on #468D8F background

This text has black color on #468D8F background.


White color preview on #468D8F background

This text has white color on #468D8F background.