COLOR #466D57

HEX: #466D57
RGB: (70,109,87)

Renk bilgisi

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

RGB renk modeli

#466D57 color RGB value is (70,109,87).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 109 of 255 = 43%
B 87 of 255 = 34%

70
109
87

R + G + B ~ 35%. #466D57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 109 + 87 = 266 (100%)
R 70 of 266 ~ 26.32%
G 109 of 266 ~ 40.98%
B 87 of 266 ~ 32.71%

%26.32
%40.98
%32.71

CMYK RENK MODELİ

#466D57 rengi CMYK tonu (36,0,20,57).

  • camgöbeği tonu 35.78%
  • eflatun tonu 0.00%
  • sarı tonu 20.18%
  • ana renk tonu 57.25%
CMYK:
(36,0,20,57)
C36M0Y20K57 
(36%,0%,20%,57%)
(0.36/0.00/0.20/0.57)	

CMYK yüzdeleri

%35.78
%0
%20.18
%57.25

Codes

Color #466D57 in popluar color models

466D57
RGB7010987
HSL146°21.79%35.10%
HSB/HSV146°35.78%42.75%
CMYK35.78%0.00%20.18%
57.25%

Color #466D57 in popluar number systems.

HEX466D57
Decimal7010987
Binary100011011011011010111
Octal106155127

Shades and tints

Shades of #466D57

#466D57
(70,109,87)
#406450
(64,100,80)
#3A5B49
(58,91,73)
#345242
(52,82,66)
#2E493B
(46,73,59)
#284034
(40,64,52)
#22372D
(34,55,45)
#1C2E26
(28,46,38)
#16251F
(22,37,31)
#101C18
(16,28,24)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #466D57

#466D57
(70,109,87)
#567A66
(86,122,102)
#668775
(102,135,117)
#769484
(118,148,132)
#86A193
(134,161,147)
#96AEA2
(150,174,162)
#A6BBB1
(166,187,177)
#B6C8C0
(182,200,192)
#C6D5CF
(198,213,207)
#D6E2DE
(214,226,222)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466D57; }

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

This text font color is #466D57.


Background Color

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

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

This div background color is #466D57.


Border color

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

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

This div border color is #466D57.


Opacity

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

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

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

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

This text has shadow with #466D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D57 on black background.


Color preview on white background

This text has color #466D57 on white background.



Black color preview on #466D57 background

This text has black color on #466D57 background.


White color preview on #466D57 background

This text has white color on #466D57 background.