COLOR #463C52

HEX: #463C52
RGB: (70,60,82)

Renk bilgisi

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

RGB renk modeli

#463C52 color RGB value is (70,60,82).

  • kırmız ton 70;
  • yeşil ton 60;
  • mavi ton 82.
RGB:
(70,60,82)
(27%,24%,32%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 60 of 255 = 24%
B 82 of 255 = 32%

70
60
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 60 + 82 = 212 (100%)
R 70 of 212 ~ 33.02%
G 60 of 212 ~ 28.3%
B 82 of 212 ~ 38.68%

%33.02
%28.3
%38.68

CMYK RENK MODELİ

#463C52 rengi CMYK tonu (15,27,0,68).

  • camgöbeği tonu 14.63%
  • eflatun tonu 26.83%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(15,27,0,68)
C15M27Y0K68 
(15%,27%,0%,68%)
(0.15/0.27/0.00/0.68)	

CMYK yüzdeleri

%14.63
%26.83
%0
%67.84

Codes

Color #463C52 in popluar color models

463C52
RGB706082
HSL267°15.49%27.84%
HSB/HSV267°26.83%32.16%
CMYK14.63%26.83%0.00%
67.84%

Color #463C52 in popluar number systems.

HEX463C52
Decimal706082
Binary10001101111001010010
Octal10674122

Shades and tints

Shades of #463C52

#463C52
(70,60,82)
#40374B
(64,55,75)
#3A3244
(58,50,68)
#342D3D
(52,45,61)
#2E2836
(46,40,54)
#28232F
(40,35,47)
#221E28
(34,30,40)
#1C1921
(28,25,33)
#16141A
(22,20,26)
#100F13
(16,15,19)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #463C52

#463C52
(70,60,82)
#564D61
(86,77,97)
#665E70
(102,94,112)
#766F7F
(118,111,127)
#86808E
(134,128,142)
#96919D
(150,145,157)
#A6A2AC
(166,162,172)
#B6B3BB
(182,179,187)
#C6C4CA
(198,196,202)
#D6D5D9
(214,213,217)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463C52 color. Also use rgb(70,60,82) instead hex code.

Text Font Color

.myTextColor { color: #463C52; }

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

This text font color is #463C52.


Background Color

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

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

This div background color is #463C52.


Border color

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

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

This div border color is #463C52.


Opacity

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

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

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

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

This text has shadow with #463C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C52 on black background.


Color preview on white background

This text has color #463C52 on white background.



Black color preview on #463C52 background

This text has black color on #463C52 background.


White color preview on #463C52 background

This text has white color on #463C52 background.