COLOR #466D59

HEX: #466D59
RGB: (70,109,89)

Renk bilgisi

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

RGB renk modeli

#466D59 color RGB value is (70,109,89).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 109 of 255 = 43%
B 89 of 255 = 35%

70
109
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 109 + 89 = 268 (100%)
R 70 of 268 ~ 26.12%
G 109 of 268 ~ 40.67%
B 89 of 268 ~ 33.21%

%26.12
%40.67
%33.21

CMYK RENK MODELİ

#466D59 rengi CMYK tonu (36,0,18,57).

  • camgöbeği tonu 35.78%
  • eflatun tonu 0.00%
  • sarı tonu 18.35%
  • ana renk tonu 57.25%
CMYK:
(36,0,18,57)
C36M0Y18K57 
(36%,0%,18%,57%)
(0.36/0.00/0.18/0.57)	

CMYK yüzdeleri

%35.78
%0
%18.35
%57.25

Codes

Color #466D59 in popluar color models

466D59
RGB7010989
HSL149°21.79%35.10%
HSB/HSV149°35.78%42.75%
CMYK35.78%0.00%18.35%
57.25%

Color #466D59 in popluar number systems.

HEX466D59
Decimal7010989
Binary100011011011011011001
Octal106155131

Shades and tints

Shades of #466D59

#466D59
(70,109,89)
#406451
(64,100,81)
#3A5B49
(58,91,73)
#345241
(52,82,65)
#2E4939
(46,73,57)
#284031
(40,64,49)
#223729
(34,55,41)
#1C2E21
(28,46,33)
#162519
(22,37,25)
#101C11
(16,28,17)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #466D59

#466D59
(70,109,89)
#567A68
(86,122,104)
#668777
(102,135,119)
#769486
(118,148,134)
#86A195
(134,161,149)
#96AEA4
(150,174,164)
#A6BBB3
(166,187,179)
#B6C8C2
(182,200,194)
#C6D5D1
(198,213,209)
#D6E2E0
(214,226,224)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466D59; }

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

This text font color is #466D59.


Background Color

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

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

This div background color is #466D59.


Border color

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

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

This div border color is #466D59.


Opacity

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

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

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

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

This text has shadow with #466D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D59 on black background.


Color preview on white background

This text has color #466D59 on white background.



Black color preview on #466D59 background

This text has black color on #466D59 background.


White color preview on #466D59 background

This text has white color on #466D59 background.