COLOR #4D677E

HEX: #4D677E
RGB: (77,103,126)

Renk bilgisi

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

RGB renk modeli

#4D677E color RGB value is (77,103,126).

  • kırmız ton 77;
  • yeşil ton 103;
  • mavi ton 126.
RGB:
(77,103,126)
(30%,40%,49%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 103 of 255 = 40%
B 126 of 255 = 49%

77
103
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 103 + 126 = 306 (100%)
R 77 of 306 ~ 25.16%
G 103 of 306 ~ 33.66%
B 126 of 306 ~ 41.18%

%25.16
%33.66
%41.18

CMYK RENK MODELİ

#4D677E rengi CMYK tonu (39,18,0,51).

  • camgöbeği tonu 38.89%
  • eflatun tonu 18.25%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(39,18,0,51)
C39M18Y0K51 
(39%,18%,0%,51%)
(0.39/0.18/0.00/0.51)	

CMYK yüzdeleri

%38.89
%18.25
%0
%50.59

Codes

Color #4D677E in popluar color models

4D677E
RGB77103126
HSL208°24.14%39.80%
HSB/HSV208°38.89%49.41%
CMYK38.89%18.25%0.00%
50.59%

Color #4D677E in popluar number systems.

HEX4D677E
Decimal77103126
Binary100110111001111111110
Octal115147176

Shades and tints

Shades of #4D677E

#4D677E
(77,103,126)
#465E73
(70,94,115)
#3F5568
(63,85,104)
#384C5D
(56,76,93)
#314352
(49,67,82)
#2A3A47
(42,58,71)
#23313C
(35,49,60)
#1C2831
(28,40,49)
#151F26
(21,31,38)
#0E161B
(14,22,27)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #4D677E

#4D677E
(77,103,126)
#5D7489
(93,116,137)
#6D8194
(109,129,148)
#7D8E9F
(125,142,159)
#8D9BAA
(141,155,170)
#9DA8B5
(157,168,181)
#ADB5C0
(173,181,192)
#BDC2CB
(189,194,203)
#CDCFD6
(205,207,214)
#DDDCE1
(221,220,225)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D677E color. Also use rgb(77,103,126) instead hex code.

Text Font Color

.myTextColor { color: #4D677E; }

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

This text font color is #4D677E.


Background Color

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

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

This div background color is #4D677E.


Border color

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

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

This div border color is #4D677E.


Opacity

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

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

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

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

This text has shadow with #4D677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D677E on black background.


Color preview on white background

This text has color #4D677E on white background.



Black color preview on #4D677E background

This text has black color on #4D677E background.


White color preview on #4D677E background

This text has white color on #4D677E background.