COLOR #494A18

HEX: #494A18
RGB: (73,74,24)

Renk bilgisi

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

RGB renk modeli

#494A18 color RGB value is (73,74,24).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 74 of 255 = 29%
B 24 of 255 = 9%

73
74
24

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 74 + 24 = 171 (100%)
R 73 of 171 ~ 42.69%
G 74 of 171 ~ 43.27%
B 24 of 171 ~ 14.04%

%42.69
%43.27
%14.04

CMYK RENK MODELİ

#494A18 rengi CMYK tonu (1,0,68,71).

  • camgöbeği tonu 1.35%
  • eflatun tonu 0.00%
  • sarı tonu 67.57%
  • ana renk tonu 70.98%
CMYK:
(1,0,68,71)
C1M0Y68K71 
(1%,0%,68%,71%)
(0.01/0.00/0.68/0.71)	

CMYK yüzdeleri

%1.35
%0
%67.57
%70.98

Codes

Color #494A18 in popluar color models

494A18
RGB737424
HSL61°51.02%19.22%
HSB/HSV61°67.57%29.02%
CMYK1.35%0.00%67.57%
70.98%

Color #494A18 in popluar number systems.

HEX494A18
Decimal737424
Binary1001001100101011000
Octal11111230

Shades and tints

Shades of #494A18

#494A18
(73,74,24)
#434416
(67,68,22)
#3D3E14
(61,62,20)
#373812
(55,56,18)
#313210
(49,50,16)
#2B2C0E
(43,44,14)
#25260C
(37,38,12)
#1F200A
(31,32,10)
#191A08
(25,26,8)
#131406
(19,20,6)
#0D0E04
(13,14,4)
#000000
(0,0,0)

Tints of #494A18

#494A18
(73,74,24)
#595A2D
(89,90,45)
#696A42
(105,106,66)
#797A57
(121,122,87)
#898A6C
(137,138,108)
#999A81
(153,154,129)
#A9AA96
(169,170,150)
#B9BAAB
(185,186,171)
#C9CAC0
(201,202,192)
#D9DAD5
(217,218,213)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494A18 color. Also use rgb(73,74,24) instead hex code.

Text Font Color

.myTextColor { color: #494A18; }

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

This text font color is #494A18.


Background Color

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

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

This div background color is #494A18.


Border color

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

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

This div border color is #494A18.


Opacity

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

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

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

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

This text has shadow with #494A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A18 on black background.


Color preview on white background

This text has color #494A18 on white background.



Black color preview on #494A18 background

This text has black color on #494A18 background.


White color preview on #494A18 background

This text has white color on #494A18 background.