COLOR #4E425A

HEX: #4E425A
RGB: (78,66,90)

Renk bilgisi

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

RGB renk modeli

#4E425A color RGB value is (78,66,90).

  • kırmız ton 78;
  • yeşil ton 66;
  • mavi ton 90.
RGB:
(78,66,90)
(31%,26%,35%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 66 of 255 = 26%
B 90 of 255 = 35%

78
66
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 66 + 90 = 234 (100%)
R 78 of 234 ~ 33.33%
G 66 of 234 ~ 28.21%
B 90 of 234 ~ 38.46%

%33.33
%28.21
%38.46

CMYK RENK MODELİ

#4E425A rengi CMYK tonu (13,27,0,65).

  • camgöbeği tonu 13.33%
  • eflatun tonu 26.67%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(13,27,0,65)
C13M27Y0K65 
(13%,27%,0%,65%)
(0.13/0.27/0.00/0.65)	

CMYK yüzdeleri

%13.33
%26.67
%0
%64.71

Codes

Color #4E425A in popluar color models

4E425A
RGB786690
HSL270°15.38%30.59%
HSB/HSV270°26.67%35.29%
CMYK13.33%26.67%0.00%
64.71%

Color #4E425A in popluar number systems.

HEX4E425A
Decimal786690
Binary100111010000101011010
Octal116102132

Shades and tints

Shades of #4E425A

#4E425A
(78,66,90)
#473C52
(71,60,82)
#40364A
(64,54,74)
#393042
(57,48,66)
#322A3A
(50,42,58)
#2B2432
(43,36,50)
#241E2A
(36,30,42)
#1D1822
(29,24,34)
#16121A
(22,18,26)
#0F0C12
(15,12,18)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #4E425A

#4E425A
(78,66,90)
#5E5369
(94,83,105)
#6E6478
(110,100,120)
#7E7587
(126,117,135)
#8E8696
(142,134,150)
#9E97A5
(158,151,165)
#AEA8B4
(174,168,180)
#BEB9C3
(190,185,195)
#CECAD2
(206,202,210)
#DEDBE1
(222,219,225)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E425A color. Also use rgb(78,66,90) instead hex code.

Text Font Color

.myTextColor { color: #4E425A; }

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

This text font color is #4E425A.


Background Color

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

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

This div background color is #4E425A.


Border color

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

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

This div border color is #4E425A.


Opacity

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

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

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

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

This text has shadow with #4E425A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E425A on black background.


Color preview on white background

This text has color #4E425A on white background.



Black color preview on #4E425A background

This text has black color on #4E425A background.


White color preview on #4E425A background

This text has white color on #4E425A background.