COLOR #4D597C

HEX: #4D597C
RGB: (77,89,124)

Renk bilgisi

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

RGB renk modeli

#4D597C color RGB value is (77,89,124).

  • kırmız ton 77;
  • yeşil ton 89;
  • mavi ton 124.
RGB:
(77,89,124)
(30%,35%,49%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 89 of 255 = 35%
B 124 of 255 = 49%

77
89
124

R + G + B ~ 38%. #4D597C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 89 + 124 = 290 (100%)
R 77 of 290 ~ 26.55%
G 89 of 290 ~ 30.69%
B 124 of 290 ~ 42.76%

%26.55
%30.69
%42.76

CMYK RENK MODELİ

#4D597C rengi CMYK tonu (38,28,0,51).

  • camgöbeği tonu 37.90%
  • eflatun tonu 28.23%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(38,28,0,51)
C38M28Y0K51 
(38%,28%,0%,51%)
(0.38/0.28/0.00/0.51)	

CMYK yüzdeleri

%37.9
%28.23
%0
%51.37

Codes

Color #4D597C in popluar color models

4D597C
RGB7789124
HSL225°23.38%39.41%
HSB/HSV225°37.90%48.63%
CMYK37.90%28.23%0.00%
51.37%

Color #4D597C in popluar number systems.

HEX4D597C
Decimal7789124
Binary100110110110011111100
Octal115131174

Shades and tints

Shades of #4D597C

#4D597C
(77,89,124)
#465171
(70,81,113)
#3F4966
(63,73,102)
#38415B
(56,65,91)
#313950
(49,57,80)
#2A3145
(42,49,69)
#23293A
(35,41,58)
#1C212F
(28,33,47)
#151924
(21,25,36)
#0E1119
(14,17,25)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #4D597C

#4D597C
(77,89,124)
#5D6887
(93,104,135)
#6D7792
(109,119,146)
#7D869D
(125,134,157)
#8D95A8
(141,149,168)
#9DA4B3
(157,164,179)
#ADB3BE
(173,179,190)
#BDC2C9
(189,194,201)
#CDD1D4
(205,209,212)
#DDE0DF
(221,224,223)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D597C color. Also use rgb(77,89,124) instead hex code.

Text Font Color

.myTextColor { color: #4D597C; }

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

This text font color is #4D597C.


Background Color

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

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

This div background color is #4D597C.


Border color

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

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

This div border color is #4D597C.


Opacity

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

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

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

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

This text has shadow with #4D597C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D597C on black background.


Color preview on white background

This text has color #4D597C on white background.



Black color preview on #4D597C background

This text has black color on #4D597C background.


White color preview on #4D597C background

This text has white color on #4D597C background.