COLOR #464B4C

HEX: #464B4C
RGB: (70,75,76)

Renk bilgisi

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

RGB renk modeli

#464B4C color RGB value is (70,75,76).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 75 of 255 = 29%
B 76 of 255 = 30%

70
75
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 75 + 76 = 221 (100%)
R 70 of 221 ~ 31.67%
G 75 of 221 ~ 33.94%
B 76 of 221 ~ 34.39%

%31.67
%33.94
%34.39

CMYK RENK MODELİ

#464B4C rengi CMYK tonu (8,1,0,70).

  • camgöbeği tonu 7.89%
  • eflatun tonu 1.32%
  • sarı tonu 0.00%
  • ana renk tonu 70.20%
CMYK:
(8,1,0,70)
C8M1Y0K70 
(8%,1%,0%,70%)
(0.08/0.01/0.00/0.70)	

CMYK yüzdeleri

%7.89
%1.32
%0
%70.2

Codes

Color #464B4C in popluar color models

464B4C
RGB707576
HSL190°4.11%28.63%
HSB/HSV190°7.89%29.80%
CMYK7.89%1.32%0.00%
70.20%

Color #464B4C in popluar number systems.

HEX464B4C
Decimal707576
Binary100011010010111001100
Octal106113114

Shades and tints

Shades of #464B4C

#464B4C
(70,75,76)
#404546
(64,69,70)
#3A3F40
(58,63,64)
#34393A
(52,57,58)
#2E3334
(46,51,52)
#282D2E
(40,45,46)
#222728
(34,39,40)
#1C2122
(28,33,34)
#161B1C
(22,27,28)
#101516
(16,21,22)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #464B4C

#464B4C
(70,75,76)
#565B5C
(86,91,92)
#666B6C
(102,107,108)
#767B7C
(118,123,124)
#868B8C
(134,139,140)
#969B9C
(150,155,156)
#A6ABAC
(166,171,172)
#B6BBBC
(182,187,188)
#C6CBCC
(198,203,204)
#D6DBDC
(214,219,220)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464B4C; }

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

This text font color is #464B4C.


Background Color

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

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

This div background color is #464B4C.


Border color

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

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

This div border color is #464B4C.


Opacity

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

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

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

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

This text has shadow with #464B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464B4C on black background.


Color preview on white background

This text has color #464B4C on white background.



Black color preview on #464B4C background

This text has black color on #464B4C background.


White color preview on #464B4C background

This text has white color on #464B4C background.