COLOR #4E4361

HEX: #4E4361
RGB: (78,67,97)

Renk bilgisi

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

RGB renk modeli

#4E4361 color RGB value is (78,67,97).

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

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 67 of 255 = 26%
B 97 of 255 = 38%

78
67
97

R + G + B ~ 32%. #4E4361 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 67 + 97 = 242 (100%)
R 78 of 242 ~ 32.23%
G 67 of 242 ~ 27.69%
B 97 of 242 ~ 40.08%

%32.23
%27.69
%40.08

CMYK RENK MODELİ

#4E4361 rengi CMYK tonu (20,31,0,62).

  • camgöbeği tonu 19.59%
  • eflatun tonu 30.93%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(20,31,0,62)
C20M31Y0K62 
(20%,31%,0%,62%)
(0.20/0.31/0.00/0.62)	

CMYK yüzdeleri

%19.59
%30.93
%0
%61.96

Codes

Color #4E4361 in popluar color models

4E4361
RGB786797
HSL262°18.29%32.16%
HSB/HSV262°30.93%38.04%
CMYK19.59%30.93%0.00%
61.96%

Color #4E4361 in popluar number systems.

HEX4E4361
Decimal786797
Binary100111010000111100001
Octal116103141

Shades and tints

Shades of #4E4361

#4E4361
(78,67,97)
#473D59
(71,61,89)
#403751
(64,55,81)
#393149
(57,49,73)
#322B41
(50,43,65)
#2B2539
(43,37,57)
#241F31
(36,31,49)
#1D1929
(29,25,41)
#161321
(22,19,33)
#0F0D19
(15,13,25)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #4E4361

#4E4361
(78,67,97)
#5E546F
(94,84,111)
#6E657D
(110,101,125)
#7E768B
(126,118,139)
#8E8799
(142,135,153)
#9E98A7
(158,152,167)
#AEA9B5
(174,169,181)
#BEBAC3
(190,186,195)
#CECBD1
(206,203,209)
#DEDCDF
(222,220,223)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4361; }

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

This text font color is #4E4361.


Background Color

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

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

This div background color is #4E4361.


Border color

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

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

This div border color is #4E4361.


Opacity

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

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

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

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

This text has shadow with #4E4361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4361 on black background.


Color preview on white background

This text has color #4E4361 on white background.



Black color preview on #4E4361 background

This text has black color on #4E4361 background.


White color preview on #4E4361 background

This text has white color on #4E4361 background.