COLOR #466E68

HEX: #466E68
RGB: (70,110,104)

Color info

#466E68 contains red, green and blue colors in about the same proportion. Web safe color of #466E68 is #336666 (or #366).

RGB color model

#466E68 color RGB value is (70,110,104).

  • red value is 70;
  • green value is 110;
  • blue value is 104.
RGB:
(70,110,104)
(27%,43%,41%)

RGB channels and saturation

R 70 of 255 = 27%
G 110 of 255 = 43%
B 104 of 255 = 41%

70
110
104

R + G + B ~ 37%. #466E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 110 + 104 = 284 (100%)
R 70 of 284 ~ 24.65%
G 110 of 284 ~ 38.73%
B 104 of 284 ~ 36.62%

%24.65
%38.73
%36.62

CMYK color model

#466E68 color CMYK value is (36,0,5,57).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 56.86%
CMYK:
(36,0,5,57)
C36M0Y5K57 
(36%,0%,5%,57%)
(0.36/0.00/0.05/0.57)	

CMYK percentages

%36.36
%0
%5.45
%56.86

Codes

Color #466E68 in popluar color models

466E68
RGB70110104
HSL171°22.22%35.29%
HSB/HSV171°36.36%43.14%
CMYK36.36%0.00%5.45%
56.86%

Color #466E68 in popluar number systems.

HEX466E68
Decimal70110104
Binary100011011011101101000
Octal106156150

Shades and tints

Shades of #466E68

#466E68
(70,110,104)
#40645F
(64,100,95)
#3A5A56
(58,90,86)
#34504D
(52,80,77)
#2E4644
(46,70,68)
#283C3B
(40,60,59)
#223232
(34,50,50)
#1C2829
(28,40,41)
#161E20
(22,30,32)
#101417
(16,20,23)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #466E68

#466E68
(70,110,104)
#567B75
(86,123,117)
#668882
(102,136,130)
#76958F
(118,149,143)
#86A29C
(134,162,156)
#96AFA9
(150,175,169)
#A6BCB6
(166,188,182)
#B6C9C3
(182,201,195)
#C6D6D0
(198,214,208)
#D6E3DD
(214,227,221)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466E68 color. Also use rgb(70,110,104) instead hex code.

Text Font Color

.myTextColor { color: #466E68; }

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

This text font color is #466E68.


Background Color

.myBgColor { background-color: #466E68; }

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

This div background color is #466E68.


Border color

.myBorderColor { border: 1px solid #466E68; }

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

This div border color is #466E68.


Opacity

.myOpacity80 { color: #466E68; opacity: 0.8; }

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

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

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

This text has shadow with #466E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466E68 on black background.


Color preview on white background

This text has color #466E68 on white background.



Black color preview on #466E68 background

This text has black color on #466E68 background.


White color preview on #466E68 background

This text has white color on #466E68 background.