COLOR #466D64

HEX: #466D64
RGB: (70,109,100)

Renk bilgisi

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

RGB renk modeli

#466D64 color RGB value is (70,109,100).

  • kırmız ton 70;
  • yeşil ton 109;
  • mavi ton 100.
RGB:
(70,109,100)
(27%,43%,39%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 109 of 255 = 43%
B 100 of 255 = 39%

70
109
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 109 + 100 = 279 (100%)
R 70 of 279 ~ 25.09%
G 109 of 279 ~ 39.07%
B 100 of 279 ~ 35.84%

%25.09
%39.07
%35.84

CMYK RENK MODELİ

#466D64 rengi CMYK tonu (36,0,8,57).

  • camgöbeği tonu 35.78%
  • eflatun tonu 0.00%
  • sarı tonu 8.26%
  • ana renk tonu 57.25%
CMYK:
(36,0,8,57)
C36M0Y8K57 
(36%,0%,8%,57%)
(0.36/0.00/0.08/0.57)	

CMYK yüzdeleri

%35.78
%0
%8.26
%57.25

Codes

Color #466D64 in popluar color models

466D64
RGB70109100
HSL166°21.79%35.10%
HSB/HSV166°35.78%42.75%
CMYK35.78%0.00%8.26%
57.25%

Color #466D64 in popluar number systems.

HEX466D64
Decimal70109100
Binary100011011011011100100
Octal106155144

Shades and tints

Shades of #466D64

#466D64
(70,109,100)
#40645B
(64,100,91)
#3A5B52
(58,91,82)
#345249
(52,82,73)
#2E4940
(46,73,64)
#284037
(40,64,55)
#22372E
(34,55,46)
#1C2E25
(28,46,37)
#16251C
(22,37,28)
#101C13
(16,28,19)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #466D64

#466D64
(70,109,100)
#567A72
(86,122,114)
#668780
(102,135,128)
#76948E
(118,148,142)
#86A19C
(134,161,156)
#96AEAA
(150,174,170)
#A6BBB8
(166,187,184)
#B6C8C6
(182,200,198)
#C6D5D4
(198,213,212)
#D6E2E2
(214,226,226)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466D64; }

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

This text font color is #466D64.


Background Color

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

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

This div background color is #466D64.


Border color

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

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

This div border color is #466D64.


Opacity

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

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

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

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

This text has shadow with #466D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D64 on black background.


Color preview on white background

This text has color #466D64 on white background.



Black color preview on #466D64 background

This text has black color on #466D64 background.


White color preview on #466D64 background

This text has white color on #466D64 background.