COLOR #494C4B

HEX: #494C4B
RGB: (73,76,75)

Renk bilgisi

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

RGB renk modeli

#494C4B color RGB value is (73,76,75).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 76 of 255 = 30%
B 75 of 255 = 29%

73
76
75

R + G + B ~ 29%. #494C4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 76 + 75 = 224 (100%)
R 73 of 224 ~ 32.59%
G 76 of 224 ~ 33.93%
B 75 of 224 ~ 33.48%

%32.59
%33.93
%33.48

CMYK RENK MODELİ

#494C4B rengi CMYK tonu (4,0,1,70).

  • camgöbeği tonu 3.95%
  • eflatun tonu 0.00%
  • sarı tonu 1.32%
  • ana renk tonu 70.20%
CMYK:
(4,0,1,70)
C4M0Y1K70 
(4%,0%,1%,70%)
(0.04/0.00/0.01/0.70)	

CMYK yüzdeleri

%3.95
%0
%1.32
%70.2

Codes

Color #494C4B in popluar color models

494C4B
RGB737675
HSL160°2.01%29.22%
HSB/HSV160°3.95%29.80%
CMYK3.95%0.00%1.32%
70.20%

Color #494C4B in popluar number systems.

HEX494C4B
Decimal737675
Binary100100110011001001011
Octal111114113

Shades and tints

Shades of #494C4B

#494C4B
(73,76,75)
#434645
(67,70,69)
#3D403F
(61,64,63)
#373A39
(55,58,57)
#313433
(49,52,51)
#2B2E2D
(43,46,45)
#252827
(37,40,39)
#1F2221
(31,34,33)
#191C1B
(25,28,27)
#131615
(19,22,21)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #494C4B

#494C4B
(73,76,75)
#595C5B
(89,92,91)
#696C6B
(105,108,107)
#797C7B
(121,124,123)
#898C8B
(137,140,139)
#999C9B
(153,156,155)
#A9ACAB
(169,172,171)
#B9BCBB
(185,188,187)
#C9CCCB
(201,204,203)
#D9DCDB
(217,220,219)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494C4B; }

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

This text font color is #494C4B.


Background Color

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

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

This div background color is #494C4B.


Border color

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

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

This div border color is #494C4B.


Opacity

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

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

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

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

This text has shadow with #494C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494C4B on black background.


Color preview on white background

This text has color #494C4B on white background.



Black color preview on #494C4B background

This text has black color on #494C4B background.


White color preview on #494C4B background

This text has white color on #494C4B background.