COLOR #4E4F51

HEX: #4E4F51
RGB: (78,79,81)

Renk bilgisi

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

RGB renk modeli

#4E4F51 color RGB value is (78,79,81).

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

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 79 of 255 = 31%
B 81 of 255 = 32%

78
79
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 79 + 81 = 238 (100%)
R 78 of 238 ~ 32.77%
G 79 of 238 ~ 33.19%
B 81 of 238 ~ 34.03%

%32.77
%33.19
%34.03

CMYK RENK MODELİ

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

  • camgöbeği tonu 3.70%
  • eflatun tonu 2.47%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(4,2,0,68)
C4M2Y0K68 
(4%,2%,0%,68%)
(0.04/0.02/0.00/0.68)	

CMYK yüzdeleri

%3.7
%2.47
%0
%68.24

Codes

Color #4E4F51 in popluar color models

4E4F51
RGB787981
HSL220°1.89%31.18%
HSB/HSV220°3.70%31.76%
CMYK3.70%2.47%0.00%
68.24%

Color #4E4F51 in popluar number systems.

HEX4E4F51
Decimal787981
Binary100111010011111010001
Octal116117121

Shades and tints

Shades of #4E4F51

#4E4F51
(78,79,81)
#47484A
(71,72,74)
#404143
(64,65,67)
#393A3C
(57,58,60)
#323335
(50,51,53)
#2B2C2E
(43,44,46)
#242527
(36,37,39)
#1D1E20
(29,30,32)
#161719
(22,23,25)
#0F1012
(15,16,18)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #4E4F51

#4E4F51
(78,79,81)
#5E5F60
(94,95,96)
#6E6F6F
(110,111,111)
#7E7F7E
(126,127,126)
#8E8F8D
(142,143,141)
#9E9F9C
(158,159,156)
#AEAFAB
(174,175,171)
#BEBFBA
(190,191,186)
#CECFC9
(206,207,201)
#DEDFD8
(222,223,216)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4F51; }

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

This text font color is #4E4F51.


Background Color

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

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

This div background color is #4E4F51.


Border color

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

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

This div border color is #4E4F51.


Opacity

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

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

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

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

This text has shadow with #4E4F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4F51 on black background.


Color preview on white background

This text has color #4E4F51 on white background.



Black color preview on #4E4F51 background

This text has black color on #4E4F51 background.


White color preview on #4E4F51 background

This text has white color on #4E4F51 background.