COLOR #494F4B

HEX: #494F4B
RGB: (73,79,75)

Renk bilgisi

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

RGB renk modeli

#494F4B color RGB value is (73,79,75).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 79 of 255 = 31%
B 75 of 255 = 29%

73
79
75

R + G + B ~ 30%. #494F4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 79 + 75 = 227 (100%)
R 73 of 227 ~ 32.16%
G 79 of 227 ~ 34.8%
B 75 of 227 ~ 33.04%

%32.16
%34.8
%33.04

CMYK RENK MODELİ

#494F4B rengi CMYK tonu (8,0,5,69).

  • camgöbeği tonu 7.59%
  • eflatun tonu 0.00%
  • sarı tonu 5.06%
  • ana renk tonu 69.02%
CMYK:
(8,0,5,69)
C8M0Y5K69 
(8%,0%,5%,69%)
(0.08/0.00/0.05/0.69)	

CMYK yüzdeleri

%7.59
%0
%5.06
%69.02

Codes

Color #494F4B in popluar color models

494F4B
RGB737975
HSL140°3.95%29.80%
HSB/HSV140°7.59%30.98%
CMYK7.59%0.00%5.06%
69.02%

Color #494F4B in popluar number systems.

HEX494F4B
Decimal737975
Binary100100110011111001011
Octal111117113

Shades and tints

Shades of #494F4B

#494F4B
(73,79,75)
#434845
(67,72,69)
#3D413F
(61,65,63)
#373A39
(55,58,57)
#313333
(49,51,51)
#2B2C2D
(43,44,45)
#252527
(37,37,39)
#1F1E21
(31,30,33)
#19171B
(25,23,27)
#131015
(19,16,21)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #494F4B

#494F4B
(73,79,75)
#595F5B
(89,95,91)
#696F6B
(105,111,107)
#797F7B
(121,127,123)
#898F8B
(137,143,139)
#999F9B
(153,159,155)
#A9AFAB
(169,175,171)
#B9BFBB
(185,191,187)
#C9CFCB
(201,207,203)
#D9DFDB
(217,223,219)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494F4B; }

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

This text font color is #494F4B.


Background Color

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

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

This div background color is #494F4B.


Border color

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

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

This div border color is #494F4B.


Opacity

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

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

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

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

This text has shadow with #494F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494F4B on black background.


Color preview on white background

This text has color #494F4B on white background.



Black color preview on #494F4B background

This text has black color on #494F4B background.


White color preview on #494F4B background

This text has white color on #494F4B background.