COLOR #494C1E

HEX: #494C1E
RGB: (73,76,30)

Renk bilgisi

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

RGB renk modeli

#494C1E color RGB value is (73,76,30).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 76 of 255 = 30%
B 30 of 255 = 12%

73
76
30

R + G + B ~ 24%. #494C1E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 76 + 30 = 179 (100%)
R 73 of 179 ~ 40.78%
G 76 of 179 ~ 42.46%
B 30 of 179 ~ 16.76%

%40.78
%42.46
%16.76

CMYK RENK MODELİ

#494C1E rengi CMYK tonu (4,0,61,70).

  • camgöbeği tonu 3.95%
  • eflatun tonu 0.00%
  • sarı tonu 60.53%
  • ana renk tonu 70.20%
CMYK:
(4,0,61,70)
C4M0Y61K70 
(4%,0%,61%,70%)
(0.04/0.00/0.61/0.70)	

CMYK yüzdeleri

%3.95
%0
%60.53
%70.2

Codes

Color #494C1E in popluar color models

494C1E
RGB737630
HSL64°43.40%20.78%
HSB/HSV64°60.53%29.80%
CMYK3.95%0.00%60.53%
70.20%

Color #494C1E in popluar number systems.

HEX494C1E
Decimal737630
Binary1001001100110011110
Octal11111436

Shades and tints

Shades of #494C1E

#494C1E
(73,76,30)
#43461C
(67,70,28)
#3D401A
(61,64,26)
#373A18
(55,58,24)
#313416
(49,52,22)
#2B2E14
(43,46,20)
#252812
(37,40,18)
#1F2210
(31,34,16)
#191C0E
(25,28,14)
#13160C
(19,22,12)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #494C1E

#494C1E
(73,76,30)
#595C32
(89,92,50)
#696C46
(105,108,70)
#797C5A
(121,124,90)
#898C6E
(137,140,110)
#999C82
(153,156,130)
#A9AC96
(169,172,150)
#B9BCAA
(185,188,170)
#C9CCBE
(201,204,190)
#D9DCD2
(217,220,210)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494C1E; }

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

This text font color is #494C1E.


Background Color

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

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

This div background color is #494C1E.


Border color

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

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

This div border color is #494C1E.


Opacity

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

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

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

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

This text has shadow with #494C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494C1E on black background.


Color preview on white background

This text has color #494C1E on white background.



Black color preview on #494C1E background

This text has black color on #494C1E background.


White color preview on #494C1E background

This text has white color on #494C1E background.