COLOR #494220

HEX: #494220
RGB: (73,66,32)

Renk bilgisi

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

RGB renk modeli

#494220 color RGB value is (73,66,32).

  • kırmız ton 73;
  • yeşil ton 66;
  • mavi ton 32.
RGB:
(73,66,32)
(29%,26%,13%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 66 of 255 = 26%
B 32 of 255 = 13%

73
66
32

R + G + B ~ 23%. #494220 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 66 + 32 = 171 (100%)
R 73 of 171 ~ 42.69%
G 66 of 171 ~ 38.6%
B 32 of 171 ~ 18.71%

%42.69
%38.6
%18.71

CMYK RENK MODELİ

#494220 rengi CMYK tonu (0,10,56,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.59%
  • sarı tonu 56.16%
  • ana renk tonu 71.37%
CMYK:
(0,10,56,71)
C0M10Y56K71 
(0%,10%,56%,71%)
(0.00/0.10/0.56/0.71)	

CMYK yüzdeleri

%0
%9.59
%56.16
%71.37

Codes

Color #494220 in popluar color models

494220
RGB736632
HSL50°39.05%20.59%
HSB/HSV50°56.16%28.63%
CMYK0.00%9.59%56.16%
71.37%

Color #494220 in popluar number systems.

HEX494220
Decimal736632
Binary10010011000010100000
Octal11110240

Shades and tints

Shades of #494220

#494220
(73,66,32)
#433C1E
(67,60,30)
#3D361C
(61,54,28)
#37301A
(55,48,26)
#312A18
(49,42,24)
#2B2416
(43,36,22)
#251E14
(37,30,20)
#1F1812
(31,24,18)
#191210
(25,18,16)
#130C0E
(19,12,14)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #494220

#494220
(73,66,32)
#595334
(89,83,52)
#696448
(105,100,72)
#79755C
(121,117,92)
#898670
(137,134,112)
#999784
(153,151,132)
#A9A898
(169,168,152)
#B9B9AC
(185,185,172)
#C9CAC0
(201,202,192)
#D9DBD4
(217,219,212)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494220 color. Also use rgb(73,66,32) instead hex code.

Text Font Color

.myTextColor { color: #494220; }

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

This text font color is #494220.


Background Color

.myBgColor { background-color: #494220; }

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

This div background color is #494220.


Border color

.myBorderColor { border: 1px solid #494220; }

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

This div border color is #494220.


Opacity

.myOpacity80 { color: #494220; opacity: 0.8; }

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

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

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

This text has shadow with #494220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494220 on black background.


Color preview on white background

This text has color #494220 on white background.



Black color preview on #494220 background

This text has black color on #494220 background.


White color preview on #494220 background

This text has white color on #494220 background.