COLOR #4D5765

HEX: #4D5765
RGB: (77,87,101)

Renk bilgisi

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

RGB renk modeli

#4D5765 color RGB value is (77,87,101).

  • kırmız ton 77;
  • yeşil ton 87;
  • mavi ton 101.
RGB:
(77,87,101)
(30%,34%,40%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 87 of 255 = 34%
B 101 of 255 = 40%

77
87
101

R + G + B ~ 35%. #4D5765 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 87 + 101 = 265 (100%)
R 77 of 265 ~ 29.06%
G 87 of 265 ~ 32.83%
B 101 of 265 ~ 38.11%

%29.06
%32.83
%38.11

CMYK RENK MODELİ

#4D5765 rengi CMYK tonu (24,14,0,60).

  • camgöbeği tonu 23.76%
  • eflatun tonu 13.86%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(24,14,0,60)
C24M14Y0K60 
(24%,14%,0%,60%)
(0.24/0.14/0.00/0.60)	

CMYK yüzdeleri

%23.76
%13.86
%0
%60.39

Codes

Color #4D5765 in popluar color models

4D5765
RGB7787101
HSL215°13.48%34.90%
HSB/HSV215°23.76%39.61%
CMYK23.76%13.86%0.00%
60.39%

Color #4D5765 in popluar number systems.

HEX4D5765
Decimal7787101
Binary100110110101111100101
Octal115127145

Shades and tints

Shades of #4D5765

#4D5765
(77,87,101)
#46505C
(70,80,92)
#3F4953
(63,73,83)
#38424A
(56,66,74)
#313B41
(49,59,65)
#2A3438
(42,52,56)
#232D2F
(35,45,47)
#1C2626
(28,38,38)
#151F1D
(21,31,29)
#0E1814
(14,24,20)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #4D5765

#4D5765
(77,87,101)
#5D6673
(93,102,115)
#6D7581
(109,117,129)
#7D848F
(125,132,143)
#8D939D
(141,147,157)
#9DA2AB
(157,162,171)
#ADB1B9
(173,177,185)
#BDC0C7
(189,192,199)
#CDCFD5
(205,207,213)
#DDDEE3
(221,222,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5765 color. Also use rgb(77,87,101) instead hex code.

Text Font Color

.myTextColor { color: #4D5765; }

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

This text font color is #4D5765.


Background Color

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

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

This div background color is #4D5765.


Border color

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

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

This div border color is #4D5765.


Opacity

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

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

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

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

This text has shadow with #4D5765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5765 on black background.


Color preview on white background

This text has color #4D5765 on white background.



Black color preview on #4D5765 background

This text has black color on #4D5765 background.


White color preview on #4D5765 background

This text has white color on #4D5765 background.