COLOR #464946

HEX: #464946
RGB: (70,73,70)

Renk bilgisi

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

RGB renk modeli

#464946 color RGB value is (70,73,70).

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

RGB bağlantıları ve doygunluk

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

70
73
70

R + G + B ~ 28%. #464946 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 73 + 70 = 213 (100%)
R 70 of 213 ~ 32.86%
G 73 of 213 ~ 34.27%
B 70 of 213 ~ 32.86%

%32.86
%34.27
%32.86

CMYK RENK MODELİ

#464946 rengi CMYK tonu (4,0,4,71).

  • camgöbeği tonu 4.11%
  • eflatun tonu 0.00%
  • sarı tonu 4.11%
  • ana renk tonu 71.37%
CMYK:
(4,0,4,71)
C4M0Y4K71 
(4%,0%,4%,71%)
(0.04/0.00/0.04/0.71)	

CMYK yüzdeleri

%4.11
%0
%4.11
%71.37

Codes

Color #464946 in popluar color models

464946
RGB707370
HSL120°2.10%28.04%
HSB/HSV120°4.11%28.63%
CMYK4.11%0.00%4.11%
71.37%

Color #464946 in popluar number systems.

HEX464946
Decimal707370
Binary100011010010011000110
Octal106111106

Shades and tints

Shades of #464946

#464946
(70,73,70)
#404340
(64,67,64)
#3A3D3A
(58,61,58)
#343734
(52,55,52)
#2E312E
(46,49,46)
#282B28
(40,43,40)
#222522
(34,37,34)
#1C1F1C
(28,31,28)
#161916
(22,25,22)
#101310
(16,19,16)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #464946

#464946
(70,73,70)
#565956
(86,89,86)
#666966
(102,105,102)
#767976
(118,121,118)
#868986
(134,137,134)
#969996
(150,153,150)
#A6A9A6
(166,169,166)
#B6B9B6
(182,185,182)
#C6C9C6
(198,201,198)
#D6D9D6
(214,217,214)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464946; }

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

This text font color is #464946.


Background Color

.myBgColor { background-color: #464946; }

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

This div background color is #464946.


Border color

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

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

This div border color is #464946.


Opacity

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

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

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

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

This text has shadow with #464946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464946 on black background.


Color preview on white background

This text has color #464946 on white background.



Black color preview on #464946 background

This text has black color on #464946 background.


White color preview on #464946 background

This text has white color on #464946 background.