COLOR #4D6D46

HEX: #4D6D46
RGB: (77,109,70)

Renk bilgisi

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

RGB renk modeli

#4D6D46 color RGB value is (77,109,70).

  • kırmız ton 77;
  • yeşil ton 109;
  • mavi ton 70.
RGB:
(77,109,70)
(30%,43%,27%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 109 of 255 = 43%
B 70 of 255 = 27%

77
109
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 109 + 70 = 256 (100%)
R 77 of 256 ~ 30.08%
G 109 of 256 ~ 42.58%
B 70 of 256 ~ 27.34%

%30.08
%42.58
%27.34

CMYK RENK MODELİ

#4D6D46 rengi CMYK tonu (29,0,36,57).

  • camgöbeği tonu 29.36%
  • eflatun tonu 0.00%
  • sarı tonu 35.78%
  • ana renk tonu 57.25%
CMYK:
(29,0,36,57)
C29M0Y36K57 
(29%,0%,36%,57%)
(0.29/0.00/0.36/0.57)	

CMYK yüzdeleri

%29.36
%0
%35.78
%57.25

Codes

Color #4D6D46 in popluar color models

4D6D46
RGB7710970
HSL109°21.79%35.10%
HSB/HSV109°35.78%42.75%
CMYK29.36%0.00%35.78%
57.25%

Color #4D6D46 in popluar number systems.

HEX4D6D46
Decimal7710970
Binary100110111011011000110
Octal115155106

Shades and tints

Shades of #4D6D46

#4D6D46
(77,109,70)
#466440
(70,100,64)
#3F5B3A
(63,91,58)
#385234
(56,82,52)
#31492E
(49,73,46)
#2A4028
(42,64,40)
#233722
(35,55,34)
#1C2E1C
(28,46,28)
#152516
(21,37,22)
#0E1C10
(14,28,16)
#07130A
(7,19,10)
#000000
(0,0,0)

Tints of #4D6D46

#4D6D46
(77,109,70)
#5D7A56
(93,122,86)
#6D8766
(109,135,102)
#7D9476
(125,148,118)
#8DA186
(141,161,134)
#9DAE96
(157,174,150)
#ADBBA6
(173,187,166)
#BDC8B6
(189,200,182)
#CDD5C6
(205,213,198)
#DDE2D6
(221,226,214)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6D46 color. Also use rgb(77,109,70) instead hex code.

Text Font Color

.myTextColor { color: #4D6D46; }

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

This text font color is #4D6D46.


Background Color

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

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

This div background color is #4D6D46.


Border color

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

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

This div border color is #4D6D46.


Opacity

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

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

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

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

This text has shadow with #4D6D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6D46 on black background.


Color preview on white background

This text has color #4D6D46 on white background.



Black color preview on #4D6D46 background

This text has black color on #4D6D46 background.


White color preview on #4D6D46 background

This text has white color on #4D6D46 background.