COLOR #4D6949

HEX: #4D6949
RGB: (77,105,73)

Renk bilgisi

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

RGB renk modeli

#4D6949 color RGB value is (77,105,73).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 105 of 255 = 41%
B 73 of 255 = 29%

77
105
73

R + G + B ~ 33%. #4D6949 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 105 + 73 = 255 (100%)
R 77 of 255 ~ 30.2%
G 105 of 255 ~ 41.18%
B 73 of 255 ~ 28.63%

%30.2
%41.18
%28.63

CMYK RENK MODELİ

#4D6949 rengi CMYK tonu (27,0,30,59).

  • camgöbeği tonu 26.67%
  • eflatun tonu 0.00%
  • sarı tonu 30.48%
  • ana renk tonu 58.82%
CMYK:
(27,0,30,59)
C27M0Y30K59 
(27%,0%,30%,59%)
(0.27/0.00/0.30/0.59)	

CMYK yüzdeleri

%26.67
%0
%30.48
%58.82

Codes

Color #4D6949 in popluar color models

4D6949
RGB7710573
HSL113°17.98%34.90%
HSB/HSV113°30.48%41.18%
CMYK26.67%0.00%30.48%
58.82%

Color #4D6949 in popluar number systems.

HEX4D6949
Decimal7710573
Binary100110111010011001001
Octal115151111

Shades and tints

Shades of #4D6949

#4D6949
(77,105,73)
#466043
(70,96,67)
#3F573D
(63,87,61)
#384E37
(56,78,55)
#314531
(49,69,49)
#2A3C2B
(42,60,43)
#233325
(35,51,37)
#1C2A1F
(28,42,31)
#152119
(21,33,25)
#0E1813
(14,24,19)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #4D6949

#4D6949
(77,105,73)
#5D7659
(93,118,89)
#6D8369
(109,131,105)
#7D9079
(125,144,121)
#8D9D89
(141,157,137)
#9DAA99
(157,170,153)
#ADB7A9
(173,183,169)
#BDC4B9
(189,196,185)
#CDD1C9
(205,209,201)
#DDDED9
(221,222,217)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6949; }

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

This text font color is #4D6949.


Background Color

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

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

This div background color is #4D6949.


Border color

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

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

This div border color is #4D6949.


Opacity

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

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

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

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

This text has shadow with #4D6949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6949 on black background.


Color preview on white background

This text has color #4D6949 on white background.



Black color preview on #4D6949 background

This text has black color on #4D6949 background.


White color preview on #4D6949 background

This text has white color on #4D6949 background.