COLOR #494A34

HEX: #494A34
RGB: (73,74,52)

Renk bilgisi

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

RGB renk modeli

#494A34 color RGB value is (73,74,52).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 74 of 255 = 29%
B 52 of 255 = 20%

73
74
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 74 + 52 = 199 (100%)
R 73 of 199 ~ 36.68%
G 74 of 199 ~ 37.19%
B 52 of 199 ~ 26.13%

%36.68
%37.19
%26.13

CMYK RENK MODELİ

#494A34 rengi CMYK tonu (1,0,30,71).

  • camgöbeği tonu 1.35%
  • eflatun tonu 0.00%
  • sarı tonu 29.73%
  • ana renk tonu 70.98%
CMYK:
(1,0,30,71)
C1M0Y30K71 
(1%,0%,30%,71%)
(0.01/0.00/0.30/0.71)	

CMYK yüzdeleri

%1.35
%0
%29.73
%70.98

Codes

Color #494A34 in popluar color models

494A34
RGB737452
HSL63°17.46%24.71%
HSB/HSV63°29.73%29.02%
CMYK1.35%0.00%29.73%
70.98%

Color #494A34 in popluar number systems.

HEX494A34
Decimal737452
Binary10010011001010110100
Octal11111264

Shades and tints

Shades of #494A34

#494A34
(73,74,52)
#434430
(67,68,48)
#3D3E2C
(61,62,44)
#373828
(55,56,40)
#313224
(49,50,36)
#2B2C20
(43,44,32)
#25261C
(37,38,28)
#1F2018
(31,32,24)
#191A14
(25,26,20)
#131410
(19,20,16)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #494A34

#494A34
(73,74,52)
#595A46
(89,90,70)
#696A58
(105,106,88)
#797A6A
(121,122,106)
#898A7C
(137,138,124)
#999A8E
(153,154,142)
#A9AAA0
(169,170,160)
#B9BAB2
(185,186,178)
#C9CAC4
(201,202,196)
#D9DAD6
(217,218,214)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A34; }

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

This text font color is #494A34.


Background Color

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

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

This div background color is #494A34.


Border color

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

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

This div border color is #494A34.


Opacity

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

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

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

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

This text has shadow with #494A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A34 on black background.


Color preview on white background

This text has color #494A34 on white background.



Black color preview on #494A34 background

This text has black color on #494A34 background.


White color preview on #494A34 background

This text has white color on #494A34 background.