COLOR #466F49

HEX: #466F49
RGB: (70,111,73)

Renk bilgisi

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

RGB renk modeli

#466F49 color RGB value is (70,111,73).

  • kırmız ton 70;
  • yeşil ton 111;
  • mavi ton 73.
RGB:
(70,111,73)
(27%,44%,29%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 111 of 255 = 44%
B 73 of 255 = 29%

70
111
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 111 + 73 = 254 (100%)
R 70 of 254 ~ 27.56%
G 111 of 254 ~ 43.7%
B 73 of 254 ~ 28.74%

%27.56
%43.7
%28.74

CMYK RENK MODELİ

#466F49 rengi CMYK tonu (37,0,34,56).

  • camgöbeği tonu 36.94%
  • eflatun tonu 0.00%
  • sarı tonu 34.23%
  • ana renk tonu 56.47%
CMYK:
(37,0,34,56)
C37M0Y34K56 
(37%,0%,34%,56%)
(0.37/0.00/0.34/0.56)	

CMYK yüzdeleri

%36.94
%0
%34.23
%56.47

Codes

Color #466F49 in popluar color models

466F49
RGB7011173
HSL124°22.65%35.49%
HSB/HSV124°36.94%43.53%
CMYK36.94%0.00%34.23%
56.47%

Color #466F49 in popluar number systems.

HEX466F49
Decimal7011173
Binary100011011011111001001
Octal106157111

Shades and tints

Shades of #466F49

#466F49
(70,111,73)
#406543
(64,101,67)
#3A5B3D
(58,91,61)
#345137
(52,81,55)
#2E4731
(46,71,49)
#283D2B
(40,61,43)
#223325
(34,51,37)
#1C291F
(28,41,31)
#161F19
(22,31,25)
#101513
(16,21,19)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #466F49

#466F49
(70,111,73)
#567C59
(86,124,89)
#668969
(102,137,105)
#769679
(118,150,121)
#86A389
(134,163,137)
#96B099
(150,176,153)
#A6BDA9
(166,189,169)
#B6CAB9
(182,202,185)
#C6D7C9
(198,215,201)
#D6E4D9
(214,228,217)
#E6F1E9
(230,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466F49 color. Also use rgb(70,111,73) instead hex code.

Text Font Color

.myTextColor { color: #466F49; }

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

This text font color is #466F49.


Background Color

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

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

This div background color is #466F49.


Border color

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

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

This div border color is #466F49.


Opacity

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

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

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

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

This text has shadow with #466F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466F49 on black background.


Color preview on white background

This text has color #466F49 on white background.



Black color preview on #466F49 background

This text has black color on #466F49 background.


White color preview on #466F49 background

This text has white color on #466F49 background.