COLOR #466C6A

HEX: #466C6A
RGB: (70,108,106)

Renk bilgisi

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

RGB renk modeli

#466C6A color RGB value is (70,108,106).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 108 of 255 = 42%
B 106 of 255 = 42%

70
108
106

R + G + B ~ 37%. #466C6A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 108 + 106 = 284 (100%)
R 70 of 284 ~ 24.65%
G 108 of 284 ~ 38.03%
B 106 of 284 ~ 37.32%

%24.65
%38.03
%37.32

CMYK RENK MODELİ

#466C6A rengi CMYK tonu (35,0,2,58).

  • camgöbeği tonu 35.19%
  • eflatun tonu 0.00%
  • sarı tonu 1.85%
  • ana renk tonu 57.65%
CMYK:
(35,0,2,58)
C35M0Y2K58 
(35%,0%,2%,58%)
(0.35/0.00/0.02/0.58)	

CMYK yüzdeleri

%35.19
%0
%1.85
%57.65

Codes

Color #466C6A in popluar color models

466C6A
RGB70108106
HSL177°21.35%34.90%
HSB/HSV177°35.19%42.35%
CMYK35.19%0.00%1.85%
57.65%

Color #466C6A in popluar number systems.

HEX466C6A
Decimal70108106
Binary100011011011001101010
Octal106154152

Shades and tints

Shades of #466C6A

#466C6A
(70,108,106)
#406361
(64,99,97)
#3A5A58
(58,90,88)
#34514F
(52,81,79)
#2E4846
(46,72,70)
#283F3D
(40,63,61)
#223634
(34,54,52)
#1C2D2B
(28,45,43)
#162422
(22,36,34)
#101B19
(16,27,25)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #466C6A

#466C6A
(70,108,106)
#567977
(86,121,119)
#668684
(102,134,132)
#769391
(118,147,145)
#86A09E
(134,160,158)
#96ADAB
(150,173,171)
#A6BAB8
(166,186,184)
#B6C7C5
(182,199,197)
#C6D4D2
(198,212,210)
#D6E1DF
(214,225,223)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466C6A; }

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

This text font color is #466C6A.


Background Color

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

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

This div background color is #466C6A.


Border color

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

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

This div border color is #466C6A.


Opacity

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

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

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

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

This text has shadow with #466C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466C6A on black background.


Color preview on white background

This text has color #466C6A on white background.



Black color preview on #466C6A background

This text has black color on #466C6A background.


White color preview on #466C6A background

This text has white color on #466C6A background.