COLOR #4F4851

HEX: #4F4851
RGB: (79,72,81)

Renk bilgisi

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

RGB renk modeli

#4F4851 color RGB value is (79,72,81).

  • kırmız ton 79;
  • yeşil ton 72;
  • mavi ton 81.
RGB:
(79,72,81)
(31%,28%,32%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 72 of 255 = 28%
B 81 of 255 = 32%

79
72
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 72 + 81 = 232 (100%)
R 79 of 232 ~ 34.05%
G 72 of 232 ~ 31.03%
B 81 of 232 ~ 34.91%

%34.05
%31.03
%34.91

CMYK RENK MODELİ

#4F4851 rengi CMYK tonu (2,11,0,68).

  • camgöbeği tonu 2.47%
  • eflatun tonu 11.11%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(2,11,0,68)
C2M11Y0K68 
(2%,11%,0%,68%)
(0.02/0.11/0.00/0.68)	

CMYK yüzdeleri

%2.47
%11.11
%0
%68.24

Codes

Color #4F4851 in popluar color models

4F4851
RGB797281
HSL287°5.88%30.00%
HSB/HSV287°11.11%31.76%
CMYK2.47%11.11%0.00%
68.24%

Color #4F4851 in popluar number systems.

HEX4F4851
Decimal797281
Binary100111110010001010001
Octal117110121

Shades and tints

Shades of #4F4851

#4F4851
(79,72,81)
#48424A
(72,66,74)
#413C43
(65,60,67)
#3A363C
(58,54,60)
#333035
(51,48,53)
#2C2A2E
(44,42,46)
#252427
(37,36,39)
#1E1E20
(30,30,32)
#171819
(23,24,25)
#101212
(16,18,18)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #4F4851

#4F4851
(79,72,81)
#5F5860
(95,88,96)
#6F686F
(111,104,111)
#7F787E
(127,120,126)
#8F888D
(143,136,141)
#9F989C
(159,152,156)
#AFA8AB
(175,168,171)
#BFB8BA
(191,184,186)
#CFC8C9
(207,200,201)
#DFD8D8
(223,216,216)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4851; }

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

This text font color is #4F4851.


Background Color

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

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

This div background color is #4F4851.


Border color

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

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

This div border color is #4F4851.


Opacity

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

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

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

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

This text has shadow with #4F4851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4851 on black background.


Color preview on white background

This text has color #4F4851 on white background.



Black color preview on #4F4851 background

This text has black color on #4F4851 background.


White color preview on #4F4851 background

This text has white color on #4F4851 background.