COLOR #463F48

HEX: #463F48
RGB: (70,63,72)

Renk bilgisi

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

RGB renk modeli

#463F48 color RGB value is (70,63,72).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 63 of 255 = 25%
B 72 of 255 = 28%

70
63
72

R + G + B ~ 27%. #463F48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 63 + 72 = 205 (100%)
R 70 of 205 ~ 34.15%
G 63 of 205 ~ 30.73%
B 72 of 205 ~ 35.12%

%34.15
%30.73
%35.12

CMYK RENK MODELİ

#463F48 rengi CMYK tonu (3,13,0,72).

  • camgöbeği tonu 2.78%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(3,13,0,72)
C3M13Y0K72 
(3%,13%,0%,72%)
(0.03/0.13/0.00/0.72)	

CMYK yüzdeleri

%2.78
%12.5
%0
%71.76

Codes

Color #463F48 in popluar color models

463F48
RGB706372
HSL287°6.67%26.47%
HSB/HSV287°12.50%28.24%
CMYK2.78%12.50%0.00%
71.76%

Color #463F48 in popluar number systems.

HEX463F48
Decimal706372
Binary10001101111111001000
Octal10677110

Shades and tints

Shades of #463F48

#463F48
(70,63,72)
#403A42
(64,58,66)
#3A353C
(58,53,60)
#343036
(52,48,54)
#2E2B30
(46,43,48)
#28262A
(40,38,42)
#222124
(34,33,36)
#1C1C1E
(28,28,30)
#161718
(22,23,24)
#101212
(16,18,18)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #463F48

#463F48
(70,63,72)
#565058
(86,80,88)
#666168
(102,97,104)
#767278
(118,114,120)
#868388
(134,131,136)
#969498
(150,148,152)
#A6A5A8
(166,165,168)
#B6B6B8
(182,182,184)
#C6C7C8
(198,199,200)
#D6D8D8
(214,216,216)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463F48 color. Also use rgb(70,63,72) instead hex code.

Text Font Color

.myTextColor { color: #463F48; }

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

This text font color is #463F48.


Background Color

.myBgColor { background-color: #463F48; }

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

This div background color is #463F48.


Border color

.myBorderColor { border: 1px solid #463F48; }

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

This div border color is #463F48.


Opacity

.myOpacity80 { color: #463F48; opacity: 0.8; }

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

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

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

This text has shadow with #463F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463F48 on black background.


Color preview on white background

This text has color #463F48 on white background.



Black color preview on #463F48 background

This text has black color on #463F48 background.


White color preview on #463F48 background

This text has white color on #463F48 background.