COLOR #466D31

HEX: #466D31
RGB: (70,109,49)

Renk bilgisi

#466D31 contains mainly red and green colors. #466D31 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#466D31 color RGB value is (70,109,49).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 109 of 255 = 43%
B 49 of 255 = 19%

70
109
49

R + G + B ~ 30%. #466D31 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 109 + 49 = 228 (100%)
R 70 of 228 ~ 30.7%
G 109 of 228 ~ 47.81%
B 49 of 228 ~ 21.49%

%30.7
%47.81
%21.49

CMYK RENK MODELİ

#466D31 rengi CMYK tonu (36,0,55,57).

  • camgöbeği tonu 35.78%
  • eflatun tonu 0.00%
  • sarı tonu 55.05%
  • ana renk tonu 57.25%
CMYK:
(36,0,55,57)
C36M0Y55K57 
(36%,0%,55%,57%)
(0.36/0.00/0.55/0.57)	

CMYK yüzdeleri

%35.78
%0
%55.05
%57.25

Codes

Color #466D31 in popluar color models

466D31
RGB7010949
HSL99°37.97%30.98%
HSB/HSV99°55.05%42.75%
CMYK35.78%0.00%55.05%
57.25%

Color #466D31 in popluar number systems.

HEX466D31
Decimal7010949
Binary10001101101101110001
Octal10615561

Shades and tints

Shades of #466D31

#466D31
(70,109,49)
#40642D
(64,100,45)
#3A5B29
(58,91,41)
#345225
(52,82,37)
#2E4921
(46,73,33)
#28401D
(40,64,29)
#223719
(34,55,25)
#1C2E15
(28,46,21)
#162511
(22,37,17)
#101C0D
(16,28,13)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #466D31

#466D31
(70,109,49)
#567A43
(86,122,67)
#668755
(102,135,85)
#769467
(118,148,103)
#86A179
(134,161,121)
#96AE8B
(150,174,139)
#A6BB9D
(166,187,157)
#B6C8AF
(182,200,175)
#C6D5C1
(198,213,193)
#D6E2D3
(214,226,211)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466D31; }

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

This text font color is #466D31.


Background Color

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

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

This div background color is #466D31.


Border color

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

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

This div border color is #466D31.


Opacity

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

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

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

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

This text has shadow with #466D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D31 on black background.


Color preview on white background

This text has color #466D31 on white background.



Black color preview on #466D31 background

This text has black color on #466D31 background.


White color preview on #466D31 background

This text has white color on #466D31 background.