COLOR #4A4F50

HEX: #4A4F50
RGB: (74,79,80)

Renk bilgisi

#4A4F50 contains red, green and blue colors in about the same proportion. #4A4F50 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4A4F50 color RGB value is (74,79,80).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 79 of 255 = 31%
B 80 of 255 = 31%

74
79
80

R + G + B ~ 30%. #4A4F50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 79 + 80 = 233 (100%)
R 74 of 233 ~ 31.76%
G 79 of 233 ~ 33.91%
B 80 of 233 ~ 34.33%

%31.76
%33.91
%34.33

CMYK RENK MODELİ

#4A4F50 rengi CMYK tonu (7,1,0,69).

  • camgöbeği tonu 7.50%
  • eflatun tonu 1.25%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(7,1,0,69)
C7M1Y0K69 
(7%,1%,0%,69%)
(0.07/0.01/0.00/0.69)	

CMYK yüzdeleri

%7.5
%1.25
%0
%68.63

Codes

Color #4A4F50 in popluar color models

4A4F50
RGB747980
HSL190°3.90%30.20%
HSB/HSV190°7.50%31.37%
CMYK7.50%1.25%0.00%
68.63%

Color #4A4F50 in popluar number systems.

HEX4A4F50
Decimal747980
Binary100101010011111010000
Octal112117120

Shades and tints

Shades of #4A4F50

#4A4F50
(74,79,80)
#444849
(68,72,73)
#3E4142
(62,65,66)
#383A3B
(56,58,59)
#323334
(50,51,52)
#2C2C2D
(44,44,45)
#262526
(38,37,38)
#201E1F
(32,30,31)
#1A1718
(26,23,24)
#141011
(20,16,17)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #4A4F50

#4A4F50
(74,79,80)
#5A5F5F
(90,95,95)
#6A6F6E
(106,111,110)
#7A7F7D
(122,127,125)
#8A8F8C
(138,143,140)
#9A9F9B
(154,159,155)
#AAAFAA
(170,175,170)
#BABFB9
(186,191,185)
#CACFC8
(202,207,200)
#DADFD7
(218,223,215)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4F50 color. Also use rgb(74,79,80) instead hex code.

Text Font Color

.myTextColor { color: #4A4F50; }

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

This text font color is #4A4F50.


Background Color

.myBgColor { background-color: #4A4F50; }

<div style="background-color:#4A4F50">Inner text</div>

This div background color is #4A4F50.


Border color

.myBorderColor { border: 1px solid #4A4F50; }

<div style="border:3px solid #4A4F50">Div</div>

This div border color is #4A4F50.


Opacity

.myOpacity80 { color: #4A4F50; opacity: 0.8; }

<p style="color:#4A4F50;opacity:0.8;">80%</p>

Text with #4A4F50 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 #4A4F50;}

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

This text has shadow with #4A4F50 color.

.textShadow {text-shadow: 3px 3px 1px #4A4F50, 3px 3px 1px red;}

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

This text has shadow with #4A4F50 primary color and red secondary color.


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

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

This text has shadow with #4A4F50 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4F50 on black background.


Color preview on white background

This text has color #4A4F50 on white background.



Black color preview on #4A4F50 background

This text has black color on #4A4F50 background.


White color preview on #4A4F50 background

This text has white color on #4A4F50 background.