COLOR #4D6A4D

HEX: #4D6A4D
RGB: (77,106,77)

Renk bilgisi

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

RGB renk modeli

#4D6A4D color RGB value is (77,106,77).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 106 of 255 = 42%
B 77 of 255 = 30%

77
106
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 106 + 77 = 260 (100%)
R 77 of 260 ~ 29.62%
G 106 of 260 ~ 40.77%
B 77 of 260 ~ 29.62%

%29.62
%40.77
%29.62

CMYK RENK MODELİ

#4D6A4D rengi CMYK tonu (27,0,27,58).

  • camgöbeği tonu 27.36%
  • eflatun tonu 0.00%
  • sarı tonu 27.36%
  • ana renk tonu 58.43%
CMYK:
(27,0,27,58)
C27M0Y27K58 
(27%,0%,27%,58%)
(0.27/0.00/0.27/0.58)	

CMYK yüzdeleri

%27.36
%0
%27.36
%58.43

Codes

Color #4D6A4D in popluar color models

4D6A4D
RGB7710677
HSL120°15.85%35.88%
HSB/HSV120°27.36%41.57%
CMYK27.36%0.00%27.36%
58.43%

Color #4D6A4D in popluar number systems.

HEX4D6A4D
Decimal7710677
Binary100110111010101001101
Octal115152115

Shades and tints

Shades of #4D6A4D

#4D6A4D
(77,106,77)
#466146
(70,97,70)
#3F583F
(63,88,63)
#384F38
(56,79,56)
#314631
(49,70,49)
#2A3D2A
(42,61,42)
#233423
(35,52,35)
#1C2B1C
(28,43,28)
#152215
(21,34,21)
#0E190E
(14,25,14)
#071007
(7,16,7)
#000000
(0,0,0)

Tints of #4D6A4D

#4D6A4D
(77,106,77)
#5D775D
(93,119,93)
#6D846D
(109,132,109)
#7D917D
(125,145,125)
#8D9E8D
(141,158,141)
#9DAB9D
(157,171,157)
#ADB8AD
(173,184,173)
#BDC5BD
(189,197,189)
#CDD2CD
(205,210,205)
#DDDFDD
(221,223,221)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6A4D; }

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

This text font color is #4D6A4D.


Background Color

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

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

This div background color is #4D6A4D.


Border color

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

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

This div border color is #4D6A4D.


Opacity

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

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

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

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

This text has shadow with #4D6A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6A4D on black background.


Color preview on white background

This text has color #4D6A4D on white background.



Black color preview on #4D6A4D background

This text has black color on #4D6A4D background.


White color preview on #4D6A4D background

This text has white color on #4D6A4D background.