COLOR #464F53

HEX: #464F53
RGB: (70,79,83)

Renk bilgisi

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

RGB renk modeli

#464F53 color RGB value is (70,79,83).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 79 of 255 = 31%
B 83 of 255 = 33%

70
79
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 79 + 83 = 232 (100%)
R 70 of 232 ~ 30.17%
G 79 of 232 ~ 34.05%
B 83 of 232 ~ 35.78%

%30.17
%34.05
%35.78

CMYK RENK MODELİ

#464F53 rengi CMYK tonu (16,5,0,67).

  • camgöbeği tonu 15.66%
  • eflatun tonu 4.82%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(16,5,0,67)
C16M5Y0K67 
(16%,5%,0%,67%)
(0.16/0.05/0.00/0.67)	

CMYK yüzdeleri

%15.66
%4.82
%0
%67.45

Codes

Color #464F53 in popluar color models

464F53
RGB707983
HSL198°8.50%30.00%
HSB/HSV198°15.66%32.55%
CMYK15.66%4.82%0.00%
67.45%

Color #464F53 in popluar number systems.

HEX464F53
Decimal707983
Binary100011010011111010011
Octal106117123

Shades and tints

Shades of #464F53

#464F53
(70,79,83)
#40484C
(64,72,76)
#3A4145
(58,65,69)
#343A3E
(52,58,62)
#2E3337
(46,51,55)
#282C30
(40,44,48)
#222529
(34,37,41)
#1C1E22
(28,30,34)
#16171B
(22,23,27)
#101014
(16,16,20)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #464F53

#464F53
(70,79,83)
#565F62
(86,95,98)
#666F71
(102,111,113)
#767F80
(118,127,128)
#868F8F
(134,143,143)
#969F9E
(150,159,158)
#A6AFAD
(166,175,173)
#B6BFBC
(182,191,188)
#C6CFCB
(198,207,203)
#D6DFDA
(214,223,218)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464F53; }

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

This text font color is #464F53.


Background Color

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

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

This div background color is #464F53.


Border color

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

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

This div border color is #464F53.


Opacity

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

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

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

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

This text has shadow with #464F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464F53 on black background.


Color preview on white background

This text has color #464F53 on white background.



Black color preview on #464F53 background

This text has black color on #464F53 background.


White color preview on #464F53 background

This text has white color on #464F53 background.