COLOR #466B13

HEX: #466B13
RGB: (70,107,19)

Renk bilgisi

#466B13 contains mainly red and green colors. #466B13 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#466B13 color RGB value is (70,107,19).

  • kırmız ton 70;
  • yeşil ton 107;
  • mavi ton 19.
RGB:
(70,107,19)
(27%,42%,7%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 107 of 255 = 42%
B 19 of 255 = 7%

70
107
19

R + G + B ~ 25%. #466B13 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 107 + 19 = 196 (100%)
R 70 of 196 ~ 35.71%
G 107 of 196 ~ 54.59%
B 19 of 196 ~ 9.69%

%35.71
%54.59
%9.69

CMYK RENK MODELİ

#466B13 rengi CMYK tonu (35,0,82,58).

  • camgöbeği tonu 34.58%
  • eflatun tonu 0.00%
  • sarı tonu 82.24%
  • ana renk tonu 58.04%
CMYK:
(35,0,82,58)
C35M0Y82K58 
(35%,0%,82%,58%)
(0.35/0.00/0.82/0.58)	

CMYK yüzdeleri

%34.58
%0
%82.24
%58.04

Codes

Color #466B13 in popluar color models

466B13
RGB7010719
HSL85°69.84%24.71%
HSB/HSV85°82.24%41.96%
CMYK34.58%0.00%82.24%
58.04%

Color #466B13 in popluar number systems.

HEX466B13
Decimal7010719
Binary1000110110101110011
Octal10615323

Shades and tints

Shades of #466B13

#466B13
(70,107,19)
#406212
(64,98,18)
#3A5911
(58,89,17)
#345010
(52,80,16)
#2E470F
(46,71,15)
#283E0E
(40,62,14)
#22350D
(34,53,13)
#1C2C0C
(28,44,12)
#16230B
(22,35,11)
#101A0A
(16,26,10)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #466B13

#466B13
(70,107,19)
#567828
(86,120,40)
#66853D
(102,133,61)
#769252
(118,146,82)
#869F67
(134,159,103)
#96AC7C
(150,172,124)
#A6B991
(166,185,145)
#B6C6A6
(182,198,166)
#C6D3BB
(198,211,187)
#D6E0D0
(214,224,208)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466B13 color. Also use rgb(70,107,19) instead hex code.

Text Font Color

.myTextColor { color: #466B13; }

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

This text font color is #466B13.


Background Color

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

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

This div background color is #466B13.


Border color

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

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

This div border color is #466B13.


Opacity

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

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

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

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

This text has shadow with #466B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466B13 on black background.


Color preview on white background

This text has color #466B13 on white background.



Black color preview on #466B13 background

This text has black color on #466B13 background.


White color preview on #466B13 background

This text has white color on #466B13 background.