COLOR #4D397B

HEX: #4D397B
RGB: (77,57,123)

Renk bilgisi

#4D397B contains mainly red and blue colors. #4D397B ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#4D397B color RGB value is (77,57,123).

  • kırmız ton 77;
  • yeşil ton 57;
  • mavi ton 123.
RGB:
(77,57,123)
(30%,22%,48%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 57 of 255 = 22%
B 123 of 255 = 48%

77
57
123

R + G + B ~ 33%. #4D397B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 57 + 123 = 257 (100%)
R 77 of 257 ~ 29.96%
G 57 of 257 ~ 22.18%
B 123 of 257 ~ 47.86%

%29.96
%22.18
%47.86

CMYK RENK MODELİ

#4D397B rengi CMYK tonu (37,54,0,52).

  • camgöbeği tonu 37.40%
  • eflatun tonu 53.66%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(37,54,0,52)
C37M54Y0K52 
(37%,54%,0%,52%)
(0.37/0.54/0.00/0.52)	

CMYK yüzdeleri

%37.4
%53.66
%0
%51.76

Codes

Color #4D397B in popluar color models

4D397B
RGB7757123
HSL258°36.67%35.29%
HSB/HSV258°53.66%48.24%
CMYK37.40%53.66%0.00%
51.76%

Color #4D397B in popluar number systems.

HEX4D397B
Decimal7757123
Binary10011011110011111011
Octal11571173

Shades and tints

Shades of #4D397B

#4D397B
(77,57,123)
#463470
(70,52,112)
#3F2F65
(63,47,101)
#382A5A
(56,42,90)
#31254F
(49,37,79)
#2A2044
(42,32,68)
#231B39
(35,27,57)
#1C162E
(28,22,46)
#151123
(21,17,35)
#0E0C18
(14,12,24)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #4D397B

#4D397B
(77,57,123)
#5D4B87
(93,75,135)
#6D5D93
(109,93,147)
#7D6F9F
(125,111,159)
#8D81AB
(141,129,171)
#9D93B7
(157,147,183)
#ADA5C3
(173,165,195)
#BDB7CF
(189,183,207)
#CDC9DB
(205,201,219)
#DDDBE7
(221,219,231)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D397B color. Also use rgb(77,57,123) instead hex code.

Text Font Color

.myTextColor { color: #4D397B; }

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

This text font color is #4D397B.


Background Color

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

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

This div background color is #4D397B.


Border color

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

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

This div border color is #4D397B.


Opacity

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

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

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

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

This text has shadow with #4D397B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D397B on black background.


Color preview on white background

This text has color #4D397B on white background.



Black color preview on #4D397B background

This text has black color on #4D397B background.


White color preview on #4D397B background

This text has white color on #4D397B background.