COLOR #4D6C77

HEX: #4D6C77
RGB: (77,108,119)

Renk bilgisi

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

RGB renk modeli

#4D6C77 color RGB value is (77,108,119).

  • kırmız ton 77;
  • yeşil ton 108;
  • mavi ton 119.
RGB:
(77,108,119)
(30%,42%,47%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 108 of 255 = 42%
B 119 of 255 = 47%

77
108
119

R + G + B ~ 40%. #4D6C77 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 108 + 119 = 304 (100%)
R 77 of 304 ~ 25.33%
G 108 of 304 ~ 35.53%
B 119 of 304 ~ 39.14%

%25.33
%35.53
%39.14

CMYK RENK MODELİ

#4D6C77 rengi CMYK tonu (35,9,0,53).

  • camgöbeği tonu 35.29%
  • eflatun tonu 9.24%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(35,9,0,53)
C35M9Y0K53 
(35%,9%,0%,53%)
(0.35/0.09/0.00/0.53)	

CMYK yüzdeleri

%35.29
%9.24
%0
%53.33

Codes

Color #4D6C77 in popluar color models

4D6C77
RGB77108119
HSL196°21.43%38.43%
HSB/HSV196°35.29%46.67%
CMYK35.29%9.24%0.00%
53.33%

Color #4D6C77 in popluar number systems.

HEX4D6C77
Decimal77108119
Binary100110111011001110111
Octal115154167

Shades and tints

Shades of #4D6C77

#4D6C77
(77,108,119)
#46636D
(70,99,109)
#3F5A63
(63,90,99)
#385159
(56,81,89)
#31484F
(49,72,79)
#2A3F45
(42,63,69)
#23363B
(35,54,59)
#1C2D31
(28,45,49)
#152427
(21,36,39)
#0E1B1D
(14,27,29)
#071213
(7,18,19)
#000000
(0,0,0)

Tints of #4D6C77

#4D6C77
(77,108,119)
#5D7983
(93,121,131)
#6D868F
(109,134,143)
#7D939B
(125,147,155)
#8DA0A7
(141,160,167)
#9DADB3
(157,173,179)
#ADBABF
(173,186,191)
#BDC7CB
(189,199,203)
#CDD4D7
(205,212,215)
#DDE1E3
(221,225,227)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6C77 color. Also use rgb(77,108,119) instead hex code.

Text Font Color

.myTextColor { color: #4D6C77; }

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

This text font color is #4D6C77.


Background Color

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

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

This div background color is #4D6C77.


Border color

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

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

This div border color is #4D6C77.


Opacity

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

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

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

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

This text has shadow with #4D6C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6C77 on black background.


Color preview on white background

This text has color #4D6C77 on white background.



Black color preview on #4D6C77 background

This text has black color on #4D6C77 background.


White color preview on #4D6C77 background

This text has white color on #4D6C77 background.