COLOR #494B41

HEX: #494B41
RGB: (73,75,65)

Renk bilgisi

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

RGB renk modeli

#494B41 color RGB value is (73,75,65).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 75 of 255 = 29%
B 65 of 255 = 25%

73
75
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 75 + 65 = 213 (100%)
R 73 of 213 ~ 34.27%
G 75 of 213 ~ 35.21%
B 65 of 213 ~ 30.52%

%34.27
%35.21
%30.52

CMYK RENK MODELİ

#494B41 rengi CMYK tonu (3,0,13,71).

  • camgöbeği tonu 2.67%
  • eflatun tonu 0.00%
  • sarı tonu 13.33%
  • ana renk tonu 70.59%
CMYK:
(3,0,13,71)
C3M0Y13K71 
(3%,0%,13%,71%)
(0.03/0.00/0.13/0.71)	

CMYK yüzdeleri

%2.67
%0
%13.33
%70.59

Codes

Color #494B41 in popluar color models

494B41
RGB737565
HSL72°7.14%27.45%
HSB/HSV72°13.33%29.41%
CMYK2.67%0.00%13.33%
70.59%

Color #494B41 in popluar number systems.

HEX494B41
Decimal737565
Binary100100110010111000001
Octal111113101

Shades and tints

Shades of #494B41

#494B41
(73,75,65)
#43453C
(67,69,60)
#3D3F37
(61,63,55)
#373932
(55,57,50)
#31332D
(49,51,45)
#2B2D28
(43,45,40)
#252723
(37,39,35)
#1F211E
(31,33,30)
#191B19
(25,27,25)
#131514
(19,21,20)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #494B41

#494B41
(73,75,65)
#595B52
(89,91,82)
#696B63
(105,107,99)
#797B74
(121,123,116)
#898B85
(137,139,133)
#999B96
(153,155,150)
#A9ABA7
(169,171,167)
#B9BBB8
(185,187,184)
#C9CBC9
(201,203,201)
#D9DBDA
(217,219,218)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494B41; }

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

This text font color is #494B41.


Background Color

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

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

This div background color is #494B41.


Border color

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

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

This div border color is #494B41.


Opacity

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

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

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

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

This text has shadow with #494B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494B41 on black background.


Color preview on white background

This text has color #494B41 on white background.



Black color preview on #494B41 background

This text has black color on #494B41 background.


White color preview on #494B41 background

This text has white color on #494B41 background.