COLOR #464C53

HEX: #464C53
RGB: (70,76,83)

Renk bilgisi

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

RGB renk modeli

#464C53 color RGB value is (70,76,83).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 76 of 255 = 30%
B 83 of 255 = 33%

70
76
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 76 + 83 = 229 (100%)
R 70 of 229 ~ 30.57%
G 76 of 229 ~ 33.19%
B 83 of 229 ~ 36.24%

%30.57
%33.19
%36.24

CMYK RENK MODELİ

#464C53 rengi CMYK tonu (16,8,0,67).

  • camgöbeği tonu 15.66%
  • eflatun tonu 8.43%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(16,8,0,67)
C16M8Y0K67 
(16%,8%,0%,67%)
(0.16/0.08/0.00/0.67)	

CMYK yüzdeleri

%15.66
%8.43
%0
%67.45

Codes

Color #464C53 in popluar color models

464C53
RGB707683
HSL212°8.50%30.00%
HSB/HSV212°15.66%32.55%
CMYK15.66%8.43%0.00%
67.45%

Color #464C53 in popluar number systems.

HEX464C53
Decimal707683
Binary100011010011001010011
Octal106114123

Shades and tints

Shades of #464C53

#464C53
(70,76,83)
#40464C
(64,70,76)
#3A4045
(58,64,69)
#343A3E
(52,58,62)
#2E3437
(46,52,55)
#282E30
(40,46,48)
#222829
(34,40,41)
#1C2222
(28,34,34)
#161C1B
(22,28,27)
#101614
(16,22,20)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #464C53

#464C53
(70,76,83)
#565C62
(86,92,98)
#666C71
(102,108,113)
#767C80
(118,124,128)
#868C8F
(134,140,143)
#969C9E
(150,156,158)
#A6ACAD
(166,172,173)
#B6BCBC
(182,188,188)
#C6CCCB
(198,204,203)
#D6DCDA
(214,220,218)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464C53; }

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

This text font color is #464C53.


Background Color

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

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

This div background color is #464C53.


Border color

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

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

This div border color is #464C53.


Opacity

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

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

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

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

This text has shadow with #464C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464C53 on black background.


Color preview on white background

This text has color #464C53 on white background.



Black color preview on #464C53 background

This text has black color on #464C53 background.


White color preview on #464C53 background

This text has white color on #464C53 background.