COLOR #466D68

HEX: #466D68
RGB: (70,109,104)

Color info

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

RGB color model

#466D68 color RGB value is (70,109,104).

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

RGB channels and saturation

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

70
109
104

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

Portions of RGB colors in percentages

R + G + B =
70 + 109 + 104 = 283 (100%)
R 70 of 283 ~ 24.73%
G 109 of 283 ~ 38.52%
B 104 of 283 ~ 36.75%

%24.73
%38.52
%36.75

CMYK color model

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

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

CMYK percentages

%35.78
%0
%4.59
%57.25

Codes

Color #466D68 in popluar color models

466D68
RGB70109104
HSL172°21.79%35.10%
HSB/HSV172°35.78%42.75%
CMYK35.78%0.00%4.59%
57.25%

Color #466D68 in popluar number systems.

HEX466D68
Decimal70109104
Binary100011011011011101000
Octal106155150

Shades and tints

Shades of #466D68

#466D68
(70,109,104)
#40645F
(64,100,95)
#3A5B56
(58,91,86)
#34524D
(52,82,77)
#2E4944
(46,73,68)
#28403B
(40,64,59)
#223732
(34,55,50)
#1C2E29
(28,46,41)
#162520
(22,37,32)
#101C17
(16,28,23)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #466D68

#466D68
(70,109,104)
#567A75
(86,122,117)
#668782
(102,135,130)
#76948F
(118,148,143)
#86A19C
(134,161,156)
#96AEA9
(150,174,169)
#A6BBB6
(166,187,182)
#B6C8C3
(182,200,195)
#C6D5D0
(198,213,208)
#D6E2DD
(214,226,221)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466D68; }

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

This text font color is #466D68.


Background Color

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

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

This div background color is #466D68.


Border color

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

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

This div border color is #466D68.


Opacity

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

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

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

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

This text has shadow with #466D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D68 on black background.


Color preview on white background

This text has color #466D68 on white background.



Black color preview on #466D68 background

This text has black color on #466D68 background.


White color preview on #466D68 background

This text has white color on #466D68 background.