COLOR #466A4B

HEX: #466A4B
RGB: (70,106,75)

Renk bilgisi

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

RGB renk modeli

#466A4B color RGB value is (70,106,75).

  • kırmız ton 70;
  • yeşil ton 106;
  • mavi ton 75.
RGB:
(70,106,75)
(27%,42%,29%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 106 of 255 = 42%
B 75 of 255 = 29%

70
106
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 106 + 75 = 251 (100%)
R 70 of 251 ~ 27.89%
G 106 of 251 ~ 42.23%
B 75 of 251 ~ 29.88%

%27.89
%42.23
%29.88

CMYK RENK MODELİ

#466A4B rengi CMYK tonu (34,0,29,58).

  • camgöbeği tonu 33.96%
  • eflatun tonu 0.00%
  • sarı tonu 29.25%
  • ana renk tonu 58.43%
CMYK:
(34,0,29,58)
C34M0Y29K58 
(34%,0%,29%,58%)
(0.34/0.00/0.29/0.58)	

CMYK yüzdeleri

%33.96
%0
%29.25
%58.43

Codes

Color #466A4B in popluar color models

466A4B
RGB7010675
HSL128°20.45%34.51%
HSB/HSV128°33.96%41.57%
CMYK33.96%0.00%29.25%
58.43%

Color #466A4B in popluar number systems.

HEX466A4B
Decimal7010675
Binary100011011010101001011
Octal106152113

Shades and tints

Shades of #466A4B

#466A4B
(70,106,75)
#406145
(64,97,69)
#3A583F
(58,88,63)
#344F39
(52,79,57)
#2E4633
(46,70,51)
#283D2D
(40,61,45)
#223427
(34,52,39)
#1C2B21
(28,43,33)
#16221B
(22,34,27)
#101915
(16,25,21)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #466A4B

#466A4B
(70,106,75)
#56775B
(86,119,91)
#66846B
(102,132,107)
#76917B
(118,145,123)
#869E8B
(134,158,139)
#96AB9B
(150,171,155)
#A6B8AB
(166,184,171)
#B6C5BB
(182,197,187)
#C6D2CB
(198,210,203)
#D6DFDB
(214,223,219)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466A4B; }

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

This text font color is #466A4B.


Background Color

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

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

This div background color is #466A4B.


Border color

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

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

This div border color is #466A4B.


Opacity

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

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

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

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

This text has shadow with #466A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466A4B on black background.


Color preview on white background

This text has color #466A4B on white background.



Black color preview on #466A4B background

This text has black color on #466A4B background.


White color preview on #466A4B background

This text has white color on #466A4B background.