COLOR #4D6F49

HEX: #4D6F49
RGB: (77,111,73)

Renk bilgisi

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

RGB renk modeli

#4D6F49 color RGB value is (77,111,73).

  • kırmız ton 77;
  • yeşil ton 111;
  • mavi ton 73.
RGB:
(77,111,73)
(30%,44%,29%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 111 of 255 = 44%
B 73 of 255 = 29%

77
111
73

R + G + B ~ 34%. #4D6F49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 111 + 73 = 261 (100%)
R 77 of 261 ~ 29.5%
G 111 of 261 ~ 42.53%
B 73 of 261 ~ 27.97%

%29.5
%42.53
%27.97

CMYK RENK MODELİ

#4D6F49 rengi CMYK tonu (31,0,34,56).

  • camgöbeği tonu 30.63%
  • eflatun tonu 0.00%
  • sarı tonu 34.23%
  • ana renk tonu 56.47%
CMYK:
(31,0,34,56)
C31M0Y34K56 
(31%,0%,34%,56%)
(0.31/0.00/0.34/0.56)	

CMYK yüzdeleri

%30.63
%0
%34.23
%56.47

Codes

Color #4D6F49 in popluar color models

4D6F49
RGB7711173
HSL114°20.65%36.08%
HSB/HSV114°34.23%43.53%
CMYK30.63%0.00%34.23%
56.47%

Color #4D6F49 in popluar number systems.

HEX4D6F49
Decimal7711173
Binary100110111011111001001
Octal115157111

Shades and tints

Shades of #4D6F49

#4D6F49
(77,111,73)
#466543
(70,101,67)
#3F5B3D
(63,91,61)
#385137
(56,81,55)
#314731
(49,71,49)
#2A3D2B
(42,61,43)
#233325
(35,51,37)
#1C291F
(28,41,31)
#151F19
(21,31,25)
#0E1513
(14,21,19)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #4D6F49

#4D6F49
(77,111,73)
#5D7C59
(93,124,89)
#6D8969
(109,137,105)
#7D9679
(125,150,121)
#8DA389
(141,163,137)
#9DB099
(157,176,153)
#ADBDA9
(173,189,169)
#BDCAB9
(189,202,185)
#CDD7C9
(205,215,201)
#DDE4D9
(221,228,217)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6F49 color. Also use rgb(77,111,73) instead hex code.

Text Font Color

.myTextColor { color: #4D6F49; }

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

This text font color is #4D6F49.


Background Color

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

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

This div background color is #4D6F49.


Border color

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

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

This div border color is #4D6F49.


Opacity

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

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

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

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

This text has shadow with #4D6F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6F49 on black background.


Color preview on white background

This text has color #4D6F49 on white background.



Black color preview on #4D6F49 background

This text has black color on #4D6F49 background.


White color preview on #4D6F49 background

This text has white color on #4D6F49 background.