COLOR #494521

HEX: #494521
RGB: (73,69,33)

Renk bilgisi

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

RGB renk modeli

#494521 color RGB value is (73,69,33).

  • kırmız ton 73;
  • yeşil ton 69;
  • mavi ton 33.
RGB:
(73,69,33)
(29%,27%,13%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 69 of 255 = 27%
B 33 of 255 = 13%

73
69
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 69 + 33 = 175 (100%)
R 73 of 175 ~ 41.71%
G 69 of 175 ~ 39.43%
B 33 of 175 ~ 18.86%

%41.71
%39.43
%18.86

CMYK RENK MODELİ

#494521 rengi CMYK tonu (0,5,55,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.48%
  • sarı tonu 54.79%
  • ana renk tonu 71.37%
CMYK:
(0,5,55,71)
C0M5Y55K71 
(0%,5%,55%,71%)
(0.00/0.05/0.55/0.71)	

CMYK yüzdeleri

%0
%5.48
%54.79
%71.37

Codes

Color #494521 in popluar color models

494521
RGB736933
HSL54°37.74%20.78%
HSB/HSV54°54.79%28.63%
CMYK0.00%5.48%54.79%
71.37%

Color #494521 in popluar number systems.

HEX494521
Decimal736933
Binary10010011000101100001
Octal11110541

Shades and tints

Shades of #494521

#494521
(73,69,33)
#433F1E
(67,63,30)
#3D391B
(61,57,27)
#373318
(55,51,24)
#312D15
(49,45,21)
#2B2712
(43,39,18)
#25210F
(37,33,15)
#1F1B0C
(31,27,12)
#191509
(25,21,9)
#130F06
(19,15,6)
#0D0903
(13,9,3)
#000000
(0,0,0)

Tints of #494521

#494521
(73,69,33)
#595535
(89,85,53)
#696549
(105,101,73)
#79755D
(121,117,93)
#898571
(137,133,113)
#999585
(153,149,133)
#A9A599
(169,165,153)
#B9B5AD
(185,181,173)
#C9C5C1
(201,197,193)
#D9D5D5
(217,213,213)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494521 color. Also use rgb(73,69,33) instead hex code.

Text Font Color

.myTextColor { color: #494521; }

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

This text font color is #494521.


Background Color

.myBgColor { background-color: #494521; }

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

This div background color is #494521.


Border color

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

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

This div border color is #494521.


Opacity

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

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

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

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

This text has shadow with #494521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494521 on black background.


Color preview on white background

This text has color #494521 on white background.



Black color preview on #494521 background

This text has black color on #494521 background.


White color preview on #494521 background

This text has white color on #494521 background.