COLOR #494719

HEX: #494719
RGB: (73,71,25)

Renk bilgisi

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

RGB renk modeli

#494719 color RGB value is (73,71,25).

  • kırmız ton 73;
  • yeşil ton 71;
  • mavi ton 25.
RGB:
(73,71,25)
(29%,28%,10%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 71 of 255 = 28%
B 25 of 255 = 10%

73
71
25

R + G + B ~ 22%. #494719 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 71 + 25 = 169 (100%)
R 73 of 169 ~ 43.2%
G 71 of 169 ~ 42.01%
B 25 of 169 ~ 14.79%

%43.2
%42.01
%14.79

CMYK RENK MODELİ

#494719 rengi CMYK tonu (0,3,66,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.74%
  • sarı tonu 65.75%
  • ana renk tonu 71.37%
CMYK:
(0,3,66,71)
C0M3Y66K71 
(0%,3%,66%,71%)
(0.00/0.03/0.66/0.71)	

CMYK yüzdeleri

%0
%2.74
%65.75
%71.37

Codes

Color #494719 in popluar color models

494719
RGB737125
HSL58°48.98%19.22%
HSB/HSV58°65.75%28.63%
CMYK0.00%2.74%65.75%
71.37%

Color #494719 in popluar number systems.

HEX494719
Decimal737125
Binary1001001100011111001
Octal11110731

Shades and tints

Shades of #494719

#494719
(73,71,25)
#434117
(67,65,23)
#3D3B15
(61,59,21)
#373513
(55,53,19)
#312F11
(49,47,17)
#2B290F
(43,41,15)
#25230D
(37,35,13)
#1F1D0B
(31,29,11)
#191709
(25,23,9)
#131107
(19,17,7)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #494719

#494719
(73,71,25)
#59572D
(89,87,45)
#696741
(105,103,65)
#797755
(121,119,85)
#898769
(137,135,105)
#99977D
(153,151,125)
#A9A791
(169,167,145)
#B9B7A5
(185,183,165)
#C9C7B9
(201,199,185)
#D9D7CD
(217,215,205)
#E9E7E1
(233,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494719 color. Also use rgb(73,71,25) instead hex code.

Text Font Color

.myTextColor { color: #494719; }

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

This text font color is #494719.


Background Color

.myBgColor { background-color: #494719; }

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

This div background color is #494719.


Border color

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

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

This div border color is #494719.


Opacity

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

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

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

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

This text has shadow with #494719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494719 on black background.


Color preview on white background

This text has color #494719 on white background.



Black color preview on #494719 background

This text has black color on #494719 background.


White color preview on #494719 background

This text has white color on #494719 background.