COLOR #464952

HEX: #464952
RGB: (70,73,82)

Renk bilgisi

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

RGB renk modeli

#464952 color RGB value is (70,73,82).

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

RGB bağlantıları ve doygunluk

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

70
73
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 73 + 82 = 225 (100%)
R 70 of 225 ~ 31.11%
G 73 of 225 ~ 32.44%
B 82 of 225 ~ 36.44%

%31.11
%32.44
%36.44

CMYK RENK MODELİ

#464952 rengi CMYK tonu (15,11,0,68).

  • camgöbeği tonu 14.63%
  • eflatun tonu 10.98%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(15,11,0,68)
C15M11Y0K68 
(15%,11%,0%,68%)
(0.15/0.11/0.00/0.68)	

CMYK yüzdeleri

%14.63
%10.98
%0
%67.84

Codes

Color #464952 in popluar color models

464952
RGB707382
HSL225°7.89%29.80%
HSB/HSV225°14.63%32.16%
CMYK14.63%10.98%0.00%
67.84%

Color #464952 in popluar number systems.

HEX464952
Decimal707382
Binary100011010010011010010
Octal106111122

Shades and tints

Shades of #464952

#464952
(70,73,82)
#40434B
(64,67,75)
#3A3D44
(58,61,68)
#34373D
(52,55,61)
#2E3136
(46,49,54)
#282B2F
(40,43,47)
#222528
(34,37,40)
#1C1F21
(28,31,33)
#16191A
(22,25,26)
#101313
(16,19,19)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #464952

#464952
(70,73,82)
#565961
(86,89,97)
#666970
(102,105,112)
#76797F
(118,121,127)
#86898E
(134,137,142)
#96999D
(150,153,157)
#A6A9AC
(166,169,172)
#B6B9BB
(182,185,187)
#C6C9CA
(198,201,202)
#D6D9D9
(214,217,217)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464952; }

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

This text font color is #464952.


Background Color

.myBgColor { background-color: #464952; }

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

This div background color is #464952.


Border color

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

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

This div border color is #464952.


Opacity

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

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

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

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

This text has shadow with #464952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464952 on black background.


Color preview on white background

This text has color #464952 on white background.



Black color preview on #464952 background

This text has black color on #464952 background.


White color preview on #464952 background

This text has white color on #464952 background.