COLOR #463149

HEX: #463149
RGB: (70,49,73)

Renk bilgisi

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

RGB renk modeli

#463149 color RGB value is (70,49,73).

  • kırmız ton 70;
  • yeşil ton 49;
  • mavi ton 73.
RGB:
(70,49,73)
(27%,19%,29%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 49 of 255 = 19%
B 73 of 255 = 29%

70
49
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 49 + 73 = 192 (100%)
R 70 of 192 ~ 36.46%
G 49 of 192 ~ 25.52%
B 73 of 192 ~ 38.02%

%36.46
%25.52
%38.02

CMYK RENK MODELİ

#463149 rengi CMYK tonu (4,33,0,71).

  • camgöbeği tonu 4.11%
  • eflatun tonu 32.88%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(4,33,0,71)
C4M33Y0K71 
(4%,33%,0%,71%)
(0.04/0.33/0.00/0.71)	

CMYK yüzdeleri

%4.11
%32.88
%0
%71.37

Codes

Color #463149 in popluar color models

463149
RGB704973
HSL293°19.67%23.92%
HSB/HSV293°32.88%28.63%
CMYK4.11%32.88%0.00%
71.37%

Color #463149 in popluar number systems.

HEX463149
Decimal704973
Binary10001101100011001001
Octal10661111

Shades and tints

Shades of #463149

#463149
(70,49,73)
#402D43
(64,45,67)
#3A293D
(58,41,61)
#342537
(52,37,55)
#2E2131
(46,33,49)
#281D2B
(40,29,43)
#221925
(34,25,37)
#1C151F
(28,21,31)
#161119
(22,17,25)
#100D13
(16,13,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #463149

#463149
(70,49,73)
#564359
(86,67,89)
#665569
(102,85,105)
#766779
(118,103,121)
#867989
(134,121,137)
#968B99
(150,139,153)
#A69DA9
(166,157,169)
#B6AFB9
(182,175,185)
#C6C1C9
(198,193,201)
#D6D3D9
(214,211,217)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463149 color. Also use rgb(70,49,73) instead hex code.

Text Font Color

.myTextColor { color: #463149; }

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

This text font color is #463149.


Background Color

.myBgColor { background-color: #463149; }

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

This div background color is #463149.


Border color

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

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

This div border color is #463149.


Opacity

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

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

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

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

This text has shadow with #463149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463149 on black background.


Color preview on white background

This text has color #463149 on white background.



Black color preview on #463149 background

This text has black color on #463149 background.


White color preview on #463149 background

This text has white color on #463149 background.