COLOR #463C35

HEX: #463C35
RGB: (70,60,53)

Renk bilgisi

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

RGB renk modeli

#463C35 color RGB value is (70,60,53).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 60 of 255 = 24%
B 53 of 255 = 21%

70
60
53

R + G + B ~ 24%. #463C35 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 60 + 53 = 183 (100%)
R 70 of 183 ~ 38.25%
G 60 of 183 ~ 32.79%
B 53 of 183 ~ 28.96%

%38.25
%32.79
%28.96

CMYK RENK MODELİ

#463C35 rengi CMYK tonu (0,14,24,73).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.29%
  • sarı tonu 24.29%
  • ana renk tonu 72.55%
CMYK:
(0,14,24,73)
C0M14Y24K73 
(0%,14%,24%,73%)
(0.00/0.14/0.24/0.73)	

CMYK yüzdeleri

%0
%14.29
%24.29
%72.55

Codes

Color #463C35 in popluar color models

463C35
RGB706053
HSL25°13.82%24.12%
HSB/HSV25°24.29%27.45%
CMYK0.00%14.29%24.29%
72.55%

Color #463C35 in popluar number systems.

HEX463C35
Decimal706053
Binary1000110111100110101
Octal1067465

Shades and tints

Shades of #463C35

#463C35
(70,60,53)
#403731
(64,55,49)
#3A322D
(58,50,45)
#342D29
(52,45,41)
#2E2825
(46,40,37)
#282321
(40,35,33)
#221E1D
(34,30,29)
#1C1919
(28,25,25)
#161415
(22,20,21)
#100F11
(16,15,17)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #463C35

#463C35
(70,60,53)
#564D47
(86,77,71)
#665E59
(102,94,89)
#766F6B
(118,111,107)
#86807D
(134,128,125)
#96918F
(150,145,143)
#A6A2A1
(166,162,161)
#B6B3B3
(182,179,179)
#C6C4C5
(198,196,197)
#D6D5D7
(214,213,215)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463C35; }

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

This text font color is #463C35.


Background Color

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

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

This div background color is #463C35.


Border color

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

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

This div border color is #463C35.


Opacity

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

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

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

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

This text has shadow with #463C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C35 on black background.


Color preview on white background

This text has color #463C35 on white background.



Black color preview on #463C35 background

This text has black color on #463C35 background.


White color preview on #463C35 background

This text has white color on #463C35 background.