COLOR #494437

HEX: #494437
RGB: (73,68,55)

Renk bilgisi

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

RGB renk modeli

#494437 color RGB value is (73,68,55).

  • kırmız ton 73;
  • yeşil ton 68;
  • mavi ton 55.
RGB:
(73,68,55)
(29%,27%,22%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 68 of 255 = 27%
B 55 of 255 = 22%

73
68
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 68 + 55 = 196 (100%)
R 73 of 196 ~ 37.24%
G 68 of 196 ~ 34.69%
B 55 of 196 ~ 28.06%

%37.24
%34.69
%28.06

CMYK RENK MODELİ

#494437 rengi CMYK tonu (0,7,25,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.85%
  • sarı tonu 24.66%
  • ana renk tonu 71.37%
CMYK:
(0,7,25,71)
C0M7Y25K71 
(0%,7%,25%,71%)
(0.00/0.07/0.25/0.71)	

CMYK yüzdeleri

%0
%6.85
%24.66
%71.37

Codes

Color #494437 in popluar color models

494437
RGB736855
HSL43°14.06%25.10%
HSB/HSV43°24.66%28.63%
CMYK0.00%6.85%24.66%
71.37%

Color #494437 in popluar number systems.

HEX494437
Decimal736855
Binary10010011000100110111
Octal11110467

Shades and tints

Shades of #494437

#494437
(73,68,55)
#433E32
(67,62,50)
#3D382D
(61,56,45)
#373228
(55,50,40)
#312C23
(49,44,35)
#2B261E
(43,38,30)
#252019
(37,32,25)
#1F1A14
(31,26,20)
#19140F
(25,20,15)
#130E0A
(19,14,10)
#0D0805
(13,8,5)
#000000
(0,0,0)

Tints of #494437

#494437
(73,68,55)
#595549
(89,85,73)
#69665B
(105,102,91)
#79776D
(121,119,109)
#89887F
(137,136,127)
#999991
(153,153,145)
#A9AAA3
(169,170,163)
#B9BBB5
(185,187,181)
#C9CCC7
(201,204,199)
#D9DDD9
(217,221,217)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494437 color. Also use rgb(73,68,55) instead hex code.

Text Font Color

.myTextColor { color: #494437; }

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

This text font color is #494437.


Background Color

.myBgColor { background-color: #494437; }

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

This div background color is #494437.


Border color

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

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

This div border color is #494437.


Opacity

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

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

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

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

This text has shadow with #494437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494437 on black background.


Color preview on white background

This text has color #494437 on white background.



Black color preview on #494437 background

This text has black color on #494437 background.


White color preview on #494437 background

This text has white color on #494437 background.