COLOR #463E4D

HEX: #463E4D
RGB: (70,62,77)

Renk bilgisi

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

RGB renk modeli

#463E4D color RGB value is (70,62,77).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 62 of 255 = 24%
B 77 of 255 = 30%

70
62
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 62 + 77 = 209 (100%)
R 70 of 209 ~ 33.49%
G 62 of 209 ~ 29.67%
B 77 of 209 ~ 36.84%

%33.49
%29.67
%36.84

CMYK RENK MODELİ

#463E4D rengi CMYK tonu (9,19,0,70).

  • camgöbeği tonu 9.09%
  • eflatun tonu 19.48%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(9,19,0,70)
C9M19Y0K70 
(9%,19%,0%,70%)
(0.09/0.19/0.00/0.70)	

CMYK yüzdeleri

%9.09
%19.48
%0
%69.8

Codes

Color #463E4D in popluar color models

463E4D
RGB706277
HSL272°10.79%27.25%
HSB/HSV272°19.48%30.20%
CMYK9.09%19.48%0.00%
69.80%

Color #463E4D in popluar number systems.

HEX463E4D
Decimal706277
Binary10001101111101001101
Octal10676115

Shades and tints

Shades of #463E4D

#463E4D
(70,62,77)
#403946
(64,57,70)
#3A343F
(58,52,63)
#342F38
(52,47,56)
#2E2A31
(46,42,49)
#28252A
(40,37,42)
#222023
(34,32,35)
#1C1B1C
(28,27,28)
#161615
(22,22,21)
#10110E
(16,17,14)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #463E4D

#463E4D
(70,62,77)
#564F5D
(86,79,93)
#66606D
(102,96,109)
#76717D
(118,113,125)
#86828D
(134,130,141)
#96939D
(150,147,157)
#A6A4AD
(166,164,173)
#B6B5BD
(182,181,189)
#C6C6CD
(198,198,205)
#D6D7DD
(214,215,221)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463E4D; }

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

This text font color is #463E4D.


Background Color

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

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

This div background color is #463E4D.


Border color

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

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

This div border color is #463E4D.


Opacity

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

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

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

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

This text has shadow with #463E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463E4D on black background.


Color preview on white background

This text has color #463E4D on white background.



Black color preview on #463E4D background

This text has black color on #463E4D background.


White color preview on #463E4D background

This text has white color on #463E4D background.