COLOR #466D54

HEX: #466D54
RGB: (70,109,84)

Renk bilgisi

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

RGB renk modeli

#466D54 color RGB value is (70,109,84).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 109 of 255 = 43%
B 84 of 255 = 33%

70
109
84

R + G + B ~ 34%. #466D54 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 109 + 84 = 263 (100%)
R 70 of 263 ~ 26.62%
G 109 of 263 ~ 41.44%
B 84 of 263 ~ 31.94%

%26.62
%41.44
%31.94

CMYK RENK MODELİ

#466D54 rengi CMYK tonu (36,0,23,57).

  • camgöbeği tonu 35.78%
  • eflatun tonu 0.00%
  • sarı tonu 22.94%
  • ana renk tonu 57.25%
CMYK:
(36,0,23,57)
C36M0Y23K57 
(36%,0%,23%,57%)
(0.36/0.00/0.23/0.57)	

CMYK yüzdeleri

%35.78
%0
%22.94
%57.25

Codes

Color #466D54 in popluar color models

466D54
RGB7010984
HSL142°21.79%35.10%
HSB/HSV142°35.78%42.75%
CMYK35.78%0.00%22.94%
57.25%

Color #466D54 in popluar number systems.

HEX466D54
Decimal7010984
Binary100011011011011010100
Octal106155124

Shades and tints

Shades of #466D54

#466D54
(70,109,84)
#40644D
(64,100,77)
#3A5B46
(58,91,70)
#34523F
(52,82,63)
#2E4938
(46,73,56)
#284031
(40,64,49)
#22372A
(34,55,42)
#1C2E23
(28,46,35)
#16251C
(22,37,28)
#101C15
(16,28,21)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #466D54

#466D54
(70,109,84)
#567A63
(86,122,99)
#668772
(102,135,114)
#769481
(118,148,129)
#86A190
(134,161,144)
#96AE9F
(150,174,159)
#A6BBAE
(166,187,174)
#B6C8BD
(182,200,189)
#C6D5CC
(198,213,204)
#D6E2DB
(214,226,219)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466D54; }

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

This text font color is #466D54.


Background Color

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

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

This div background color is #466D54.


Border color

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

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

This div border color is #466D54.


Opacity

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

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

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

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

This text has shadow with #466D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D54 on black background.


Color preview on white background

This text has color #466D54 on white background.



Black color preview on #466D54 background

This text has black color on #466D54 background.


White color preview on #466D54 background

This text has white color on #466D54 background.