COLOR #494039

HEX: #494039
RGB: (73,64,57)

Renk bilgisi

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

RGB renk modeli

#494039 color RGB value is (73,64,57).

  • kırmız ton 73;
  • yeşil ton 64;
  • mavi ton 57.
RGB:
(73,64,57)
(29%,25%,22%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 64 of 255 = 25%
B 57 of 255 = 22%

73
64
57

R + G + B ~ 25%. #494039 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 64 + 57 = 194 (100%)
R 73 of 194 ~ 37.63%
G 64 of 194 ~ 32.99%
B 57 of 194 ~ 29.38%

%37.63
%32.99
%29.38

CMYK RENK MODELİ

#494039 rengi CMYK tonu (0,12,22,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.33%
  • sarı tonu 21.92%
  • ana renk tonu 71.37%
CMYK:
(0,12,22,71)
C0M12Y22K71 
(0%,12%,22%,71%)
(0.00/0.12/0.22/0.71)	

CMYK yüzdeleri

%0
%12.33
%21.92
%71.37

Codes

Color #494039 in popluar color models

494039
RGB736457
HSL26°12.31%25.49%
HSB/HSV26°21.92%28.63%
CMYK0.00%12.33%21.92%
71.37%

Color #494039 in popluar number systems.

HEX494039
Decimal736457
Binary10010011000000111001
Octal11110071

Shades and tints

Shades of #494039

#494039
(73,64,57)
#433B34
(67,59,52)
#3D362F
(61,54,47)
#37312A
(55,49,42)
#312C25
(49,44,37)
#2B2720
(43,39,32)
#25221B
(37,34,27)
#1F1D16
(31,29,22)
#191811
(25,24,17)
#13130C
(19,19,12)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #494039

#494039
(73,64,57)
#59514B
(89,81,75)
#69625D
(105,98,93)
#79736F
(121,115,111)
#898481
(137,132,129)
#999593
(153,149,147)
#A9A6A5
(169,166,165)
#B9B7B7
(185,183,183)
#C9C8C9
(201,200,201)
#D9D9DB
(217,217,219)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494039 color. Also use rgb(73,64,57) instead hex code.

Text Font Color

.myTextColor { color: #494039; }

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

This text font color is #494039.


Background Color

.myBgColor { background-color: #494039; }

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

This div background color is #494039.


Border color

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

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

This div border color is #494039.


Opacity

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

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

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

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

This text has shadow with #494039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494039 on black background.


Color preview on white background

This text has color #494039 on white background.



Black color preview on #494039 background

This text has black color on #494039 background.


White color preview on #494039 background

This text has white color on #494039 background.