COLOR #466D4D

HEX: #466D4D
RGB: (70,109,77)

Renk bilgisi

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

RGB renk modeli

#466D4D color RGB value is (70,109,77).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 109 of 255 = 43%
B 77 of 255 = 30%

70
109
77

R + G + B ~ 33%. #466D4D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 109 + 77 = 256 (100%)
R 70 of 256 ~ 27.34%
G 109 of 256 ~ 42.58%
B 77 of 256 ~ 30.08%

%27.34
%42.58
%30.08

CMYK RENK MODELİ

#466D4D rengi CMYK tonu (36,0,29,57).

  • camgöbeği tonu 35.78%
  • eflatun tonu 0.00%
  • sarı tonu 29.36%
  • ana renk tonu 57.25%
CMYK:
(36,0,29,57)
C36M0Y29K57 
(36%,0%,29%,57%)
(0.36/0.00/0.29/0.57)	

CMYK yüzdeleri

%35.78
%0
%29.36
%57.25

Codes

Color #466D4D in popluar color models

466D4D
RGB7010977
HSL131°21.79%35.10%
HSB/HSV131°35.78%42.75%
CMYK35.78%0.00%29.36%
57.25%

Color #466D4D in popluar number systems.

HEX466D4D
Decimal7010977
Binary100011011011011001101
Octal106155115

Shades and tints

Shades of #466D4D

#466D4D
(70,109,77)
#406446
(64,100,70)
#3A5B3F
(58,91,63)
#345238
(52,82,56)
#2E4931
(46,73,49)
#28402A
(40,64,42)
#223723
(34,55,35)
#1C2E1C
(28,46,28)
#162515
(22,37,21)
#101C0E
(16,28,14)
#0A1307
(10,19,7)
#000000
(0,0,0)

Tints of #466D4D

#466D4D
(70,109,77)
#567A5D
(86,122,93)
#66876D
(102,135,109)
#76947D
(118,148,125)
#86A18D
(134,161,141)
#96AE9D
(150,174,157)
#A6BBAD
(166,187,173)
#B6C8BD
(182,200,189)
#C6D5CD
(198,213,205)
#D6E2DD
(214,226,221)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466D4D; }

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

This text font color is #466D4D.


Background Color

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

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

This div background color is #466D4D.


Border color

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

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

This div border color is #466D4D.


Opacity

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

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

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

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

This text has shadow with #466D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D4D on black background.


Color preview on white background

This text has color #466D4D on white background.



Black color preview on #466D4D background

This text has black color on #466D4D background.


White color preview on #466D4D background

This text has white color on #466D4D background.