COLOR #494D34

HEX: #494D34
RGB: (73,77,52)

Renk bilgisi

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

RGB renk modeli

#494D34 color RGB value is (73,77,52).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 77 of 255 = 30%
B 52 of 255 = 20%

73
77
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 77 + 52 = 202 (100%)
R 73 of 202 ~ 36.14%
G 77 of 202 ~ 38.12%
B 52 of 202 ~ 25.74%

%36.14
%38.12
%25.74

CMYK RENK MODELİ

#494D34 rengi CMYK tonu (5,0,32,70).

  • camgöbeği tonu 5.19%
  • eflatun tonu 0.00%
  • sarı tonu 32.47%
  • ana renk tonu 69.80%
CMYK:
(5,0,32,70)
C5M0Y32K70 
(5%,0%,32%,70%)
(0.05/0.00/0.32/0.70)	

CMYK yüzdeleri

%5.19
%0
%32.47
%69.8

Codes

Color #494D34 in popluar color models

494D34
RGB737752
HSL70°19.38%25.29%
HSB/HSV70°32.47%30.20%
CMYK5.19%0.00%32.47%
69.80%

Color #494D34 in popluar number systems.

HEX494D34
Decimal737752
Binary10010011001101110100
Octal11111564

Shades and tints

Shades of #494D34

#494D34
(73,77,52)
#434630
(67,70,48)
#3D3F2C
(61,63,44)
#373828
(55,56,40)
#313124
(49,49,36)
#2B2A20
(43,42,32)
#25231C
(37,35,28)
#1F1C18
(31,28,24)
#191514
(25,21,20)
#130E10
(19,14,16)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #494D34

#494D34
(73,77,52)
#595D46
(89,93,70)
#696D58
(105,109,88)
#797D6A
(121,125,106)
#898D7C
(137,141,124)
#999D8E
(153,157,142)
#A9ADA0
(169,173,160)
#B9BDB2
(185,189,178)
#C9CDC4
(201,205,196)
#D9DDD6
(217,221,214)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494D34; }

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

This text font color is #494D34.


Background Color

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

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

This div background color is #494D34.


Border color

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

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

This div border color is #494D34.


Opacity

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

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

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

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

This text has shadow with #494D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D34 on black background.


Color preview on white background

This text has color #494D34 on white background.



Black color preview on #494D34 background

This text has black color on #494D34 background.


White color preview on #494D34 background

This text has white color on #494D34 background.