COLOR #4F4960

HEX: #4F4960
RGB: (79,73,96)

Renk bilgisi

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

RGB renk modeli

#4F4960 color RGB value is (79,73,96).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 73 of 255 = 29%
B 96 of 255 = 38%

79
73
96

R + G + B ~ 33%. #4F4960 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 73 + 96 = 248 (100%)
R 79 of 248 ~ 31.85%
G 73 of 248 ~ 29.44%
B 96 of 248 ~ 38.71%

%31.85
%29.44
%38.71

CMYK RENK MODELİ

#4F4960 rengi CMYK tonu (18,24,0,62).

  • camgöbeği tonu 17.71%
  • eflatun tonu 23.96%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(18,24,0,62)
C18M24Y0K62 
(18%,24%,0%,62%)
(0.18/0.24/0.00/0.62)	

CMYK yüzdeleri

%17.71
%23.96
%0
%62.35

Codes

Color #4F4960 in popluar color models

4F4960
RGB797396
HSL256°13.61%33.14%
HSB/HSV256°23.96%37.65%
CMYK17.71%23.96%0.00%
62.35%

Color #4F4960 in popluar number systems.

HEX4F4960
Decimal797396
Binary100111110010011100000
Octal117111140

Shades and tints

Shades of #4F4960

#4F4960
(79,73,96)
#484358
(72,67,88)
#413D50
(65,61,80)
#3A3748
(58,55,72)
#333140
(51,49,64)
#2C2B38
(44,43,56)
#252530
(37,37,48)
#1E1F28
(30,31,40)
#171920
(23,25,32)
#101318
(16,19,24)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #4F4960

#4F4960
(79,73,96)
#5F596E
(95,89,110)
#6F697C
(111,105,124)
#7F798A
(127,121,138)
#8F8998
(143,137,152)
#9F99A6
(159,153,166)
#AFA9B4
(175,169,180)
#BFB9C2
(191,185,194)
#CFC9D0
(207,201,208)
#DFD9DE
(223,217,222)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4960 color. Also use rgb(79,73,96) instead hex code.

Text Font Color

.myTextColor { color: #4F4960; }

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

This text font color is #4F4960.


Background Color

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

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

This div background color is #4F4960.


Border color

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

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

This div border color is #4F4960.


Opacity

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

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

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

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

This text has shadow with #4F4960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4960 on black background.


Color preview on white background

This text has color #4F4960 on white background.



Black color preview on #4F4960 background

This text has black color on #4F4960 background.


White color preview on #4F4960 background

This text has white color on #4F4960 background.