COLOR #464C57

HEX: #464C57
RGB: (70,76,87)

Renk bilgisi

#464C57 contains red, green and blue colors in about the same proportion. #464C57 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#464C57 color RGB value is (70,76,87).

  • kırmız ton 70;
  • yeşil ton 76;
  • mavi ton 87.
RGB:
(70,76,87)
(27%,30%,34%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 76 of 255 = 30%
B 87 of 255 = 34%

70
76
87

R + G + B ~ 30%. #464C57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 76 + 87 = 233 (100%)
R 70 of 233 ~ 30.04%
G 76 of 233 ~ 32.62%
B 87 of 233 ~ 37.34%

%30.04
%32.62
%37.34

CMYK RENK MODELİ

#464C57 rengi CMYK tonu (20,13,0,66).

  • camgöbeği tonu 19.54%
  • eflatun tonu 12.64%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(20,13,0,66)
C20M13Y0K66 
(20%,13%,0%,66%)
(0.20/0.13/0.00/0.66)	

CMYK yüzdeleri

%19.54
%12.64
%0
%65.88

Codes

Color #464C57 in popluar color models

464C57
RGB707687
HSL219°10.83%30.78%
HSB/HSV219°19.54%34.12%
CMYK19.54%12.64%0.00%
65.88%

Color #464C57 in popluar number systems.

HEX464C57
Decimal707687
Binary100011010011001010111
Octal106114127

Shades and tints

Shades of #464C57

#464C57
(70,76,87)
#404650
(64,70,80)
#3A4049
(58,64,73)
#343A42
(52,58,66)
#2E343B
(46,52,59)
#282E34
(40,46,52)
#22282D
(34,40,45)
#1C2226
(28,34,38)
#161C1F
(22,28,31)
#101618
(16,22,24)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #464C57

#464C57
(70,76,87)
#565C66
(86,92,102)
#666C75
(102,108,117)
#767C84
(118,124,132)
#868C93
(134,140,147)
#969CA2
(150,156,162)
#A6ACB1
(166,172,177)
#B6BCC0
(182,188,192)
#C6CCCF
(198,204,207)
#D6DCDE
(214,220,222)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464C57 color. Also use rgb(70,76,87) instead hex code.

Text Font Color

.myTextColor { color: #464C57; }

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

This text font color is #464C57.


Background Color

.myBgColor { background-color: #464C57; }

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

This div background color is #464C57.


Border color

.myBorderColor { border: 1px solid #464C57; }

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

This div border color is #464C57.


Opacity

.myOpacity80 { color: #464C57; opacity: 0.8; }

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

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

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

This text has shadow with #464C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464C57 on black background.


Color preview on white background

This text has color #464C57 on white background.



Black color preview on #464C57 background

This text has black color on #464C57 background.


White color preview on #464C57 background

This text has white color on #464C57 background.