COLOR #466F66

HEX: #466F66
RGB: (70,111,102)

Color info

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

RGB color model

#466F66 color RGB value is (70,111,102).

  • red value is 70;
  • green value is 111;
  • blue value is 102.
RGB:
(70,111,102)
(27%,44%,40%)

RGB channels and saturation

R 70 of 255 = 27%
G 111 of 255 = 44%
B 102 of 255 = 40%

70
111
102

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

Portions of RGB colors in percentages

R + G + B =
70 + 111 + 102 = 283 (100%)
R 70 of 283 ~ 24.73%
G 111 of 283 ~ 39.22%
B 102 of 283 ~ 36.04%

%24.73
%39.22
%36.04

CMYK color model

#466F66 color CMYK value is (37,0,8,56).

  • cyan value is 36.94%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 56.47%
CMYK:
(37,0,8,56)
C37M0Y8K56 
(37%,0%,8%,56%)
(0.37/0.00/0.08/0.56)	

CMYK percentages

%36.94
%0
%8.11
%56.47

Codes

Color #466F66 in popluar color models

466F66
RGB70111102
HSL167°22.65%35.49%
HSB/HSV167°36.94%43.53%
CMYK36.94%0.00%8.11%
56.47%

Color #466F66 in popluar number systems.

HEX466F66
Decimal70111102
Binary100011011011111100110
Octal106157146

Shades and tints

Shades of #466F66

#466F66
(70,111,102)
#40655D
(64,101,93)
#3A5B54
(58,91,84)
#34514B
(52,81,75)
#2E4742
(46,71,66)
#283D39
(40,61,57)
#223330
(34,51,48)
#1C2927
(28,41,39)
#161F1E
(22,31,30)
#101515
(16,21,21)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #466F66

#466F66
(70,111,102)
#567C73
(86,124,115)
#668980
(102,137,128)
#76968D
(118,150,141)
#86A39A
(134,163,154)
#96B0A7
(150,176,167)
#A6BDB4
(166,189,180)
#B6CAC1
(182,202,193)
#C6D7CE
(198,215,206)
#D6E4DB
(214,228,219)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466F66 color. Also use rgb(70,111,102) instead hex code.

Text Font Color

.myTextColor { color: #466F66; }

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

This text font color is #466F66.


Background Color

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

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

This div background color is #466F66.


Border color

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

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

This div border color is #466F66.


Opacity

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

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

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

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

This text has shadow with #466F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466F66 on black background.


Color preview on white background

This text has color #466F66 on white background.



Black color preview on #466F66 background

This text has black color on #466F66 background.


White color preview on #466F66 background

This text has white color on #466F66 background.