COLOR #463B4D

HEX: #463B4D
RGB: (70,59,77)

Renk bilgisi

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

RGB renk modeli

#463B4D color RGB value is (70,59,77).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 59 of 255 = 23%
B 77 of 255 = 30%

70
59
77

R + G + B ~ 27%. #463B4D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 59 + 77 = 206 (100%)
R 70 of 206 ~ 33.98%
G 59 of 206 ~ 28.64%
B 77 of 206 ~ 37.38%

%33.98
%28.64
%37.38

CMYK RENK MODELİ

#463B4D rengi CMYK tonu (9,23,0,70).

  • camgöbeği tonu 9.09%
  • eflatun tonu 23.38%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(9,23,0,70)
C9M23Y0K70 
(9%,23%,0%,70%)
(0.09/0.23/0.00/0.70)	

CMYK yüzdeleri

%9.09
%23.38
%0
%69.8

Codes

Color #463B4D in popluar color models

463B4D
RGB705977
HSL277°13.24%26.67%
HSB/HSV277°23.38%30.20%
CMYK9.09%23.38%0.00%
69.80%

Color #463B4D in popluar number systems.

HEX463B4D
Decimal705977
Binary10001101110111001101
Octal10673115

Shades and tints

Shades of #463B4D

#463B4D
(70,59,77)
#403646
(64,54,70)
#3A313F
(58,49,63)
#342C38
(52,44,56)
#2E2731
(46,39,49)
#28222A
(40,34,42)
#221D23
(34,29,35)
#1C181C
(28,24,28)
#161315
(22,19,21)
#100E0E
(16,14,14)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #463B4D

#463B4D
(70,59,77)
#564C5D
(86,76,93)
#665D6D
(102,93,109)
#766E7D
(118,110,125)
#867F8D
(134,127,141)
#96909D
(150,144,157)
#A6A1AD
(166,161,173)
#B6B2BD
(182,178,189)
#C6C3CD
(198,195,205)
#D6D4DD
(214,212,221)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463B4D; }

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

This text font color is #463B4D.


Background Color

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

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

This div background color is #463B4D.


Border color

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

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

This div border color is #463B4D.


Opacity

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

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

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

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

This text has shadow with #463B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463B4D on black background.


Color preview on white background

This text has color #463B4D on white background.



Black color preview on #463B4D background

This text has black color on #463B4D background.


White color preview on #463B4D background

This text has white color on #463B4D background.