COLOR #4F4B55

HEX: #4F4B55
RGB: (79,75,85)

Renk bilgisi

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

RGB renk modeli

#4F4B55 color RGB value is (79,75,85).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 75 of 255 = 29%
B 85 of 255 = 33%

79
75
85

R + G + B ~ 31%. #4F4B55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 75 + 85 = 239 (100%)
R 79 of 239 ~ 33.05%
G 75 of 239 ~ 31.38%
B 85 of 239 ~ 35.56%

%33.05
%31.38
%35.56

CMYK RENK MODELİ

#4F4B55 rengi CMYK tonu (7,12,0,67).

  • camgöbeği tonu 7.06%
  • eflatun tonu 11.76%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(7,12,0,67)
C7M12Y0K67 
(7%,12%,0%,67%)
(0.07/0.12/0.00/0.67)	

CMYK yüzdeleri

%7.06
%11.76
%0
%66.67

Codes

Color #4F4B55 in popluar color models

4F4B55
RGB797585
HSL264°6.25%31.37%
HSB/HSV264°11.76%33.33%
CMYK7.06%11.76%0.00%
66.67%

Color #4F4B55 in popluar number systems.

HEX4F4B55
Decimal797585
Binary100111110010111010101
Octal117113125

Shades and tints

Shades of #4F4B55

#4F4B55
(79,75,85)
#48454E
(72,69,78)
#413F47
(65,63,71)
#3A3940
(58,57,64)
#333339
(51,51,57)
#2C2D32
(44,45,50)
#25272B
(37,39,43)
#1E2124
(30,33,36)
#171B1D
(23,27,29)
#101516
(16,21,22)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #4F4B55

#4F4B55
(79,75,85)
#5F5B64
(95,91,100)
#6F6B73
(111,107,115)
#7F7B82
(127,123,130)
#8F8B91
(143,139,145)
#9F9BA0
(159,155,160)
#AFABAF
(175,171,175)
#BFBBBE
(191,187,190)
#CFCBCD
(207,203,205)
#DFDBDC
(223,219,220)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4B55; }

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

This text font color is #4F4B55.


Background Color

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

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

This div background color is #4F4B55.


Border color

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

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

This div border color is #4F4B55.


Opacity

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

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

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

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

This text has shadow with #4F4B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4B55 on black background.


Color preview on white background

This text has color #4F4B55 on white background.



Black color preview on #4F4B55 background

This text has black color on #4F4B55 background.


White color preview on #4F4B55 background

This text has white color on #4F4B55 background.