COLOR #4D636E

HEX: #4D636E
RGB: (77,99,110)

Renk bilgisi

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

RGB renk modeli

#4D636E color RGB value is (77,99,110).

  • kırmız ton 77;
  • yeşil ton 99;
  • mavi ton 110.
RGB:
(77,99,110)
(30%,39%,43%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 99 of 255 = 39%
B 110 of 255 = 43%

77
99
110

R + G + B ~ 37%. #4D636E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 99 + 110 = 286 (100%)
R 77 of 286 ~ 26.92%
G 99 of 286 ~ 34.62%
B 110 of 286 ~ 38.46%

%26.92
%34.62
%38.46

CMYK RENK MODELİ

#4D636E rengi CMYK tonu (30,10,0,57).

  • camgöbeği tonu 30.00%
  • eflatun tonu 10.00%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(30,10,0,57)
C30M10Y0K57 
(30%,10%,0%,57%)
(0.30/0.10/0.00/0.57)	

CMYK yüzdeleri

%30
%10
%0
%56.86

Codes

Color #4D636E in popluar color models

4D636E
RGB7799110
HSL200°17.65%36.67%
HSB/HSV200°30.00%43.14%
CMYK30.00%10.00%0.00%
56.86%

Color #4D636E in popluar number systems.

HEX4D636E
Decimal7799110
Binary100110111000111101110
Octal115143156

Shades and tints

Shades of #4D636E

#4D636E
(77,99,110)
#465A64
(70,90,100)
#3F515A
(63,81,90)
#384850
(56,72,80)
#313F46
(49,63,70)
#2A363C
(42,54,60)
#232D32
(35,45,50)
#1C2428
(28,36,40)
#151B1E
(21,27,30)
#0E1214
(14,18,20)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #4D636E

#4D636E
(77,99,110)
#5D717B
(93,113,123)
#6D7F88
(109,127,136)
#7D8D95
(125,141,149)
#8D9BA2
(141,155,162)
#9DA9AF
(157,169,175)
#ADB7BC
(173,183,188)
#BDC5C9
(189,197,201)
#CDD3D6
(205,211,214)
#DDE1E3
(221,225,227)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D636E color. Also use rgb(77,99,110) instead hex code.

Text Font Color

.myTextColor { color: #4D636E; }

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

This text font color is #4D636E.


Background Color

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

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

This div background color is #4D636E.


Border color

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

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

This div border color is #4D636E.


Opacity

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

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

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

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

This text has shadow with #4D636E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D636E on black background.


Color preview on white background

This text has color #4D636E on white background.



Black color preview on #4D636E background

This text has black color on #4D636E background.


White color preview on #4D636E background

This text has white color on #4D636E background.