COLOR #463B4B

HEX: #463B4B
RGB: (70,59,75)

Renk bilgisi

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

RGB renk modeli

#463B4B color RGB value is (70,59,75).

  • kırmız ton 70;
  • yeşil ton 59;
  • mavi ton 75.
RGB:
(70,59,75)
(27%,23%,29%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 59 of 255 = 23%
B 75 of 255 = 29%

70
59
75

R + G + B ~ 26%. #463B4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 59 + 75 = 204 (100%)
R 70 of 204 ~ 34.31%
G 59 of 204 ~ 28.92%
B 75 of 204 ~ 36.76%

%34.31
%28.92
%36.76

CMYK RENK MODELİ

#463B4B rengi CMYK tonu (7,21,0,71).

  • camgöbeği tonu 6.67%
  • eflatun tonu 21.33%
  • sarı tonu 0.00%
  • ana renk tonu 70.59%
CMYK:
(7,21,0,71)
C7M21Y0K71 
(7%,21%,0%,71%)
(0.07/0.21/0.00/0.71)	

CMYK yüzdeleri

%6.67
%21.33
%0
%70.59

Codes

Color #463B4B in popluar color models

463B4B
RGB705975
HSL281°11.94%26.27%
HSB/HSV281°21.33%29.41%
CMYK6.67%21.33%0.00%
70.59%

Color #463B4B in popluar number systems.

HEX463B4B
Decimal705975
Binary10001101110111001011
Octal10673113

Shades and tints

Shades of #463B4B

#463B4B
(70,59,75)
#403645
(64,54,69)
#3A313F
(58,49,63)
#342C39
(52,44,57)
#2E2733
(46,39,51)
#28222D
(40,34,45)
#221D27
(34,29,39)
#1C1821
(28,24,33)
#16131B
(22,19,27)
#100E15
(16,14,21)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #463B4B

#463B4B
(70,59,75)
#564C5B
(86,76,91)
#665D6B
(102,93,107)
#766E7B
(118,110,123)
#867F8B
(134,127,139)
#96909B
(150,144,155)
#A6A1AB
(166,161,171)
#B6B2BB
(182,178,187)
#C6C3CB
(198,195,203)
#D6D4DB
(214,212,219)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463B4B color. Also use rgb(70,59,75) instead hex code.

Text Font Color

.myTextColor { color: #463B4B; }

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

This text font color is #463B4B.


Background Color

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

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

This div background color is #463B4B.


Border color

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

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

This div border color is #463B4B.


Opacity

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

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

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

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

This text has shadow with #463B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463B4B on black background.


Color preview on white background

This text has color #463B4B on white background.



Black color preview on #463B4B background

This text has black color on #463B4B background.


White color preview on #463B4B background

This text has white color on #463B4B background.