COLOR #466C5A

HEX: #466C5A
RGB: (70,108,90)

Renk bilgisi

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

RGB renk modeli

#466C5A color RGB value is (70,108,90).

  • kırmız ton 70;
  • yeşil ton 108;
  • mavi ton 90.
RGB:
(70,108,90)
(27%,42%,35%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 108 of 255 = 42%
B 90 of 255 = 35%

70
108
90

R + G + B ~ 35%. #466C5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 108 + 90 = 268 (100%)
R 70 of 268 ~ 26.12%
G 108 of 268 ~ 40.3%
B 90 of 268 ~ 33.58%

%26.12
%40.3
%33.58

CMYK RENK MODELİ

#466C5A rengi CMYK tonu (35,0,17,58).

  • camgöbeği tonu 35.19%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 57.65%
CMYK:
(35,0,17,58)
C35M0Y17K58 
(35%,0%,17%,58%)
(0.35/0.00/0.17/0.58)	

CMYK yüzdeleri

%35.19
%0
%16.67
%57.65

Codes

Color #466C5A in popluar color models

466C5A
RGB7010890
HSL152°21.35%34.90%
HSB/HSV152°35.19%42.35%
CMYK35.19%0.00%16.67%
57.65%

Color #466C5A in popluar number systems.

HEX466C5A
Decimal7010890
Binary100011011011001011010
Octal106154132

Shades and tints

Shades of #466C5A

#466C5A
(70,108,90)
#406352
(64,99,82)
#3A5A4A
(58,90,74)
#345142
(52,81,66)
#2E483A
(46,72,58)
#283F32
(40,63,50)
#22362A
(34,54,42)
#1C2D22
(28,45,34)
#16241A
(22,36,26)
#101B12
(16,27,18)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #466C5A

#466C5A
(70,108,90)
#567969
(86,121,105)
#668678
(102,134,120)
#769387
(118,147,135)
#86A096
(134,160,150)
#96ADA5
(150,173,165)
#A6BAB4
(166,186,180)
#B6C7C3
(182,199,195)
#C6D4D2
(198,212,210)
#D6E1E1
(214,225,225)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466C5A; }

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

This text font color is #466C5A.


Background Color

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

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

This div background color is #466C5A.


Border color

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

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

This div border color is #466C5A.


Opacity

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

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

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

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

This text has shadow with #466C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466C5A on black background.


Color preview on white background

This text has color #466C5A on white background.



Black color preview on #466C5A background

This text has black color on #466C5A background.


White color preview on #466C5A background

This text has white color on #466C5A background.