COLOR #4F4F63

HEX: #4F4F63
RGB: (79,79,99)

Renk bilgisi

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

RGB renk modeli

#4F4F63 color RGB value is (79,79,99).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 79 of 255 = 31%
B 99 of 255 = 39%

79
79
99

R + G + B ~ 34%. #4F4F63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 79 + 99 = 257 (100%)
R 79 of 257 ~ 30.74%
G 79 of 257 ~ 30.74%
B 99 of 257 ~ 38.52%

%30.74
%30.74
%38.52

CMYK RENK MODELİ

#4F4F63 rengi CMYK tonu (20,20,0,61).

  • camgöbeği tonu 20.20%
  • eflatun tonu 20.20%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(20,20,0,61)
C20M20Y0K61 
(20%,20%,0%,61%)
(0.20/0.20/0.00/0.61)	

CMYK yüzdeleri

%20.2
%20.2
%0
%61.18

Codes

Color #4F4F63 in popluar color models

4F4F63
RGB797999
HSL240°11.24%34.90%
HSB/HSV240°20.20%38.82%
CMYK20.20%20.20%0.00%
61.18%

Color #4F4F63 in popluar number systems.

HEX4F4F63
Decimal797999
Binary100111110011111100011
Octal117117143

Shades and tints

Shades of #4F4F63

#4F4F63
(79,79,99)
#48485A
(72,72,90)
#414151
(65,65,81)
#3A3A48
(58,58,72)
#33333F
(51,51,63)
#2C2C36
(44,44,54)
#25252D
(37,37,45)
#1E1E24
(30,30,36)
#17171B
(23,23,27)
#101012
(16,16,18)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #4F4F63

#4F4F63
(79,79,99)
#5F5F71
(95,95,113)
#6F6F7F
(111,111,127)
#7F7F8D
(127,127,141)
#8F8F9B
(143,143,155)
#9F9FA9
(159,159,169)
#AFAFB7
(175,175,183)
#BFBFC5
(191,191,197)
#CFCFD3
(207,207,211)
#DFDFE1
(223,223,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4F63; }

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

This text font color is #4F4F63.


Background Color

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

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

This div background color is #4F4F63.


Border color

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

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

This div border color is #4F4F63.


Opacity

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

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

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

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

This text has shadow with #4F4F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4F63 on black background.


Color preview on white background

This text has color #4F4F63 on white background.



Black color preview on #4F4F63 background

This text has black color on #4F4F63 background.


White color preview on #4F4F63 background

This text has white color on #4F4F63 background.