COLOR #4E5461

HEX: #4E5461
RGB: (78,84,97)

Renk bilgisi

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

RGB renk modeli

#4E5461 color RGB value is (78,84,97).

  • kırmız ton 78;
  • yeşil ton 84;
  • mavi ton 97.
RGB:
(78,84,97)
(31%,33%,38%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 84 of 255 = 33%
B 97 of 255 = 38%

78
84
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 84 + 97 = 259 (100%)
R 78 of 259 ~ 30.12%
G 84 of 259 ~ 32.43%
B 97 of 259 ~ 37.45%

%30.12
%32.43
%37.45

CMYK RENK MODELİ

#4E5461 rengi CMYK tonu (20,13,0,62).

  • camgöbeği tonu 19.59%
  • eflatun tonu 13.40%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(20,13,0,62)
C20M13Y0K62 
(20%,13%,0%,62%)
(0.20/0.13/0.00/0.62)	

CMYK yüzdeleri

%19.59
%13.4
%0
%61.96

Codes

Color #4E5461 in popluar color models

4E5461
RGB788497
HSL221°10.86%34.31%
HSB/HSV221°19.59%38.04%
CMYK19.59%13.40%0.00%
61.96%

Color #4E5461 in popluar number systems.

HEX4E5461
Decimal788497
Binary100111010101001100001
Octal116124141

Shades and tints

Shades of #4E5461

#4E5461
(78,84,97)
#474D59
(71,77,89)
#404651
(64,70,81)
#393F49
(57,63,73)
#323841
(50,56,65)
#2B3139
(43,49,57)
#242A31
(36,42,49)
#1D2329
(29,35,41)
#161C21
(22,28,33)
#0F1519
(15,21,25)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #4E5461

#4E5461
(78,84,97)
#5E636F
(94,99,111)
#6E727D
(110,114,125)
#7E818B
(126,129,139)
#8E9099
(142,144,153)
#9E9FA7
(158,159,167)
#AEAEB5
(174,174,181)
#BEBDC3
(190,189,195)
#CECCD1
(206,204,209)
#DEDBDF
(222,219,223)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5461 color. Also use rgb(78,84,97) instead hex code.

Text Font Color

.myTextColor { color: #4E5461; }

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

This text font color is #4E5461.


Background Color

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

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

This div background color is #4E5461.


Border color

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

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

This div border color is #4E5461.


Opacity

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

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

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

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

This text has shadow with #4E5461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5461 on black background.


Color preview on white background

This text has color #4E5461 on white background.



Black color preview on #4E5461 background

This text has black color on #4E5461 background.


White color preview on #4E5461 background

This text has white color on #4E5461 background.