COLOR #4D6F81

HEX: #4D6F81
RGB: (77,111,129)

Renk bilgisi

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

RGB renk modeli

#4D6F81 color RGB value is (77,111,129).

  • kırmız ton 77;
  • yeşil ton 111;
  • mavi ton 129.
RGB:
(77,111,129)
(30%,44%,51%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 111 of 255 = 44%
B 129 of 255 = 51%

77
111
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 111 + 129 = 317 (100%)
R 77 of 317 ~ 24.29%
G 111 of 317 ~ 35.02%
B 129 of 317 ~ 40.69%

%24.29
%35.02
%40.69

CMYK RENK MODELİ

#4D6F81 rengi CMYK tonu (40,14,0,49).

  • camgöbeği tonu 40.31%
  • eflatun tonu 13.95%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(40,14,0,49)
C40M14Y0K49 
(40%,14%,0%,49%)
(0.40/0.14/0.00/0.49)	

CMYK yüzdeleri

%40.31
%13.95
%0
%49.41

Codes

Color #4D6F81 in popluar color models

4D6F81
RGB77111129
HSL201°25.24%40.39%
HSB/HSV201°40.31%50.59%
CMYK40.31%13.95%0.00%
49.41%

Color #4D6F81 in popluar number systems.

HEX4D6F81
Decimal77111129
Binary1001101110111110000001
Octal115157201

Shades and tints

Shades of #4D6F81

#4D6F81
(77,111,129)
#466576
(70,101,118)
#3F5B6B
(63,91,107)
#385160
(56,81,96)
#314755
(49,71,85)
#2A3D4A
(42,61,74)
#23333F
(35,51,63)
#1C2934
(28,41,52)
#151F29
(21,31,41)
#0E151E
(14,21,30)
#070B13
(7,11,19)
#000000
(0,0,0)

Tints of #4D6F81

#4D6F81
(77,111,129)
#5D7C8C
(93,124,140)
#6D8997
(109,137,151)
#7D96A2
(125,150,162)
#8DA3AD
(141,163,173)
#9DB0B8
(157,176,184)
#ADBDC3
(173,189,195)
#BDCACE
(189,202,206)
#CDD7D9
(205,215,217)
#DDE4E4
(221,228,228)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6F81 color. Also use rgb(77,111,129) instead hex code.

Text Font Color

.myTextColor { color: #4D6F81; }

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

This text font color is #4D6F81.


Background Color

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

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

This div background color is #4D6F81.


Border color

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

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

This div border color is #4D6F81.


Opacity

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

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

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

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

This text has shadow with #4D6F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6F81 on black background.


Color preview on white background

This text has color #4D6F81 on white background.



Black color preview on #4D6F81 background

This text has black color on #4D6F81 background.


White color preview on #4D6F81 background

This text has white color on #4D6F81 background.