COLOR #494320

HEX: #494320
RGB: (73,67,32)

Renk bilgisi

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

RGB renk modeli

#494320 color RGB value is (73,67,32).

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

RGB bağlantıları ve doygunluk

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

73
67
32

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 67 + 32 = 172 (100%)
R 73 of 172 ~ 42.44%
G 67 of 172 ~ 38.95%
B 32 of 172 ~ 18.6%

%42.44
%38.95
%18.6

CMYK RENK MODELİ

#494320 rengi CMYK tonu (0,8,56,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.22%
  • sarı tonu 56.16%
  • ana renk tonu 71.37%
CMYK:
(0,8,56,71)
C0M8Y56K71 
(0%,8%,56%,71%)
(0.00/0.08/0.56/0.71)	

CMYK yüzdeleri

%0
%8.22
%56.16
%71.37

Codes

Color #494320 in popluar color models

494320
RGB736732
HSL51°39.05%20.59%
HSB/HSV51°56.16%28.63%
CMYK0.00%8.22%56.16%
71.37%

Color #494320 in popluar number systems.

HEX494320
Decimal736732
Binary10010011000011100000
Octal11110340

Shades and tints

Shades of #494320

#494320
(73,67,32)
#433D1E
(67,61,30)
#3D371C
(61,55,28)
#37311A
(55,49,26)
#312B18
(49,43,24)
#2B2516
(43,37,22)
#251F14
(37,31,20)
#1F1912
(31,25,18)
#191310
(25,19,16)
#130D0E
(19,13,14)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #494320

#494320
(73,67,32)
#595434
(89,84,52)
#696548
(105,101,72)
#79765C
(121,118,92)
#898770
(137,135,112)
#999884
(153,152,132)
#A9A998
(169,169,152)
#B9BAAC
(185,186,172)
#C9CBC0
(201,203,192)
#D9DCD4
(217,220,212)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494320; }

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

This text font color is #494320.


Background Color

.myBgColor { background-color: #494320; }

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

This div background color is #494320.


Border color

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

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

This div border color is #494320.


Opacity

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

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

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

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

This text has shadow with #494320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494320 on black background.


Color preview on white background

This text has color #494320 on white background.



Black color preview on #494320 background

This text has black color on #494320 background.


White color preview on #494320 background

This text has white color on #494320 background.