COLOR #463E5B

HEX: #463E5B
RGB: (70,62,91)

Renk bilgisi

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

RGB renk modeli

#463E5B color RGB value is (70,62,91).

  • kırmız ton 70;
  • yeşil ton 62;
  • mavi ton 91.
RGB:
(70,62,91)
(27%,24%,36%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 62 of 255 = 24%
B 91 of 255 = 36%

70
62
91

R + G + B ~ 29%. #463E5B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 62 + 91 = 223 (100%)
R 70 of 223 ~ 31.39%
G 62 of 223 ~ 27.8%
B 91 of 223 ~ 40.81%

%31.39
%27.8
%40.81

CMYK RENK MODELİ

#463E5B rengi CMYK tonu (23,32,0,64).

  • camgöbeği tonu 23.08%
  • eflatun tonu 31.87%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(23,32,0,64)
C23M32Y0K64 
(23%,32%,0%,64%)
(0.23/0.32/0.00/0.64)	

CMYK yüzdeleri

%23.08
%31.87
%0
%64.31

Codes

Color #463E5B in popluar color models

463E5B
RGB706291
HSL257°18.95%30.00%
HSB/HSV257°31.87%35.69%
CMYK23.08%31.87%0.00%
64.31%

Color #463E5B in popluar number systems.

HEX463E5B
Decimal706291
Binary10001101111101011011
Octal10676133

Shades and tints

Shades of #463E5B

#463E5B
(70,62,91)
#403953
(64,57,83)
#3A344B
(58,52,75)
#342F43
(52,47,67)
#2E2A3B
(46,42,59)
#282533
(40,37,51)
#22202B
(34,32,43)
#1C1B23
(28,27,35)
#16161B
(22,22,27)
#101113
(16,17,19)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #463E5B

#463E5B
(70,62,91)
#564F69
(86,79,105)
#666077
(102,96,119)
#767185
(118,113,133)
#868293
(134,130,147)
#9693A1
(150,147,161)
#A6A4AF
(166,164,175)
#B6B5BD
(182,181,189)
#C6C6CB
(198,198,203)
#D6D7D9
(214,215,217)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463E5B color. Also use rgb(70,62,91) instead hex code.

Text Font Color

.myTextColor { color: #463E5B; }

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

This text font color is #463E5B.


Background Color

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

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

This div background color is #463E5B.


Border color

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

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

This div border color is #463E5B.


Opacity

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

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

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

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

This text has shadow with #463E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463E5B on black background.


Color preview on white background

This text has color #463E5B on white background.



Black color preview on #463E5B background

This text has black color on #463E5B background.


White color preview on #463E5B background

This text has white color on #463E5B background.