COLOR #463C4C

HEX: #463C4C
RGB: (70,60,76)

Renk bilgisi

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

RGB renk modeli

#463C4C color RGB value is (70,60,76).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 60 of 255 = 24%
B 76 of 255 = 30%

70
60
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 60 + 76 = 206 (100%)
R 70 of 206 ~ 33.98%
G 60 of 206 ~ 29.13%
B 76 of 206 ~ 36.89%

%33.98
%29.13
%36.89

CMYK RENK MODELİ

#463C4C rengi CMYK tonu (8,21,0,70).

  • camgöbeği tonu 7.89%
  • eflatun tonu 21.05%
  • sarı tonu 0.00%
  • ana renk tonu 70.20%
CMYK:
(8,21,0,70)
C8M21Y0K70 
(8%,21%,0%,70%)
(0.08/0.21/0.00/0.70)	

CMYK yüzdeleri

%7.89
%21.05
%0
%70.2

Codes

Color #463C4C in popluar color models

463C4C
RGB706076
HSL278°11.76%26.67%
HSB/HSV278°21.05%29.80%
CMYK7.89%21.05%0.00%
70.20%

Color #463C4C in popluar number systems.

HEX463C4C
Decimal706076
Binary10001101111001001100
Octal10674114

Shades and tints

Shades of #463C4C

#463C4C
(70,60,76)
#403746
(64,55,70)
#3A3240
(58,50,64)
#342D3A
(52,45,58)
#2E2834
(46,40,52)
#28232E
(40,35,46)
#221E28
(34,30,40)
#1C1922
(28,25,34)
#16141C
(22,20,28)
#100F16
(16,15,22)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #463C4C

#463C4C
(70,60,76)
#564D5C
(86,77,92)
#665E6C
(102,94,108)
#766F7C
(118,111,124)
#86808C
(134,128,140)
#96919C
(150,145,156)
#A6A2AC
(166,162,172)
#B6B3BC
(182,179,188)
#C6C4CC
(198,196,204)
#D6D5DC
(214,213,220)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463C4C color. Also use rgb(70,60,76) instead hex code.

Text Font Color

.myTextColor { color: #463C4C; }

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

This text font color is #463C4C.


Background Color

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

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

This div background color is #463C4C.


Border color

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

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

This div border color is #463C4C.


Opacity

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

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

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

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

This text has shadow with #463C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C4C on black background.


Color preview on white background

This text has color #463C4C on white background.



Black color preview on #463C4C background

This text has black color on #463C4C background.


White color preview on #463C4C background

This text has white color on #463C4C background.