COLOR #4D6A54

HEX: #4D6A54
RGB: (77,106,84)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

77
106
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 106 + 84 = 267 (100%)
R 77 of 267 ~ 28.84%
G 106 of 267 ~ 39.7%
B 84 of 267 ~ 31.46%

%28.84
%39.7
%31.46

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%27.36
%0
%20.75
%58.43

Codes

Color #4D6A54 in popluar color models

4D6A54
RGB7710684
HSL134°15.85%35.88%
HSB/HSV134°27.36%41.57%
CMYK27.36%0.00%20.75%
58.43%

Color #4D6A54 in popluar number systems.

HEX4D6A54
Decimal7710684
Binary100110111010101010100
Octal115152124

Shades and tints

Shades of #4D6A54

#4D6A54
(77,106,84)
#46614D
(70,97,77)
#3F5846
(63,88,70)
#384F3F
(56,79,63)
#314638
(49,70,56)
#2A3D31
(42,61,49)
#23342A
(35,52,42)
#1C2B23
(28,43,35)
#15221C
(21,34,28)
#0E1915
(14,25,21)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #4D6A54

#4D6A54
(77,106,84)
#5D7763
(93,119,99)
#6D8472
(109,132,114)
#7D9181
(125,145,129)
#8D9E90
(141,158,144)
#9DAB9F
(157,171,159)
#ADB8AE
(173,184,174)
#BDC5BD
(189,197,189)
#CDD2CC
(205,210,204)
#DDDFDB
(221,223,219)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6A54; }

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

This text font color is #4D6A54.


Background Color

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

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

This div background color is #4D6A54.


Border color

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

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

This div border color is #4D6A54.


Opacity

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

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

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

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

This text has shadow with #4D6A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6A54 on black background.


Color preview on white background

This text has color #4D6A54 on white background.



Black color preview on #4D6A54 background

This text has black color on #4D6A54 background.


White color preview on #4D6A54 background

This text has white color on #4D6A54 background.