COLOR #464E48

HEX: #464E48
RGB: (70,78,72)

Renk bilgisi

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

RGB renk modeli

#464E48 color RGB value is (70,78,72).

  • kırmız ton 70;
  • yeşil ton 78;
  • mavi ton 72.
RGB:
(70,78,72)
(27%,31%,28%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 78 of 255 = 31%
B 72 of 255 = 28%

70
78
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 78 + 72 = 220 (100%)
R 70 of 220 ~ 31.82%
G 78 of 220 ~ 35.45%
B 72 of 220 ~ 32.73%

%31.82
%35.45
%32.73

CMYK RENK MODELİ

#464E48 rengi CMYK tonu (10,0,8,69).

  • camgöbeği tonu 10.26%
  • eflatun tonu 0.00%
  • sarı tonu 7.69%
  • ana renk tonu 69.41%
CMYK:
(10,0,8,69)
C10M0Y8K69 
(10%,0%,8%,69%)
(0.10/0.00/0.08/0.69)	

CMYK yüzdeleri

%10.26
%0
%7.69
%69.41

Codes

Color #464E48 in popluar color models

464E48
RGB707872
HSL135°5.41%29.02%
HSB/HSV135°10.26%30.59%
CMYK10.26%0.00%7.69%
69.41%

Color #464E48 in popluar number systems.

HEX464E48
Decimal707872
Binary100011010011101001000
Octal106116110

Shades and tints

Shades of #464E48

#464E48
(70,78,72)
#404742
(64,71,66)
#3A403C
(58,64,60)
#343936
(52,57,54)
#2E3230
(46,50,48)
#282B2A
(40,43,42)
#222424
(34,36,36)
#1C1D1E
(28,29,30)
#161618
(22,22,24)
#100F12
(16,15,18)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #464E48

#464E48
(70,78,72)
#565E58
(86,94,88)
#666E68
(102,110,104)
#767E78
(118,126,120)
#868E88
(134,142,136)
#969E98
(150,158,152)
#A6AEA8
(166,174,168)
#B6BEB8
(182,190,184)
#C6CEC8
(198,206,200)
#D6DED8
(214,222,216)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464E48 color. Also use rgb(70,78,72) instead hex code.

Text Font Color

.myTextColor { color: #464E48; }

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

This text font color is #464E48.


Background Color

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

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

This div background color is #464E48.


Border color

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

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

This div border color is #464E48.


Opacity

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

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

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

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

This text has shadow with #464E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464E48 on black background.


Color preview on white background

This text has color #464E48 on white background.



Black color preview on #464E48 background

This text has black color on #464E48 background.


White color preview on #464E48 background

This text has white color on #464E48 background.