COLOR #463447

HEX: #463447
RGB: (70,52,71)

Renk bilgisi

#463447 contains red, green and blue colors in about the same proportion. #463447 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#463447 color RGB value is (70,52,71).

  • kırmız ton 70;
  • yeşil ton 52;
  • mavi ton 71.
RGB:
(70,52,71)
(27%,20%,28%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 52 of 255 = 20%
B 71 of 255 = 28%

70
52
71

R + G + B ~ 25%. #463447 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 52 + 71 = 193 (100%)
R 70 of 193 ~ 36.27%
G 52 of 193 ~ 26.94%
B 71 of 193 ~ 36.79%

%36.27
%26.94
%36.79

CMYK RENK MODELİ

#463447 rengi CMYK tonu (1,27,0,72).

  • camgöbeği tonu 1.41%
  • eflatun tonu 26.76%
  • sarı tonu 0.00%
  • ana renk tonu 72.16%
CMYK:
(1,27,0,72)
C1M27Y0K72 
(1%,27%,0%,72%)
(0.01/0.27/0.00/0.72)	

CMYK yüzdeleri

%1.41
%26.76
%0
%72.16

Codes

Color #463447 in popluar color models

463447
RGB705271
HSL297°15.45%24.12%
HSB/HSV297°26.76%27.84%
CMYK1.41%26.76%0.00%
72.16%

Color #463447 in popluar number systems.

HEX463447
Decimal705271
Binary10001101101001000111
Octal10664107

Shades and tints

Shades of #463447

#463447
(70,52,71)
#403041
(64,48,65)
#3A2C3B
(58,44,59)
#342835
(52,40,53)
#2E242F
(46,36,47)
#282029
(40,32,41)
#221C23
(34,28,35)
#1C181D
(28,24,29)
#161417
(22,20,23)
#101011
(16,16,17)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #463447

#463447
(70,52,71)
#564657
(86,70,87)
#665867
(102,88,103)
#766A77
(118,106,119)
#867C87
(134,124,135)
#968E97
(150,142,151)
#A6A0A7
(166,160,167)
#B6B2B7
(182,178,183)
#C6C4C7
(198,196,199)
#D6D6D7
(214,214,215)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463447 color. Also use rgb(70,52,71) instead hex code.

Text Font Color

.myTextColor { color: #463447; }

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

This text font color is #463447.


Background Color

.myBgColor { background-color: #463447; }

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

This div background color is #463447.


Border color

.myBorderColor { border: 1px solid #463447; }

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

This div border color is #463447.


Opacity

.myOpacity80 { color: #463447; opacity: 0.8; }

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

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

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

This text has shadow with #463447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463447 on black background.


Color preview on white background

This text has color #463447 on white background.



Black color preview on #463447 background

This text has black color on #463447 background.


White color preview on #463447 background

This text has white color on #463447 background.