COLOR #494A36

HEX: #494A36
RGB: (73,74,54)

Renk bilgisi

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

RGB renk modeli

#494A36 color RGB value is (73,74,54).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 74 of 255 = 29%
B 54 of 255 = 21%

73
74
54

R + G + B ~ 26%. #494A36 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 74 + 54 = 201 (100%)
R 73 of 201 ~ 36.32%
G 74 of 201 ~ 36.82%
B 54 of 201 ~ 26.87%

%36.32
%36.82
%26.87

CMYK RENK MODELİ

#494A36 rengi CMYK tonu (1,0,27,71).

  • camgöbeği tonu 1.35%
  • eflatun tonu 0.00%
  • sarı tonu 27.03%
  • ana renk tonu 70.98%
CMYK:
(1,0,27,71)
C1M0Y27K71 
(1%,0%,27%,71%)
(0.01/0.00/0.27/0.71)	

CMYK yüzdeleri

%1.35
%0
%27.03
%70.98

Codes

Color #494A36 in popluar color models

494A36
RGB737454
HSL63°15.63%25.10%
HSB/HSV63°27.03%29.02%
CMYK1.35%0.00%27.03%
70.98%

Color #494A36 in popluar number systems.

HEX494A36
Decimal737454
Binary10010011001010110110
Octal11111266

Shades and tints

Shades of #494A36

#494A36
(73,74,54)
#434432
(67,68,50)
#3D3E2E
(61,62,46)
#37382A
(55,56,42)
#313226
(49,50,38)
#2B2C22
(43,44,34)
#25261E
(37,38,30)
#1F201A
(31,32,26)
#191A16
(25,26,22)
#131412
(19,20,18)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #494A36

#494A36
(73,74,54)
#595A48
(89,90,72)
#696A5A
(105,106,90)
#797A6C
(121,122,108)
#898A7E
(137,138,126)
#999A90
(153,154,144)
#A9AAA2
(169,170,162)
#B9BAB4
(185,186,180)
#C9CAC6
(201,202,198)
#D9DAD8
(217,218,216)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A36; }

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

This text font color is #494A36.


Background Color

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

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

This div background color is #494A36.


Border color

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

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

This div border color is #494A36.


Opacity

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

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

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

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

This text has shadow with #494A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A36 on black background.


Color preview on white background

This text has color #494A36 on white background.



Black color preview on #494A36 background

This text has black color on #494A36 background.


White color preview on #494A36 background

This text has white color on #494A36 background.