COLOR #4D5E4C

HEX: #4D5E4C
RGB: (77,94,76)

Renk bilgisi

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

RGB renk modeli

#4D5E4C color RGB value is (77,94,76).

  • kırmız ton 77;
  • yeşil ton 94;
  • mavi ton 76.
RGB:
(77,94,76)
(30%,37%,30%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 94 of 255 = 37%
B 76 of 255 = 30%

77
94
76

R + G + B ~ 32%. #4D5E4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 94 + 76 = 247 (100%)
R 77 of 247 ~ 31.17%
G 94 of 247 ~ 38.06%
B 76 of 247 ~ 30.77%

%31.17
%38.06
%30.77

CMYK RENK MODELİ

#4D5E4C rengi CMYK tonu (18,0,19,63).

  • camgöbeği tonu 18.09%
  • eflatun tonu 0.00%
  • sarı tonu 19.15%
  • ana renk tonu 63.14%
CMYK:
(18,0,19,63)
C18M0Y19K63 
(18%,0%,19%,63%)
(0.18/0.00/0.19/0.63)	

CMYK yüzdeleri

%18.09
%0
%19.15
%63.14

Codes

Color #4D5E4C in popluar color models

4D5E4C
RGB779476
HSL117°10.59%33.33%
HSB/HSV117°19.15%36.86%
CMYK18.09%0.00%19.15%
63.14%

Color #4D5E4C in popluar number systems.

HEX4D5E4C
Decimal779476
Binary100110110111101001100
Octal115136114

Shades and tints

Shades of #4D5E4C

#4D5E4C
(77,94,76)
#465646
(70,86,70)
#3F4E40
(63,78,64)
#38463A
(56,70,58)
#313E34
(49,62,52)
#2A362E
(42,54,46)
#232E28
(35,46,40)
#1C2622
(28,38,34)
#151E1C
(21,30,28)
#0E1616
(14,22,22)
#070E10
(7,14,16)
#000000
(0,0,0)

Tints of #4D5E4C

#4D5E4C
(77,94,76)
#5D6C5C
(93,108,92)
#6D7A6C
(109,122,108)
#7D887C
(125,136,124)
#8D968C
(141,150,140)
#9DA49C
(157,164,156)
#ADB2AC
(173,178,172)
#BDC0BC
(189,192,188)
#CDCECC
(205,206,204)
#DDDCDC
(221,220,220)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5E4C color. Also use rgb(77,94,76) instead hex code.

Text Font Color

.myTextColor { color: #4D5E4C; }

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

This text font color is #4D5E4C.


Background Color

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

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

This div background color is #4D5E4C.


Border color

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

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

This div border color is #4D5E4C.


Opacity

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

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

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

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

This text has shadow with #4D5E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5E4C on black background.


Color preview on white background

This text has color #4D5E4C on white background.



Black color preview on #4D5E4C background

This text has black color on #4D5E4C background.


White color preview on #4D5E4C background

This text has white color on #4D5E4C background.