COLOR #494B52

HEX: #494B52
RGB: (73,75,82)

Renk bilgisi

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

RGB renk modeli

#494B52 color RGB value is (73,75,82).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 75 of 255 = 29%
B 82 of 255 = 32%

73
75
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 75 + 82 = 230 (100%)
R 73 of 230 ~ 31.74%
G 75 of 230 ~ 32.61%
B 82 of 230 ~ 35.65%

%31.74
%32.61
%35.65

CMYK RENK MODELİ

#494B52 rengi CMYK tonu (11,9,0,68).

  • camgöbeği tonu 10.98%
  • eflatun tonu 8.54%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(11,9,0,68)
C11M9Y0K68 
(11%,9%,0%,68%)
(0.11/0.09/0.00/0.68)	

CMYK yüzdeleri

%10.98
%8.54
%0
%67.84

Codes

Color #494B52 in popluar color models

494B52
RGB737582
HSL227°5.81%30.39%
HSB/HSV227°10.98%32.16%
CMYK10.98%8.54%0.00%
67.84%

Color #494B52 in popluar number systems.

HEX494B52
Decimal737582
Binary100100110010111010010
Octal111113122

Shades and tints

Shades of #494B52

#494B52
(73,75,82)
#43454B
(67,69,75)
#3D3F44
(61,63,68)
#37393D
(55,57,61)
#313336
(49,51,54)
#2B2D2F
(43,45,47)
#252728
(37,39,40)
#1F2121
(31,33,33)
#191B1A
(25,27,26)
#131513
(19,21,19)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #494B52

#494B52
(73,75,82)
#595B61
(89,91,97)
#696B70
(105,107,112)
#797B7F
(121,123,127)
#898B8E
(137,139,142)
#999B9D
(153,155,157)
#A9ABAC
(169,171,172)
#B9BBBB
(185,187,187)
#C9CBCA
(201,203,202)
#D9DBD9
(217,219,217)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494B52; }

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

This text font color is #494B52.


Background Color

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

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

This div background color is #494B52.


Border color

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

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

This div border color is #494B52.


Opacity

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

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

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

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

This text has shadow with #494B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494B52 on black background.


Color preview on white background

This text has color #494B52 on white background.



Black color preview on #494B52 background

This text has black color on #494B52 background.


White color preview on #494B52 background

This text has white color on #494B52 background.