COLOR #4D594C

HEX: #4D594C
RGB: (77,89,76)

Renk bilgisi

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

RGB renk modeli

#4D594C color RGB value is (77,89,76).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 89 of 255 = 35%
B 76 of 255 = 30%

77
89
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 89 + 76 = 242 (100%)
R 77 of 242 ~ 31.82%
G 89 of 242 ~ 36.78%
B 76 of 242 ~ 31.4%

%31.82
%36.78
%31.4

CMYK RENK MODELİ

#4D594C rengi CMYK tonu (13,0,15,65).

  • camgöbeği tonu 13.48%
  • eflatun tonu 0.00%
  • sarı tonu 14.61%
  • ana renk tonu 65.10%
CMYK:
(13,0,15,65)
C13M0Y15K65 
(13%,0%,15%,65%)
(0.13/0.00/0.15/0.65)	

CMYK yüzdeleri

%13.48
%0
%14.61
%65.1

Codes

Color #4D594C in popluar color models

4D594C
RGB778976
HSL115°7.88%32.35%
HSB/HSV115°14.61%34.90%
CMYK13.48%0.00%14.61%
65.10%

Color #4D594C in popluar number systems.

HEX4D594C
Decimal778976
Binary100110110110011001100
Octal115131114

Shades and tints

Shades of #4D594C

#4D594C
(77,89,76)
#465146
(70,81,70)
#3F4940
(63,73,64)
#38413A
(56,65,58)
#313934
(49,57,52)
#2A312E
(42,49,46)
#232928
(35,41,40)
#1C2122
(28,33,34)
#15191C
(21,25,28)
#0E1116
(14,17,22)
#070910
(7,9,16)
#000000
(0,0,0)

Tints of #4D594C

#4D594C
(77,89,76)
#5D685C
(93,104,92)
#6D776C
(109,119,108)
#7D867C
(125,134,124)
#8D958C
(141,149,140)
#9DA49C
(157,164,156)
#ADB3AC
(173,179,172)
#BDC2BC
(189,194,188)
#CDD1CC
(205,209,204)
#DDE0DC
(221,224,220)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D594C; }

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

This text font color is #4D594C.


Background Color

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

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

This div background color is #4D594C.


Border color

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

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

This div border color is #4D594C.


Opacity

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

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

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

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

This text has shadow with #4D594C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D594C on black background.


Color preview on white background

This text has color #4D594C on white background.



Black color preview on #4D594C background

This text has black color on #4D594C background.


White color preview on #4D594C background

This text has white color on #4D594C background.