COLOR #464A42

HEX: #464A42
RGB: (70,74,66)

Renk bilgisi

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

RGB renk modeli

#464A42 color RGB value is (70,74,66).

  • kırmız ton 70;
  • yeşil ton 74;
  • mavi ton 66.
RGB:
(70,74,66)
(27%,29%,26%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 74 of 255 = 29%
B 66 of 255 = 26%

70
74
66

R + G + B ~ 27%. #464A42 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 74 + 66 = 210 (100%)
R 70 of 210 ~ 33.33%
G 74 of 210 ~ 35.24%
B 66 of 210 ~ 31.43%

%33.33
%35.24
%31.43

CMYK RENK MODELİ

#464A42 rengi CMYK tonu (5,0,11,71).

  • camgöbeği tonu 5.41%
  • eflatun tonu 0.00%
  • sarı tonu 10.81%
  • ana renk tonu 70.98%
CMYK:
(5,0,11,71)
C5M0Y11K71 
(5%,0%,11%,71%)
(0.05/0.00/0.11/0.71)	

CMYK yüzdeleri

%5.41
%0
%10.81
%70.98

Codes

Color #464A42 in popluar color models

464A42
RGB707466
HSL90°5.71%27.45%
HSB/HSV90°10.81%29.02%
CMYK5.41%0.00%10.81%
70.98%

Color #464A42 in popluar number systems.

HEX464A42
Decimal707466
Binary100011010010101000010
Octal106112102

Shades and tints

Shades of #464A42

#464A42
(70,74,66)
#40443C
(64,68,60)
#3A3E36
(58,62,54)
#343830
(52,56,48)
#2E322A
(46,50,42)
#282C24
(40,44,36)
#22261E
(34,38,30)
#1C2018
(28,32,24)
#161A12
(22,26,18)
#10140C
(16,20,12)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #464A42

#464A42
(70,74,66)
#565A53
(86,90,83)
#666A64
(102,106,100)
#767A75
(118,122,117)
#868A86
(134,138,134)
#969A97
(150,154,151)
#A6AAA8
(166,170,168)
#B6BAB9
(182,186,185)
#C6CACA
(198,202,202)
#D6DADB
(214,218,219)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464A42 color. Also use rgb(70,74,66) instead hex code.

Text Font Color

.myTextColor { color: #464A42; }

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

This text font color is #464A42.


Background Color

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

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

This div background color is #464A42.


Border color

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

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

This div border color is #464A42.


Opacity

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

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

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

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

This text has shadow with #464A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464A42 on black background.


Color preview on white background

This text has color #464A42 on white background.



Black color preview on #464A42 background

This text has black color on #464A42 background.


White color preview on #464A42 background

This text has white color on #464A42 background.