COLOR #494C16

HEX: #494C16
RGB: (73,76,22)

Renk bilgisi

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

RGB renk modeli

#494C16 color RGB value is (73,76,22).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 76 of 255 = 30%
B 22 of 255 = 9%

73
76
22

R + G + B ~ 23%. #494C16 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 76 + 22 = 171 (100%)
R 73 of 171 ~ 42.69%
G 76 of 171 ~ 44.44%
B 22 of 171 ~ 12.87%

%42.69
%44.44
%12.87

CMYK RENK MODELİ

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

  • camgöbeği tonu 3.95%
  • eflatun tonu 0.00%
  • sarı tonu 71.05%
  • ana renk tonu 70.20%
CMYK:
(4,0,71,70)
C4M0Y71K70 
(4%,0%,71%,70%)
(0.04/0.00/0.71/0.70)	

CMYK yüzdeleri

%3.95
%0
%71.05
%70.2

Codes

Color #494C16 in popluar color models

494C16
RGB737622
HSL63°55.10%19.22%
HSB/HSV63°71.05%29.80%
CMYK3.95%0.00%71.05%
70.20%

Color #494C16 in popluar number systems.

HEX494C16
Decimal737622
Binary1001001100110010110
Octal11111426

Shades and tints

Shades of #494C16

#494C16
(73,76,22)
#434614
(67,70,20)
#3D4012
(61,64,18)
#373A10
(55,58,16)
#31340E
(49,52,14)
#2B2E0C
(43,46,12)
#25280A
(37,40,10)
#1F2208
(31,34,8)
#191C06
(25,28,6)
#131604
(19,22,4)
#0D1002
(13,16,2)
#000000
(0,0,0)

Tints of #494C16

#494C16
(73,76,22)
#595C2B
(89,92,43)
#696C40
(105,108,64)
#797C55
(121,124,85)
#898C6A
(137,140,106)
#999C7F
(153,156,127)
#A9AC94
(169,172,148)
#B9BCA9
(185,188,169)
#C9CCBE
(201,204,190)
#D9DCD3
(217,220,211)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494C16; }

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

This text font color is #494C16.


Background Color

.myBgColor { background-color: #494C16; }

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

This div background color is #494C16.


Border color

.myBorderColor { border: 1px solid #494C16; }

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

This div border color is #494C16.


Opacity

.myOpacity80 { color: #494C16; opacity: 0.8; }

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

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

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

This text has shadow with #494C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494C16 on black background.


Color preview on white background

This text has color #494C16 on white background.



Black color preview on #494C16 background

This text has black color on #494C16 background.


White color preview on #494C16 background

This text has white color on #494C16 background.