COLOR #463D5C

HEX: #463D5C
RGB: (70,61,92)

Renk bilgisi

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

RGB renk modeli

#463D5C color RGB value is (70,61,92).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 61 of 255 = 24%
B 92 of 255 = 36%

70
61
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 61 + 92 = 223 (100%)
R 70 of 223 ~ 31.39%
G 61 of 223 ~ 27.35%
B 92 of 223 ~ 41.26%

%31.39
%27.35
%41.26

CMYK RENK MODELİ

#463D5C rengi CMYK tonu (24,34,0,64).

  • camgöbeği tonu 23.91%
  • eflatun tonu 33.70%
  • sarı tonu 0.00%
  • ana renk tonu 63.92%
CMYK:
(24,34,0,64)
C24M34Y0K64 
(24%,34%,0%,64%)
(0.24/0.34/0.00/0.64)	

CMYK yüzdeleri

%23.91
%33.7
%0
%63.92

Codes

Color #463D5C in popluar color models

463D5C
RGB706192
HSL257°20.26%30.00%
HSB/HSV257°33.70%36.08%
CMYK23.91%33.70%0.00%
63.92%

Color #463D5C in popluar number systems.

HEX463D5C
Decimal706192
Binary10001101111011011100
Octal10675134

Shades and tints

Shades of #463D5C

#463D5C
(70,61,92)
#403854
(64,56,84)
#3A334C
(58,51,76)
#342E44
(52,46,68)
#2E293C
(46,41,60)
#282434
(40,36,52)
#221F2C
(34,31,44)
#1C1A24
(28,26,36)
#16151C
(22,21,28)
#101014
(16,16,20)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #463D5C

#463D5C
(70,61,92)
#564E6A
(86,78,106)
#665F78
(102,95,120)
#767086
(118,112,134)
#868194
(134,129,148)
#9692A2
(150,146,162)
#A6A3B0
(166,163,176)
#B6B4BE
(182,180,190)
#C6C5CC
(198,197,204)
#D6D6DA
(214,214,218)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463D5C; }

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

This text font color is #463D5C.


Background Color

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

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

This div background color is #463D5C.


Border color

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

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

This div border color is #463D5C.


Opacity

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

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

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

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

This text has shadow with #463D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463D5C on black background.


Color preview on white background

This text has color #463D5C on white background.



Black color preview on #463D5C background

This text has black color on #463D5C background.


White color preview on #463D5C background

This text has white color on #463D5C background.