COLOR #463519

HEX: #463519
RGB: (70,53,25)

Renk bilgisi

#463519 contains red, green and blue colors in about the same proportion. #463519 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#463519 color RGB value is (70,53,25).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 53 of 255 = 21%
B 25 of 255 = 10%

70
53
25

R + G + B ~ 19%. #463519 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 53 + 25 = 148 (100%)
R 70 of 148 ~ 47.3%
G 53 of 148 ~ 35.81%
B 25 of 148 ~ 16.89%

%47.3
%35.81
%16.89

CMYK RENK MODELİ

#463519 rengi CMYK tonu (0,24,64,73).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.29%
  • sarı tonu 64.29%
  • ana renk tonu 72.55%
CMYK:
(0,24,64,73)
C0M24Y64K73 
(0%,24%,64%,73%)
(0.00/0.24/0.64/0.73)	

CMYK yüzdeleri

%0
%24.29
%64.29
%72.55

Codes

Color #463519 in popluar color models

463519
RGB705325
HSL37°47.37%18.63%
HSB/HSV37°64.29%27.45%
CMYK0.00%24.29%64.29%
72.55%

Color #463519 in popluar number systems.

HEX463519
Decimal705325
Binary100011011010111001
Octal1066531

Shades and tints

Shades of #463519

#463519
(70,53,25)
#403117
(64,49,23)
#3A2D15
(58,45,21)
#342913
(52,41,19)
#2E2511
(46,37,17)
#28210F
(40,33,15)
#221D0D
(34,29,13)
#1C190B
(28,25,11)
#161509
(22,21,9)
#101107
(16,17,7)
#0A0D05
(10,13,5)
#000000
(0,0,0)

Tints of #463519

#463519
(70,53,25)
#56472D
(86,71,45)
#665941
(102,89,65)
#766B55
(118,107,85)
#867D69
(134,125,105)
#968F7D
(150,143,125)
#A6A191
(166,161,145)
#B6B3A5
(182,179,165)
#C6C5B9
(198,197,185)
#D6D7CD
(214,215,205)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463519; }

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

This text font color is #463519.


Background Color

.myBgColor { background-color: #463519; }

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

This div background color is #463519.


Border color

.myBorderColor { border: 1px solid #463519; }

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

This div border color is #463519.


Opacity

.myOpacity80 { color: #463519; opacity: 0.8; }

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

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

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

This text has shadow with #463519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463519 on black background.


Color preview on white background

This text has color #463519 on white background.



Black color preview on #463519 background

This text has black color on #463519 background.


White color preview on #463519 background

This text has white color on #463519 background.