COLOR #4F506D

HEX: #4F506D
RGB: (79,80,109)

Renk bilgisi

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

RGB renk modeli

#4F506D color RGB value is (79,80,109).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 80 of 255 = 31%
B 109 of 255 = 43%

79
80
109

R + G + B ~ 35%. #4F506D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 80 + 109 = 268 (100%)
R 79 of 268 ~ 29.48%
G 80 of 268 ~ 29.85%
B 109 of 268 ~ 40.67%

%29.48
%29.85
%40.67

CMYK RENK MODELİ

#4F506D rengi CMYK tonu (28,27,0,57).

  • camgöbeği tonu 27.52%
  • eflatun tonu 26.61%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(28,27,0,57)
C28M27Y0K57 
(28%,27%,0%,57%)
(0.28/0.27/0.00/0.57)	

CMYK yüzdeleri

%27.52
%26.61
%0
%57.25

Codes

Color #4F506D in popluar color models

4F506D
RGB7980109
HSL238°15.96%36.86%
HSB/HSV238°27.52%42.75%
CMYK27.52%26.61%0.00%
57.25%

Color #4F506D in popluar number systems.

HEX4F506D
Decimal7980109
Binary100111110100001101101
Octal117120155

Shades and tints

Shades of #4F506D

#4F506D
(79,80,109)
#484964
(72,73,100)
#41425B
(65,66,91)
#3A3B52
(58,59,82)
#333449
(51,52,73)
#2C2D40
(44,45,64)
#252637
(37,38,55)
#1E1F2E
(30,31,46)
#171825
(23,24,37)
#10111C
(16,17,28)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #4F506D

#4F506D
(79,80,109)
#5F5F7A
(95,95,122)
#6F6E87
(111,110,135)
#7F7D94
(127,125,148)
#8F8CA1
(143,140,161)
#9F9BAE
(159,155,174)
#AFAABB
(175,170,187)
#BFB9C8
(191,185,200)
#CFC8D5
(207,200,213)
#DFD7E2
(223,215,226)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F506D; }

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

This text font color is #4F506D.


Background Color

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

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

This div background color is #4F506D.


Border color

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

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

This div border color is #4F506D.


Opacity

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

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

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

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

This text has shadow with #4F506D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F506D on black background.


Color preview on white background

This text has color #4F506D on white background.



Black color preview on #4F506D background

This text has black color on #4F506D background.


White color preview on #4F506D background

This text has white color on #4F506D background.