COLOR #466563

HEX: #466563
RGB: (70,101,99)

Renk bilgisi

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

RGB renk modeli

#466563 color RGB value is (70,101,99).

  • kırmız ton 70;
  • yeşil ton 101;
  • mavi ton 99.
RGB:
(70,101,99)
(27%,40%,39%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 101 of 255 = 40%
B 99 of 255 = 39%

70
101
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 101 + 99 = 270 (100%)
R 70 of 270 ~ 25.93%
G 101 of 270 ~ 37.41%
B 99 of 270 ~ 36.67%

%25.93
%37.41
%36.67

CMYK RENK MODELİ

#466563 rengi CMYK tonu (31,0,2,60).

  • camgöbeği tonu 30.69%
  • eflatun tonu 0.00%
  • sarı tonu 1.98%
  • ana renk tonu 60.39%
CMYK:
(31,0,2,60)
C31M0Y2K60 
(31%,0%,2%,60%)
(0.31/0.00/0.02/0.60)	

CMYK yüzdeleri

%30.69
%0
%1.98
%60.39

Codes

Color #466563 in popluar color models

466563
RGB7010199
HSL176°18.13%33.53%
HSB/HSV176°30.69%39.61%
CMYK30.69%0.00%1.98%
60.39%

Color #466563 in popluar number systems.

HEX466563
Decimal7010199
Binary100011011001011100011
Octal106145143

Shades and tints

Shades of #466563

#466563
(70,101,99)
#405C5A
(64,92,90)
#3A5351
(58,83,81)
#344A48
(52,74,72)
#2E413F
(46,65,63)
#283836
(40,56,54)
#222F2D
(34,47,45)
#1C2624
(28,38,36)
#161D1B
(22,29,27)
#101412
(16,20,18)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #466563

#466563
(70,101,99)
#567371
(86,115,113)
#66817F
(102,129,127)
#768F8D
(118,143,141)
#869D9B
(134,157,155)
#96ABA9
(150,171,169)
#A6B9B7
(166,185,183)
#B6C7C5
(182,199,197)
#C6D5D3
(198,213,211)
#D6E3E1
(214,227,225)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466563 color. Also use rgb(70,101,99) instead hex code.

Text Font Color

.myTextColor { color: #466563; }

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

This text font color is #466563.


Background Color

.myBgColor { background-color: #466563; }

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

This div background color is #466563.


Border color

.myBorderColor { border: 1px solid #466563; }

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

This div border color is #466563.


Opacity

.myOpacity80 { color: #466563; opacity: 0.8; }

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

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

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

This text has shadow with #466563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466563 on black background.


Color preview on white background

This text has color #466563 on white background.



Black color preview on #466563 background

This text has black color on #466563 background.


White color preview on #466563 background

This text has white color on #466563 background.