COLOR #4D694D

HEX: #4D694D
RGB: (77,105,77)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

77
105
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 105 + 77 = 259 (100%)
R 77 of 259 ~ 29.73%
G 105 of 259 ~ 40.54%
B 77 of 259 ~ 29.73%

%29.73
%40.54
%29.73

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%26.67
%0
%26.67
%58.82

Codes

Color #4D694D in popluar color models

4D694D
RGB7710577
HSL120°15.38%35.69%
HSB/HSV120°26.67%41.18%
CMYK26.67%0.00%26.67%
58.82%

Color #4D694D in popluar number systems.

HEX4D694D
Decimal7710577
Binary100110111010011001101
Octal115151115

Shades and tints

Shades of #4D694D

#4D694D
(77,105,77)
#466046
(70,96,70)
#3F573F
(63,87,63)
#384E38
(56,78,56)
#314531
(49,69,49)
#2A3C2A
(42,60,42)
#233323
(35,51,35)
#1C2A1C
(28,42,28)
#152115
(21,33,21)
#0E180E
(14,24,14)
#070F07
(7,15,7)
#000000
(0,0,0)

Tints of #4D694D

#4D694D
(77,105,77)
#5D765D
(93,118,93)
#6D836D
(109,131,109)
#7D907D
(125,144,125)
#8D9D8D
(141,157,141)
#9DAA9D
(157,170,157)
#ADB7AD
(173,183,173)
#BDC4BD
(189,196,189)
#CDD1CD
(205,209,205)
#DDDEDD
(221,222,221)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D694D; }

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

This text font color is #4D694D.


Background Color

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

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

This div background color is #4D694D.


Border color

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

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

This div border color is #4D694D.


Opacity

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

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

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

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

This text has shadow with #4D694D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D694D on black background.


Color preview on white background

This text has color #4D694D on white background.



Black color preview on #4D694D background

This text has black color on #4D694D background.


White color preview on #4D694D background

This text has white color on #4D694D background.