COLOR #4D6C51

HEX: #4D6C51
RGB: (77,108,81)

Renk bilgisi

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

RGB renk modeli

#4D6C51 color RGB value is (77,108,81).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 108 of 255 = 42%
B 81 of 255 = 32%

77
108
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 108 + 81 = 266 (100%)
R 77 of 266 ~ 28.95%
G 108 of 266 ~ 40.6%
B 81 of 266 ~ 30.45%

%28.95
%40.6
%30.45

CMYK RENK MODELİ

#4D6C51 rengi CMYK tonu (29,0,25,58).

  • camgöbeği tonu 28.70%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 57.65%
CMYK:
(29,0,25,58)
C29M0Y25K58 
(29%,0%,25%,58%)
(0.29/0.00/0.25/0.58)	

CMYK yüzdeleri

%28.7
%0
%25
%57.65

Codes

Color #4D6C51 in popluar color models

4D6C51
RGB7710881
HSL128°16.76%36.27%
HSB/HSV128°28.70%42.35%
CMYK28.70%0.00%25.00%
57.65%

Color #4D6C51 in popluar number systems.

HEX4D6C51
Decimal7710881
Binary100110111011001010001
Octal115154121

Shades and tints

Shades of #4D6C51

#4D6C51
(77,108,81)
#46634A
(70,99,74)
#3F5A43
(63,90,67)
#38513C
(56,81,60)
#314835
(49,72,53)
#2A3F2E
(42,63,46)
#233627
(35,54,39)
#1C2D20
(28,45,32)
#152419
(21,36,25)
#0E1B12
(14,27,18)
#07120B
(7,18,11)
#000000
(0,0,0)

Tints of #4D6C51

#4D6C51
(77,108,81)
#5D7960
(93,121,96)
#6D866F
(109,134,111)
#7D937E
(125,147,126)
#8DA08D
(141,160,141)
#9DAD9C
(157,173,156)
#ADBAAB
(173,186,171)
#BDC7BA
(189,199,186)
#CDD4C9
(205,212,201)
#DDE1D8
(221,225,216)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6C51; }

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

This text font color is #4D6C51.


Background Color

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

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

This div background color is #4D6C51.


Border color

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

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

This div border color is #4D6C51.


Opacity

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

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

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

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

This text has shadow with #4D6C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6C51 on black background.


Color preview on white background

This text has color #4D6C51 on white background.



Black color preview on #4D6C51 background

This text has black color on #4D6C51 background.


White color preview on #4D6C51 background

This text has white color on #4D6C51 background.