COLOR #494841

HEX: #494841
RGB: (73,72,65)

Renk bilgisi

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

RGB renk modeli

#494841 color RGB value is (73,72,65).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 72 of 255 = 28%
B 65 of 255 = 25%

73
72
65

R + G + B ~ 27%. #494841 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 72 + 65 = 210 (100%)
R 73 of 210 ~ 34.76%
G 72 of 210 ~ 34.29%
B 65 of 210 ~ 30.95%

%34.76
%34.29
%30.95

CMYK RENK MODELİ

#494841 rengi CMYK tonu (0,1,11,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.37%
  • sarı tonu 10.96%
  • ana renk tonu 71.37%
CMYK:
(0,1,11,71)
C0M1Y11K71 
(0%,1%,11%,71%)
(0.00/0.01/0.11/0.71)	

CMYK yüzdeleri

%0
%1.37
%10.96
%71.37

Codes

Color #494841 in popluar color models

494841
RGB737265
HSL53°5.80%27.06%
HSB/HSV53°10.96%28.63%
CMYK0.00%1.37%10.96%
71.37%

Color #494841 in popluar number systems.

HEX494841
Decimal737265
Binary100100110010001000001
Octal111110101

Shades and tints

Shades of #494841

#494841
(73,72,65)
#43423C
(67,66,60)
#3D3C37
(61,60,55)
#373632
(55,54,50)
#31302D
(49,48,45)
#2B2A28
(43,42,40)
#252423
(37,36,35)
#1F1E1E
(31,30,30)
#191819
(25,24,25)
#131214
(19,18,20)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #494841

#494841
(73,72,65)
#595852
(89,88,82)
#696863
(105,104,99)
#797874
(121,120,116)
#898885
(137,136,133)
#999896
(153,152,150)
#A9A8A7
(169,168,167)
#B9B8B8
(185,184,184)
#C9C8C9
(201,200,201)
#D9D8DA
(217,216,218)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494841; }

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

This text font color is #494841.


Background Color

.myBgColor { background-color: #494841; }

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

This div background color is #494841.


Border color

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

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

This div border color is #494841.


Opacity

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

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

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

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

This text has shadow with #494841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494841 on black background.


Color preview on white background

This text has color #494841 on white background.



Black color preview on #494841 background

This text has black color on #494841 background.


White color preview on #494841 background

This text has white color on #494841 background.