COLOR #463A56

HEX: #463A56
RGB: (70,58,86)

Renk bilgisi

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

RGB renk modeli

#463A56 color RGB value is (70,58,86).

  • kırmız ton 70;
  • yeşil ton 58;
  • mavi ton 86.
RGB:
(70,58,86)
(27%,23%,34%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 58 of 255 = 23%
B 86 of 255 = 34%

70
58
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 58 + 86 = 214 (100%)
R 70 of 214 ~ 32.71%
G 58 of 214 ~ 27.1%
B 86 of 214 ~ 40.19%

%32.71
%27.1
%40.19

CMYK RENK MODELİ

#463A56 rengi CMYK tonu (19,33,0,66).

  • camgöbeği tonu 18.60%
  • eflatun tonu 32.56%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(19,33,0,66)
C19M33Y0K66 
(19%,33%,0%,66%)
(0.19/0.33/0.00/0.66)	

CMYK yüzdeleri

%18.6
%32.56
%0
%66.27

Codes

Color #463A56 in popluar color models

463A56
RGB705886
HSL266°19.44%28.24%
HSB/HSV266°32.56%33.73%
CMYK18.60%32.56%0.00%
66.27%

Color #463A56 in popluar number systems.

HEX463A56
Decimal705886
Binary10001101110101010110
Octal10672126

Shades and tints

Shades of #463A56

#463A56
(70,58,86)
#40354F
(64,53,79)
#3A3048
(58,48,72)
#342B41
(52,43,65)
#2E263A
(46,38,58)
#282133
(40,33,51)
#221C2C
(34,28,44)
#1C1725
(28,23,37)
#16121E
(22,18,30)
#100D17
(16,13,23)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #463A56

#463A56
(70,58,86)
#564B65
(86,75,101)
#665C74
(102,92,116)
#766D83
(118,109,131)
#867E92
(134,126,146)
#968FA1
(150,143,161)
#A6A0B0
(166,160,176)
#B6B1BF
(182,177,191)
#C6C2CE
(198,194,206)
#D6D3DD
(214,211,221)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463A56 color. Also use rgb(70,58,86) instead hex code.

Text Font Color

.myTextColor { color: #463A56; }

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

This text font color is #463A56.


Background Color

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

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

This div background color is #463A56.


Border color

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

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

This div border color is #463A56.


Opacity

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

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

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

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

This text has shadow with #463A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463A56 on black background.


Color preview on white background

This text has color #463A56 on white background.



Black color preview on #463A56 background

This text has black color on #463A56 background.


White color preview on #463A56 background

This text has white color on #463A56 background.