COLOR #494616

HEX: #494616
RGB: (73,70,22)

Renk bilgisi

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

RGB renk modeli

#494616 color RGB value is (73,70,22).

  • kırmız ton 73;
  • yeşil ton 70;
  • mavi ton 22.
RGB:
(73,70,22)
(29%,27%,9%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 70 of 255 = 27%
B 22 of 255 = 9%

73
70
22

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 70 + 22 = 165 (100%)
R 73 of 165 ~ 44.24%
G 70 of 165 ~ 42.42%
B 22 of 165 ~ 13.33%

%44.24
%42.42
%13.33

CMYK RENK MODELİ

#494616 rengi CMYK tonu (0,4,70,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.11%
  • sarı tonu 69.86%
  • ana renk tonu 71.37%
CMYK:
(0,4,70,71)
C0M4Y70K71 
(0%,4%,70%,71%)
(0.00/0.04/0.70/0.71)	

CMYK yüzdeleri

%0
%4.11
%69.86
%71.37

Codes

Color #494616 in popluar color models

494616
RGB737022
HSL56°53.68%18.63%
HSB/HSV56°69.86%28.63%
CMYK0.00%4.11%69.86%
71.37%

Color #494616 in popluar number systems.

HEX494616
Decimal737022
Binary1001001100011010110
Octal11110626

Shades and tints

Shades of #494616

#494616
(73,70,22)
#434014
(67,64,20)
#3D3A12
(61,58,18)
#373410
(55,52,16)
#312E0E
(49,46,14)
#2B280C
(43,40,12)
#25220A
(37,34,10)
#1F1C08
(31,28,8)
#191606
(25,22,6)
#131004
(19,16,4)
#0D0A02
(13,10,2)
#000000
(0,0,0)

Tints of #494616

#494616
(73,70,22)
#59562B
(89,86,43)
#696640
(105,102,64)
#797655
(121,118,85)
#89866A
(137,134,106)
#99967F
(153,150,127)
#A9A694
(169,166,148)
#B9B6A9
(185,182,169)
#C9C6BE
(201,198,190)
#D9D6D3
(217,214,211)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494616 color. Also use rgb(73,70,22) instead hex code.

Text Font Color

.myTextColor { color: #494616; }

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

This text font color is #494616.


Background Color

.myBgColor { background-color: #494616; }

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

This div background color is #494616.


Border color

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

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

This div border color is #494616.


Opacity

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

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

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

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

This text has shadow with #494616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494616 on black background.


Color preview on white background

This text has color #494616 on white background.



Black color preview on #494616 background

This text has black color on #494616 background.


White color preview on #494616 background

This text has white color on #494616 background.