COLOR #463D40

HEX: #463D40
RGB: (70,61,64)

Renk bilgisi

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

RGB renk modeli

#463D40 color RGB value is (70,61,64).

  • kırmız ton 70;
  • yeşil ton 61;
  • mavi ton 64.
RGB:
(70,61,64)
(27%,24%,25%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 61 of 255 = 24%
B 64 of 255 = 25%

70
61
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 61 + 64 = 195 (100%)
R 70 of 195 ~ 35.9%
G 61 of 195 ~ 31.28%
B 64 of 195 ~ 32.82%

%35.9
%31.28
%32.82

CMYK RENK MODELİ

#463D40 rengi CMYK tonu (0,13,9,73).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.86%
  • sarı tonu 8.57%
  • ana renk tonu 72.55%
CMYK:
(0,13,9,73)
C0M13Y9K73 
(0%,13%,9%,73%)
(0.00/0.13/0.09/0.73)	

CMYK yüzdeleri

%0
%12.86
%8.57
%72.55

Codes

Color #463D40 in popluar color models

463D40
RGB706164
HSL340°6.87%25.69%
HSB/HSV340°12.86%27.45%
CMYK0.00%12.86%8.57%
72.55%

Color #463D40 in popluar number systems.

HEX463D40
Decimal706164
Binary10001101111011000000
Octal10675100

Shades and tints

Shades of #463D40

#463D40
(70,61,64)
#40383B
(64,56,59)
#3A3336
(58,51,54)
#342E31
(52,46,49)
#2E292C
(46,41,44)
#282427
(40,36,39)
#221F22
(34,31,34)
#1C1A1D
(28,26,29)
#161518
(22,21,24)
#101013
(16,16,19)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #463D40

#463D40
(70,61,64)
#564E51
(86,78,81)
#665F62
(102,95,98)
#767073
(118,112,115)
#868184
(134,129,132)
#969295
(150,146,149)
#A6A3A6
(166,163,166)
#B6B4B7
(182,180,183)
#C6C5C8
(198,197,200)
#D6D6D9
(214,214,217)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463D40 color. Also use rgb(70,61,64) instead hex code.

Text Font Color

.myTextColor { color: #463D40; }

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

This text font color is #463D40.


Background Color

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

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

This div background color is #463D40.


Border color

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

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

This div border color is #463D40.


Opacity

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

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

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

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

This text has shadow with #463D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463D40 on black background.


Color preview on white background

This text has color #463D40 on white background.



Black color preview on #463D40 background

This text has black color on #463D40 background.


White color preview on #463D40 background

This text has white color on #463D40 background.