COLOR #463F60

HEX: #463F60
RGB: (70,63,96)

Renk bilgisi

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

RGB renk modeli

#463F60 color RGB value is (70,63,96).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 63 of 255 = 25%
B 96 of 255 = 38%

70
63
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 63 + 96 = 229 (100%)
R 70 of 229 ~ 30.57%
G 63 of 229 ~ 27.51%
B 96 of 229 ~ 41.92%

%30.57
%27.51
%41.92

CMYK RENK MODELİ

#463F60 rengi CMYK tonu (27,34,0,62).

  • camgöbeği tonu 27.08%
  • eflatun tonu 34.38%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(27,34,0,62)
C27M34Y0K62 
(27%,34%,0%,62%)
(0.27/0.34/0.00/0.62)	

CMYK yüzdeleri

%27.08
%34.38
%0
%62.35

Codes

Color #463F60 in popluar color models

463F60
RGB706396
HSL253°20.75%31.18%
HSB/HSV253°34.38%37.65%
CMYK27.08%34.38%0.00%
62.35%

Color #463F60 in popluar number systems.

HEX463F60
Decimal706396
Binary10001101111111100000
Octal10677140

Shades and tints

Shades of #463F60

#463F60
(70,63,96)
#403A58
(64,58,88)
#3A3550
(58,53,80)
#343048
(52,48,72)
#2E2B40
(46,43,64)
#282638
(40,38,56)
#222130
(34,33,48)
#1C1C28
(28,28,40)
#161720
(22,23,32)
#101218
(16,18,24)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #463F60

#463F60
(70,63,96)
#56506E
(86,80,110)
#66617C
(102,97,124)
#76728A
(118,114,138)
#868398
(134,131,152)
#9694A6
(150,148,166)
#A6A5B4
(166,165,180)
#B6B6C2
(182,182,194)
#C6C7D0
(198,199,208)
#D6D8DE
(214,216,222)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463F60; }

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

This text font color is #463F60.


Background Color

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

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

This div background color is #463F60.


Border color

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

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

This div border color is #463F60.


Opacity

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

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

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

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

This text has shadow with #463F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463F60 on black background.


Color preview on white background

This text has color #463F60 on white background.



Black color preview on #463F60 background

This text has black color on #463F60 background.


White color preview on #463F60 background

This text has white color on #463F60 background.