COLOR #463F46

HEX: #463F46
RGB: (70,63,70)

Renk bilgisi

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

RGB renk modeli

#463F46 color RGB value is (70,63,70).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 63 of 255 = 25%
B 70 of 255 = 27%

70
63
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 63 + 70 = 203 (100%)
R 70 of 203 ~ 34.48%
G 63 of 203 ~ 31.03%
B 70 of 203 ~ 34.48%

%34.48
%31.03
%34.48

CMYK RENK MODELİ

#463F46 rengi CMYK tonu (0,10,0,73).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.00%
  • sarı tonu 0.00%
  • ana renk tonu 72.55%
CMYK:
(0,10,0,73)
C0M10Y0K73 
(0%,10%,0%,73%)
(0.00/0.10/0.00/0.73)	

CMYK yüzdeleri

%0
%10
%0
%72.55

Codes

Color #463F46 in popluar color models

463F46
RGB706370
HSL300°5.26%26.08%
HSB/HSV300°10.00%27.45%
CMYK0.00%10.00%0.00%
72.55%

Color #463F46 in popluar number systems.

HEX463F46
Decimal706370
Binary10001101111111000110
Octal10677106

Shades and tints

Shades of #463F46

#463F46
(70,63,70)
#403A40
(64,58,64)
#3A353A
(58,53,58)
#343034
(52,48,52)
#2E2B2E
(46,43,46)
#282628
(40,38,40)
#222122
(34,33,34)
#1C1C1C
(28,28,28)
#161716
(22,23,22)
#101210
(16,18,16)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #463F46

#463F46
(70,63,70)
#565056
(86,80,86)
#666166
(102,97,102)
#767276
(118,114,118)
#868386
(134,131,134)
#969496
(150,148,150)
#A6A5A6
(166,165,166)
#B6B6B6
(182,182,182)
#C6C7C6
(198,199,198)
#D6D8D6
(214,216,214)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463F46; }

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

This text font color is #463F46.


Background Color

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

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

This div background color is #463F46.


Border color

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

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

This div border color is #463F46.


Opacity

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

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

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

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

This text has shadow with #463F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463F46 on black background.


Color preview on white background

This text has color #463F46 on white background.



Black color preview on #463F46 background

This text has black color on #463F46 background.


White color preview on #463F46 background

This text has white color on #463F46 background.