COLOR #494E41

HEX: #494E41
RGB: (73,78,65)

Renk bilgisi

#494E41 contains red, green and blue colors in about the same proportion. #494E41 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#494E41 color RGB value is (73,78,65).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 78 of 255 = 31%
B 65 of 255 = 25%

73
78
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 78 + 65 = 216 (100%)
R 73 of 216 ~ 33.8%
G 78 of 216 ~ 36.11%
B 65 of 216 ~ 30.09%

%33.8
%36.11
%30.09

CMYK RENK MODELİ

#494E41 rengi CMYK tonu (6,0,17,69).

  • camgöbeği tonu 6.41%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 69.41%
CMYK:
(6,0,17,69)
C6M0Y17K69 
(6%,0%,17%,69%)
(0.06/0.00/0.17/0.69)	

CMYK yüzdeleri

%6.41
%0
%16.67
%69.41

Codes

Color #494E41 in popluar color models

494E41
RGB737865
HSL83°9.09%28.04%
HSB/HSV83°16.67%30.59%
CMYK6.41%0.00%16.67%
69.41%

Color #494E41 in popluar number systems.

HEX494E41
Decimal737865
Binary100100110011101000001
Octal111116101

Shades and tints

Shades of #494E41

#494E41
(73,78,65)
#43473C
(67,71,60)
#3D4037
(61,64,55)
#373932
(55,57,50)
#31322D
(49,50,45)
#2B2B28
(43,43,40)
#252423
(37,36,35)
#1F1D1E
(31,29,30)
#191619
(25,22,25)
#130F14
(19,15,20)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #494E41

#494E41
(73,78,65)
#595E52
(89,94,82)
#696E63
(105,110,99)
#797E74
(121,126,116)
#898E85
(137,142,133)
#999E96
(153,158,150)
#A9AEA7
(169,174,167)
#B9BEB8
(185,190,184)
#C9CEC9
(201,206,201)
#D9DEDA
(217,222,218)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494E41; }

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

This text font color is #494E41.


Background Color

.myBgColor { background-color: #494E41; }

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

This div background color is #494E41.


Border color

.myBorderColor { border: 1px solid #494E41; }

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

This div border color is #494E41.


Opacity

.myOpacity80 { color: #494E41; opacity: 0.8; }

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

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

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

This text has shadow with #494E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494E41 on black background.


Color preview on white background

This text has color #494E41 on white background.



Black color preview on #494E41 background

This text has black color on #494E41 background.


White color preview on #494E41 background

This text has white color on #494E41 background.