COLOR #466C66

HEX: #466C66
RGB: (70,108,102)

Renk bilgisi

#466C66 contains red, green and blue colors in about the same proportion. #466C66 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#466C66 color RGB value is (70,108,102).

  • kırmız ton 70;
  • yeşil ton 108;
  • mavi ton 102.
RGB:
(70,108,102)
(27%,42%,40%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 108 of 255 = 42%
B 102 of 255 = 40%

70
108
102

R + G + B ~ 36%. #466C66 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 108 + 102 = 280 (100%)
R 70 of 280 ~ 25%
G 108 of 280 ~ 38.57%
B 102 of 280 ~ 36.43%

%25
%38.57
%36.43

CMYK RENK MODELİ

#466C66 rengi CMYK tonu (35,0,6,58).

  • camgöbeği tonu 35.19%
  • eflatun tonu 0.00%
  • sarı tonu 5.56%
  • ana renk tonu 57.65%
CMYK:
(35,0,6,58)
C35M0Y6K58 
(35%,0%,6%,58%)
(0.35/0.00/0.06/0.58)	

CMYK yüzdeleri

%35.19
%0
%5.56
%57.65

Codes

Color #466C66 in popluar color models

466C66
RGB70108102
HSL171°21.35%34.90%
HSB/HSV171°35.19%42.35%
CMYK35.19%0.00%5.56%
57.65%

Color #466C66 in popluar number systems.

HEX466C66
Decimal70108102
Binary100011011011001100110
Octal106154146

Shades and tints

Shades of #466C66

#466C66
(70,108,102)
#40635D
(64,99,93)
#3A5A54
(58,90,84)
#34514B
(52,81,75)
#2E4842
(46,72,66)
#283F39
(40,63,57)
#223630
(34,54,48)
#1C2D27
(28,45,39)
#16241E
(22,36,30)
#101B15
(16,27,21)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #466C66

#466C66
(70,108,102)
#567973
(86,121,115)
#668680
(102,134,128)
#76938D
(118,147,141)
#86A09A
(134,160,154)
#96ADA7
(150,173,167)
#A6BAB4
(166,186,180)
#B6C7C1
(182,199,193)
#C6D4CE
(198,212,206)
#D6E1DB
(214,225,219)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466C66; }

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

This text font color is #466C66.


Background Color

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

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

This div background color is #466C66.


Border color

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

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

This div border color is #466C66.


Opacity

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

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

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

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

This text has shadow with #466C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466C66 on black background.


Color preview on white background

This text has color #466C66 on white background.



Black color preview on #466C66 background

This text has black color on #466C66 background.


White color preview on #466C66 background

This text has white color on #466C66 background.