COLOR #464753

HEX: #464753
RGB: (70,71,83)

Renk bilgisi

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

RGB renk modeli

#464753 color RGB value is (70,71,83).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 71 of 255 = 28%
B 83 of 255 = 33%

70
71
83

R + G + B ~ 29%. #464753 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 71 + 83 = 224 (100%)
R 70 of 224 ~ 31.25%
G 71 of 224 ~ 31.7%
B 83 of 224 ~ 37.05%

%31.25
%31.7
%37.05

CMYK RENK MODELİ

#464753 rengi CMYK tonu (16,14,0,67).

  • camgöbeği tonu 15.66%
  • eflatun tonu 14.46%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(16,14,0,67)
C16M14Y0K67 
(16%,14%,0%,67%)
(0.16/0.14/0.00/0.67)	

CMYK yüzdeleri

%15.66
%14.46
%0
%67.45

Codes

Color #464753 in popluar color models

464753
RGB707183
HSL235°8.50%30.00%
HSB/HSV235°15.66%32.55%
CMYK15.66%14.46%0.00%
67.45%

Color #464753 in popluar number systems.

HEX464753
Decimal707183
Binary100011010001111010011
Octal106107123

Shades and tints

Shades of #464753

#464753
(70,71,83)
#40414C
(64,65,76)
#3A3B45
(58,59,69)
#34353E
(52,53,62)
#2E2F37
(46,47,55)
#282930
(40,41,48)
#222329
(34,35,41)
#1C1D22
(28,29,34)
#16171B
(22,23,27)
#101114
(16,17,20)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #464753

#464753
(70,71,83)
#565762
(86,87,98)
#666771
(102,103,113)
#767780
(118,119,128)
#86878F
(134,135,143)
#96979E
(150,151,158)
#A6A7AD
(166,167,173)
#B6B7BC
(182,183,188)
#C6C7CB
(198,199,203)
#D6D7DA
(214,215,218)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464753; }

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

This text font color is #464753.


Background Color

.myBgColor { background-color: #464753; }

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

This div background color is #464753.


Border color

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

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

This div border color is #464753.


Opacity

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

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

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

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

This text has shadow with #464753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464753 on black background.


Color preview on white background

This text has color #464753 on white background.



Black color preview on #464753 background

This text has black color on #464753 background.


White color preview on #464753 background

This text has white color on #464753 background.