COLOR #494940

HEX: #494940
RGB: (73,73,64)

Renk bilgisi

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

RGB renk modeli

#494940 color RGB value is (73,73,64).

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

RGB bağlantıları ve doygunluk

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

73
73
64

R + G + B ~ 28%. #494940 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 73 + 64 = 210 (100%)
R 73 of 210 ~ 34.76%
G 73 of 210 ~ 34.76%
B 64 of 210 ~ 30.48%

%34.76
%34.76
%30.48

CMYK RENK MODELİ

#494940 rengi CMYK tonu (0,0,12,71).

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

CMYK yüzdeleri

%0
%0
%12.33
%71.37

Codes

Color #494940 in popluar color models

494940
RGB737364
HSL60°6.57%26.86%
HSB/HSV60°12.33%28.63%
CMYK0.00%0.00%12.33%
71.37%

Color #494940 in popluar number systems.

HEX494940
Decimal737364
Binary100100110010011000000
Octal111111100

Shades and tints

Shades of #494940

#494940
(73,73,64)
#43433B
(67,67,59)
#3D3D36
(61,61,54)
#373731
(55,55,49)
#31312C
(49,49,44)
#2B2B27
(43,43,39)
#252522
(37,37,34)
#1F1F1D
(31,31,29)
#191918
(25,25,24)
#131313
(19,19,19)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #494940

#494940
(73,73,64)
#595951
(89,89,81)
#696962
(105,105,98)
#797973
(121,121,115)
#898984
(137,137,132)
#999995
(153,153,149)
#A9A9A6
(169,169,166)
#B9B9B7
(185,185,183)
#C9C9C8
(201,201,200)
#D9D9D9
(217,217,217)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494940; }

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

This text font color is #494940.


Background Color

.myBgColor { background-color: #494940; }

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

This div background color is #494940.


Border color

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

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

This div border color is #494940.


Opacity

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

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

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

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

This text has shadow with #494940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494940 on black background.


Color preview on white background

This text has color #494940 on white background.



Black color preview on #494940 background

This text has black color on #494940 background.


White color preview on #494940 background

This text has white color on #494940 background.