COLOR #4D6C53

HEX: #4D6C53
RGB: (77,108,83)

Renk bilgisi

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

RGB renk modeli

#4D6C53 color RGB value is (77,108,83).

  • kırmız ton 77;
  • yeşil ton 108;
  • mavi ton 83.
RGB:
(77,108,83)
(30%,42%,33%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 108 of 255 = 42%
B 83 of 255 = 33%

77
108
83

R + G + B ~ 35%. #4D6C53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 108 + 83 = 268 (100%)
R 77 of 268 ~ 28.73%
G 108 of 268 ~ 40.3%
B 83 of 268 ~ 30.97%

%28.73
%40.3
%30.97

CMYK RENK MODELİ

#4D6C53 rengi CMYK tonu (29,0,23,58).

  • camgöbeği tonu 28.70%
  • eflatun tonu 0.00%
  • sarı tonu 23.15%
  • ana renk tonu 57.65%
CMYK:
(29,0,23,58)
C29M0Y23K58 
(29%,0%,23%,58%)
(0.29/0.00/0.23/0.58)	

CMYK yüzdeleri

%28.7
%0
%23.15
%57.65

Codes

Color #4D6C53 in popluar color models

4D6C53
RGB7710883
HSL132°16.76%36.27%
HSB/HSV132°28.70%42.35%
CMYK28.70%0.00%23.15%
57.65%

Color #4D6C53 in popluar number systems.

HEX4D6C53
Decimal7710883
Binary100110111011001010011
Octal115154123

Shades and tints

Shades of #4D6C53

#4D6C53
(77,108,83)
#46634C
(70,99,76)
#3F5A45
(63,90,69)
#38513E
(56,81,62)
#314837
(49,72,55)
#2A3F30
(42,63,48)
#233629
(35,54,41)
#1C2D22
(28,45,34)
#15241B
(21,36,27)
#0E1B14
(14,27,20)
#07120D
(7,18,13)
#000000
(0,0,0)

Tints of #4D6C53

#4D6C53
(77,108,83)
#5D7962
(93,121,98)
#6D8671
(109,134,113)
#7D9380
(125,147,128)
#8DA08F
(141,160,143)
#9DAD9E
(157,173,158)
#ADBAAD
(173,186,173)
#BDC7BC
(189,199,188)
#CDD4CB
(205,212,203)
#DDE1DA
(221,225,218)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6C53 color. Also use rgb(77,108,83) instead hex code.

Text Font Color

.myTextColor { color: #4D6C53; }

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

This text font color is #4D6C53.


Background Color

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

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

This div background color is #4D6C53.


Border color

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

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

This div border color is #4D6C53.


Opacity

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

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

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

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

This text has shadow with #4D6C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6C53 on black background.


Color preview on white background

This text has color #4D6C53 on white background.



Black color preview on #4D6C53 background

This text has black color on #4D6C53 background.


White color preview on #4D6C53 background

This text has white color on #4D6C53 background.