COLOR #464D48

HEX: #464D48
RGB: (70,77,72)

Renk bilgisi

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

RGB renk modeli

#464D48 color RGB value is (70,77,72).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 77 of 255 = 30%
B 72 of 255 = 28%

70
77
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 77 + 72 = 219 (100%)
R 70 of 219 ~ 31.96%
G 77 of 219 ~ 35.16%
B 72 of 219 ~ 32.88%

%31.96
%35.16
%32.88

CMYK RENK MODELİ

#464D48 rengi CMYK tonu (9,0,6,70).

  • camgöbeği tonu 9.09%
  • eflatun tonu 0.00%
  • sarı tonu 6.49%
  • ana renk tonu 69.80%
CMYK:
(9,0,6,70)
C9M0Y6K70 
(9%,0%,6%,70%)
(0.09/0.00/0.06/0.70)	

CMYK yüzdeleri

%9.09
%0
%6.49
%69.8

Codes

Color #464D48 in popluar color models

464D48
RGB707772
HSL137°4.76%28.82%
HSB/HSV137°9.09%30.20%
CMYK9.09%0.00%6.49%
69.80%

Color #464D48 in popluar number systems.

HEX464D48
Decimal707772
Binary100011010011011001000
Octal106115110

Shades and tints

Shades of #464D48

#464D48
(70,77,72)
#404642
(64,70,66)
#3A3F3C
(58,63,60)
#343836
(52,56,54)
#2E3130
(46,49,48)
#282A2A
(40,42,42)
#222324
(34,35,36)
#1C1C1E
(28,28,30)
#161518
(22,21,24)
#100E12
(16,14,18)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #464D48

#464D48
(70,77,72)
#565D58
(86,93,88)
#666D68
(102,109,104)
#767D78
(118,125,120)
#868D88
(134,141,136)
#969D98
(150,157,152)
#A6ADA8
(166,173,168)
#B6BDB8
(182,189,184)
#C6CDC8
(198,205,200)
#D6DDD8
(214,221,216)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464D48; }

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

This text font color is #464D48.


Background Color

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

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

This div background color is #464D48.


Border color

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

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

This div border color is #464D48.


Opacity

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

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

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

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

This text has shadow with #464D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464D48 on black background.


Color preview on white background

This text has color #464D48 on white background.



Black color preview on #464D48 background

This text has black color on #464D48 background.


White color preview on #464D48 background

This text has white color on #464D48 background.