COLOR #494224

HEX: #494224
RGB: (73,66,36)

Renk bilgisi

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

RGB renk modeli

#494224 color RGB value is (73,66,36).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 66 of 255 = 26%
B 36 of 255 = 14%

73
66
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 66 + 36 = 175 (100%)
R 73 of 175 ~ 41.71%
G 66 of 175 ~ 37.71%
B 36 of 175 ~ 20.57%

%41.71
%37.71
%20.57

CMYK RENK MODELİ

#494224 rengi CMYK tonu (0,10,51,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.59%
  • sarı tonu 50.68%
  • ana renk tonu 71.37%
CMYK:
(0,10,51,71)
C0M10Y51K71 
(0%,10%,51%,71%)
(0.00/0.10/0.51/0.71)	

CMYK yüzdeleri

%0
%9.59
%50.68
%71.37

Codes

Color #494224 in popluar color models

494224
RGB736636
HSL49°33.94%21.37%
HSB/HSV49°50.68%28.63%
CMYK0.00%9.59%50.68%
71.37%

Color #494224 in popluar number systems.

HEX494224
Decimal736636
Binary10010011000010100100
Octal11110244

Shades and tints

Shades of #494224

#494224
(73,66,36)
#433C21
(67,60,33)
#3D361E
(61,54,30)
#37301B
(55,48,27)
#312A18
(49,42,24)
#2B2415
(43,36,21)
#251E12
(37,30,18)
#1F180F
(31,24,15)
#19120C
(25,18,12)
#130C09
(19,12,9)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #494224

#494224
(73,66,36)
#595337
(89,83,55)
#69644A
(105,100,74)
#79755D
(121,117,93)
#898670
(137,134,112)
#999783
(153,151,131)
#A9A896
(169,168,150)
#B9B9A9
(185,185,169)
#C9CABC
(201,202,188)
#D9DBCF
(217,219,207)
#E9ECE2
(233,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494224; }

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

This text font color is #494224.


Background Color

.myBgColor { background-color: #494224; }

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

This div background color is #494224.


Border color

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

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

This div border color is #494224.


Opacity

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

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

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

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

This text has shadow with #494224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494224 on black background.


Color preview on white background

This text has color #494224 on white background.



Black color preview on #494224 background

This text has black color on #494224 background.


White color preview on #494224 background

This text has white color on #494224 background.