COLOR #464519

HEX: #464519
RGB: (70,69,25)

Renk bilgisi

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

RGB renk modeli

#464519 color RGB value is (70,69,25).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 69 of 255 = 27%
B 25 of 255 = 10%

70
69
25

R + G + B ~ 21%. #464519 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 69 + 25 = 164 (100%)
R 70 of 164 ~ 42.68%
G 69 of 164 ~ 42.07%
B 25 of 164 ~ 15.24%

%42.68
%42.07
%15.24

CMYK RENK MODELİ

#464519 rengi CMYK tonu (0,1,64,73).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.43%
  • sarı tonu 64.29%
  • ana renk tonu 72.55%
CMYK:
(0,1,64,73)
C0M1Y64K73 
(0%,1%,64%,73%)
(0.00/0.01/0.64/0.73)	

CMYK yüzdeleri

%0
%1.43
%64.29
%72.55

Codes

Color #464519 in popluar color models

464519
RGB706925
HSL59°47.37%18.63%
HSB/HSV59°64.29%27.45%
CMYK0.00%1.43%64.29%
72.55%

Color #464519 in popluar number systems.

HEX464519
Decimal706925
Binary1000110100010111001
Octal10610531

Shades and tints

Shades of #464519

#464519
(70,69,25)
#403F17
(64,63,23)
#3A3915
(58,57,21)
#343313
(52,51,19)
#2E2D11
(46,45,17)
#28270F
(40,39,15)
#22210D
(34,33,13)
#1C1B0B
(28,27,11)
#161509
(22,21,9)
#100F07
(16,15,7)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #464519

#464519
(70,69,25)
#56552D
(86,85,45)
#666541
(102,101,65)
#767555
(118,117,85)
#868569
(134,133,105)
#96957D
(150,149,125)
#A6A591
(166,165,145)
#B6B5A5
(182,181,165)
#C6C5B9
(198,197,185)
#D6D5CD
(214,213,205)
#E6E5E1
(230,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464519; }

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

This text font color is #464519.


Background Color

.myBgColor { background-color: #464519; }

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

This div background color is #464519.


Border color

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

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

This div border color is #464519.


Opacity

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

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

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

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

This text has shadow with #464519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464519 on black background.


Color preview on white background

This text has color #464519 on white background.



Black color preview on #464519 background

This text has black color on #464519 background.


White color preview on #464519 background

This text has white color on #464519 background.