COLOR #464B52

HEX: #464B52
RGB: (70,75,82)

Renk bilgisi

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

RGB renk modeli

#464B52 color RGB value is (70,75,82).

  • kırmız ton 70;
  • yeşil ton 75;
  • mavi ton 82.
RGB:
(70,75,82)
(27%,29%,32%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 75 of 255 = 29%
B 82 of 255 = 32%

70
75
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 75 + 82 = 227 (100%)
R 70 of 227 ~ 30.84%
G 75 of 227 ~ 33.04%
B 82 of 227 ~ 36.12%

%30.84
%33.04
%36.12

CMYK RENK MODELİ

#464B52 rengi CMYK tonu (15,9,0,68).

  • camgöbeği tonu 14.63%
  • eflatun tonu 8.54%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(15,9,0,68)
C15M9Y0K68 
(15%,9%,0%,68%)
(0.15/0.09/0.00/0.68)	

CMYK yüzdeleri

%14.63
%8.54
%0
%67.84

Codes

Color #464B52 in popluar color models

464B52
RGB707582
HSL215°7.89%29.80%
HSB/HSV215°14.63%32.16%
CMYK14.63%8.54%0.00%
67.84%

Color #464B52 in popluar number systems.

HEX464B52
Decimal707582
Binary100011010010111010010
Octal106113122

Shades and tints

Shades of #464B52

#464B52
(70,75,82)
#40454B
(64,69,75)
#3A3F44
(58,63,68)
#34393D
(52,57,61)
#2E3336
(46,51,54)
#282D2F
(40,45,47)
#222728
(34,39,40)
#1C2121
(28,33,33)
#161B1A
(22,27,26)
#101513
(16,21,19)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #464B52

#464B52
(70,75,82)
#565B61
(86,91,97)
#666B70
(102,107,112)
#767B7F
(118,123,127)
#868B8E
(134,139,142)
#969B9D
(150,155,157)
#A6ABAC
(166,171,172)
#B6BBBB
(182,187,187)
#C6CBCA
(198,203,202)
#D6DBD9
(214,219,217)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464B52 color. Also use rgb(70,75,82) instead hex code.

Text Font Color

.myTextColor { color: #464B52; }

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

This text font color is #464B52.


Background Color

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

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

This div background color is #464B52.


Border color

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

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

This div border color is #464B52.


Opacity

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

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

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

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

This text has shadow with #464B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464B52 on black background.


Color preview on white background

This text has color #464B52 on white background.



Black color preview on #464B52 background

This text has black color on #464B52 background.


White color preview on #464B52 background

This text has white color on #464B52 background.