COLOR #463D51

HEX: #463D51
RGB: (70,61,81)

Renk bilgisi

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

RGB renk modeli

#463D51 color RGB value is (70,61,81).

  • kırmız ton 70;
  • yeşil ton 61;
  • mavi ton 81.
RGB:
(70,61,81)
(27%,24%,32%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 61 of 255 = 24%
B 81 of 255 = 32%

70
61
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 61 + 81 = 212 (100%)
R 70 of 212 ~ 33.02%
G 61 of 212 ~ 28.77%
B 81 of 212 ~ 38.21%

%33.02
%28.77
%38.21

CMYK RENK MODELİ

#463D51 rengi CMYK tonu (14,25,0,68).

  • camgöbeği tonu 13.58%
  • eflatun tonu 24.69%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(14,25,0,68)
C14M25Y0K68 
(14%,25%,0%,68%)
(0.14/0.25/0.00/0.68)	

CMYK yüzdeleri

%13.58
%24.69
%0
%68.24

Codes

Color #463D51 in popluar color models

463D51
RGB706181
HSL267°14.08%27.84%
HSB/HSV267°24.69%31.76%
CMYK13.58%24.69%0.00%
68.24%

Color #463D51 in popluar number systems.

HEX463D51
Decimal706181
Binary10001101111011010001
Octal10675121

Shades and tints

Shades of #463D51

#463D51
(70,61,81)
#40384A
(64,56,74)
#3A3343
(58,51,67)
#342E3C
(52,46,60)
#2E2935
(46,41,53)
#28242E
(40,36,46)
#221F27
(34,31,39)
#1C1A20
(28,26,32)
#161519
(22,21,25)
#101012
(16,16,18)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #463D51

#463D51
(70,61,81)
#564E60
(86,78,96)
#665F6F
(102,95,111)
#76707E
(118,112,126)
#86818D
(134,129,141)
#96929C
(150,146,156)
#A6A3AB
(166,163,171)
#B6B4BA
(182,180,186)
#C6C5C9
(198,197,201)
#D6D6D8
(214,214,216)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463D51 color. Also use rgb(70,61,81) instead hex code.

Text Font Color

.myTextColor { color: #463D51; }

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

This text font color is #463D51.


Background Color

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

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

This div background color is #463D51.


Border color

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

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

This div border color is #463D51.


Opacity

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

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

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

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

This text has shadow with #463D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463D51 on black background.


Color preview on white background

This text has color #463D51 on white background.



Black color preview on #463D51 background

This text has black color on #463D51 background.


White color preview on #463D51 background

This text has white color on #463D51 background.