COLOR #4D677D

HEX: #4D677D
RGB: (77,103,125)

Renk bilgisi

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

RGB renk modeli

#4D677D color RGB value is (77,103,125).

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

RGB bağlantıları ve doygunluk

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

77
103
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 103 + 125 = 305 (100%)
R 77 of 305 ~ 25.25%
G 103 of 305 ~ 33.77%
B 125 of 305 ~ 40.98%

%25.25
%33.77
%40.98

CMYK RENK MODELİ

#4D677D rengi CMYK tonu (38,18,0,51).

  • camgöbeği tonu 38.40%
  • eflatun tonu 17.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(38,18,0,51)
C38M18Y0K51 
(38%,18%,0%,51%)
(0.38/0.18/0.00/0.51)	

CMYK yüzdeleri

%38.4
%17.6
%0
%50.98

Codes

Color #4D677D in popluar color models

4D677D
RGB77103125
HSL208°23.76%39.61%
HSB/HSV208°38.40%49.02%
CMYK38.40%17.60%0.00%
50.98%

Color #4D677D in popluar number systems.

HEX4D677D
Decimal77103125
Binary100110111001111111101
Octal115147175

Shades and tints

Shades of #4D677D

#4D677D
(77,103,125)
#465E72
(70,94,114)
#3F5567
(63,85,103)
#384C5C
(56,76,92)
#314351
(49,67,81)
#2A3A46
(42,58,70)
#23313B
(35,49,59)
#1C2830
(28,40,48)
#151F25
(21,31,37)
#0E161A
(14,22,26)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #4D677D

#4D677D
(77,103,125)
#5D7488
(93,116,136)
#6D8193
(109,129,147)
#7D8E9E
(125,142,158)
#8D9BA9
(141,155,169)
#9DA8B4
(157,168,180)
#ADB5BF
(173,181,191)
#BDC2CA
(189,194,202)
#CDCFD5
(205,207,213)
#DDDCE0
(221,220,224)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D677D; }

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

This text font color is #4D677D.


Background Color

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

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

This div background color is #4D677D.


Border color

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

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

This div border color is #4D677D.


Opacity

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

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

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

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

This text has shadow with #4D677D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D677D on black background.


Color preview on white background

This text has color #4D677D on white background.



Black color preview on #4D677D background

This text has black color on #4D677D background.


White color preview on #4D677D background

This text has white color on #4D677D background.