COLOR #4D6D54

HEX: #4D6D54
RGB: (77,109,84)

Renk bilgisi

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

RGB renk modeli

#4D6D54 color RGB value is (77,109,84).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 109 of 255 = 43%
B 84 of 255 = 33%

77
109
84

R + G + B ~ 35%. #4D6D54 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 109 + 84 = 270 (100%)
R 77 of 270 ~ 28.52%
G 109 of 270 ~ 40.37%
B 84 of 270 ~ 31.11%

%28.52
%40.37
%31.11

CMYK RENK MODELİ

#4D6D54 rengi CMYK tonu (29,0,23,57).

  • camgöbeği tonu 29.36%
  • eflatun tonu 0.00%
  • sarı tonu 22.94%
  • ana renk tonu 57.25%
CMYK:
(29,0,23,57)
C29M0Y23K57 
(29%,0%,23%,57%)
(0.29/0.00/0.23/0.57)	

CMYK yüzdeleri

%29.36
%0
%22.94
%57.25

Codes

Color #4D6D54 in popluar color models

4D6D54
RGB7710984
HSL133°17.20%36.47%
HSB/HSV133°29.36%42.75%
CMYK29.36%0.00%22.94%
57.25%

Color #4D6D54 in popluar number systems.

HEX4D6D54
Decimal7710984
Binary100110111011011010100
Octal115155124

Shades and tints

Shades of #4D6D54

#4D6D54
(77,109,84)
#46644D
(70,100,77)
#3F5B46
(63,91,70)
#38523F
(56,82,63)
#314938
(49,73,56)
#2A4031
(42,64,49)
#23372A
(35,55,42)
#1C2E23
(28,46,35)
#15251C
(21,37,28)
#0E1C15
(14,28,21)
#07130E
(7,19,14)
#000000
(0,0,0)

Tints of #4D6D54

#4D6D54
(77,109,84)
#5D7A63
(93,122,99)
#6D8772
(109,135,114)
#7D9481
(125,148,129)
#8DA190
(141,161,144)
#9DAE9F
(157,174,159)
#ADBBAE
(173,187,174)
#BDC8BD
(189,200,189)
#CDD5CC
(205,213,204)
#DDE2DB
(221,226,219)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6D54; }

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

This text font color is #4D6D54.


Background Color

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

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

This div background color is #4D6D54.


Border color

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

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

This div border color is #4D6D54.


Opacity

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

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

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

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

This text has shadow with #4D6D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6D54 on black background.


Color preview on white background

This text has color #4D6D54 on white background.



Black color preview on #4D6D54 background

This text has black color on #4D6D54 background.


White color preview on #4D6D54 background

This text has white color on #4D6D54 background.