COLOR #466F46

HEX: #466F46
RGB: (70,111,70)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

70
111
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 111 + 70 = 251 (100%)
R 70 of 251 ~ 27.89%
G 111 of 251 ~ 44.22%
B 70 of 251 ~ 27.89%

%27.89
%44.22
%27.89

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%36.94
%0
%36.94
%56.47

Codes

Color #466F46 in popluar color models

466F46
RGB7011170
HSL120°22.65%35.49%
HSB/HSV120°36.94%43.53%
CMYK36.94%0.00%36.94%
56.47%

Color #466F46 in popluar number systems.

HEX466F46
Decimal7011170
Binary100011011011111000110
Octal106157106

Shades and tints

Shades of #466F46

#466F46
(70,111,70)
#406540
(64,101,64)
#3A5B3A
(58,91,58)
#345134
(52,81,52)
#2E472E
(46,71,46)
#283D28
(40,61,40)
#223322
(34,51,34)
#1C291C
(28,41,28)
#161F16
(22,31,22)
#101510
(16,21,16)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #466F46

#466F46
(70,111,70)
#567C56
(86,124,86)
#668966
(102,137,102)
#769676
(118,150,118)
#86A386
(134,163,134)
#96B096
(150,176,150)
#A6BDA6
(166,189,166)
#B6CAB6
(182,202,182)
#C6D7C6
(198,215,198)
#D6E4D6
(214,228,214)
#E6F1E6
(230,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466F46; }

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

This text font color is #466F46.


Background Color

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

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

This div background color is #466F46.


Border color

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

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

This div border color is #466F46.


Opacity

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

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

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

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

This text has shadow with #466F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466F46 on black background.


Color preview on white background

This text has color #466F46 on white background.



Black color preview on #466F46 background

This text has black color on #466F46 background.


White color preview on #466F46 background

This text has white color on #466F46 background.