COLOR #464752

HEX: #464752
RGB: (70,71,82)

Renk bilgisi

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

RGB renk modeli

#464752 color RGB value is (70,71,82).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 71 of 255 = 28%
B 82 of 255 = 32%

70
71
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 71 + 82 = 223 (100%)
R 70 of 223 ~ 31.39%
G 71 of 223 ~ 31.84%
B 82 of 223 ~ 36.77%

%31.39
%31.84
%36.77

CMYK RENK MODELİ

#464752 rengi CMYK tonu (15,13,0,68).

  • camgöbeği tonu 14.63%
  • eflatun tonu 13.41%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(15,13,0,68)
C15M13Y0K68 
(15%,13%,0%,68%)
(0.15/0.13/0.00/0.68)	

CMYK yüzdeleri

%14.63
%13.41
%0
%67.84

Codes

Color #464752 in popluar color models

464752
RGB707182
HSL235°7.89%29.80%
HSB/HSV235°14.63%32.16%
CMYK14.63%13.41%0.00%
67.84%

Color #464752 in popluar number systems.

HEX464752
Decimal707182
Binary100011010001111010010
Octal106107122

Shades and tints

Shades of #464752

#464752
(70,71,82)
#40414B
(64,65,75)
#3A3B44
(58,59,68)
#34353D
(52,53,61)
#2E2F36
(46,47,54)
#28292F
(40,41,47)
#222328
(34,35,40)
#1C1D21
(28,29,33)
#16171A
(22,23,26)
#101113
(16,17,19)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #464752

#464752
(70,71,82)
#565761
(86,87,97)
#666770
(102,103,112)
#76777F
(118,119,127)
#86878E
(134,135,142)
#96979D
(150,151,157)
#A6A7AC
(166,167,172)
#B6B7BB
(182,183,187)
#C6C7CA
(198,199,202)
#D6D7D9
(214,215,217)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464752; }

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

This text font color is #464752.


Background Color

.myBgColor { background-color: #464752; }

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

This div background color is #464752.


Border color

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

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

This div border color is #464752.


Opacity

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

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

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

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

This text has shadow with #464752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464752 on black background.


Color preview on white background

This text has color #464752 on white background.



Black color preview on #464752 background

This text has black color on #464752 background.


White color preview on #464752 background

This text has white color on #464752 background.