COLOR #463D65

HEX: #463D65
RGB: (70,61,101)

Renk bilgisi

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

RGB renk modeli

#463D65 color RGB value is (70,61,101).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 61 of 255 = 24%
B 101 of 255 = 40%

70
61
101

R + G + B ~ 30%. #463D65 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 61 + 101 = 232 (100%)
R 70 of 232 ~ 30.17%
G 61 of 232 ~ 26.29%
B 101 of 232 ~ 43.53%

%30.17
%26.29
%43.53

CMYK RENK MODELİ

#463D65 rengi CMYK tonu (31,40,0,60).

  • camgöbeği tonu 30.69%
  • eflatun tonu 39.60%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(31,40,0,60)
C31M40Y0K60 
(31%,40%,0%,60%)
(0.31/0.40/0.00/0.60)	

CMYK yüzdeleri

%30.69
%39.6
%0
%60.39

Codes

Color #463D65 in popluar color models

463D65
RGB7061101
HSL254°24.69%31.76%
HSB/HSV254°39.60%39.61%
CMYK30.69%39.60%0.00%
60.39%

Color #463D65 in popluar number systems.

HEX463D65
Decimal7061101
Binary10001101111011100101
Octal10675145

Shades and tints

Shades of #463D65

#463D65
(70,61,101)
#40385C
(64,56,92)
#3A3353
(58,51,83)
#342E4A
(52,46,74)
#2E2941
(46,41,65)
#282438
(40,36,56)
#221F2F
(34,31,47)
#1C1A26
(28,26,38)
#16151D
(22,21,29)
#101014
(16,16,20)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #463D65

#463D65
(70,61,101)
#564E73
(86,78,115)
#665F81
(102,95,129)
#76708F
(118,112,143)
#86819D
(134,129,157)
#9692AB
(150,146,171)
#A6A3B9
(166,163,185)
#B6B4C7
(182,180,199)
#C6C5D5
(198,197,213)
#D6D6E3
(214,214,227)
#E6E7F1
(230,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463D65; }

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

This text font color is #463D65.


Background Color

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

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

This div background color is #463D65.


Border color

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

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

This div border color is #463D65.


Opacity

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

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

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

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

This text has shadow with #463D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463D65 on black background.


Color preview on white background

This text has color #463D65 on white background.



Black color preview on #463D65 background

This text has black color on #463D65 background.


White color preview on #463D65 background

This text has white color on #463D65 background.