COLOR #4D766C

HEX: #4D766C
RGB: (77,118,108)

Renk bilgisi

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

RGB renk modeli

#4D766C color RGB value is (77,118,108).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 118 of 255 = 46%
B 108 of 255 = 42%

77
118
108

R + G + B ~ 39%. #4D766C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 118 + 108 = 303 (100%)
R 77 of 303 ~ 25.41%
G 118 of 303 ~ 38.94%
B 108 of 303 ~ 35.64%

%25.41
%38.94
%35.64

CMYK RENK MODELİ

#4D766C rengi CMYK tonu (35,0,8,54).

  • camgöbeği tonu 34.75%
  • eflatun tonu 0.00%
  • sarı tonu 8.47%
  • ana renk tonu 53.73%
CMYK:
(35,0,8,54)
C35M0Y8K54 
(35%,0%,8%,54%)
(0.35/0.00/0.08/0.54)	

CMYK yüzdeleri

%34.75
%0
%8.47
%53.73

Codes

Color #4D766C in popluar color models

4D766C
RGB77118108
HSL165°21.03%38.24%
HSB/HSV165°34.75%46.27%
CMYK34.75%0.00%8.47%
53.73%

Color #4D766C in popluar number systems.

HEX4D766C
Decimal77118108
Binary100110111101101101100
Octal115166154

Shades and tints

Shades of #4D766C

#4D766C
(77,118,108)
#466C63
(70,108,99)
#3F625A
(63,98,90)
#385851
(56,88,81)
#314E48
(49,78,72)
#2A443F
(42,68,63)
#233A36
(35,58,54)
#1C302D
(28,48,45)
#152624
(21,38,36)
#0E1C1B
(14,28,27)
#071212
(7,18,18)
#000000
(0,0,0)

Tints of #4D766C

#4D766C
(77,118,108)
#5D8279
(93,130,121)
#6D8E86
(109,142,134)
#7D9A93
(125,154,147)
#8DA6A0
(141,166,160)
#9DB2AD
(157,178,173)
#ADBEBA
(173,190,186)
#BDCAC7
(189,202,199)
#CDD6D4
(205,214,212)
#DDE2E1
(221,226,225)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D766C; }

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

This text font color is #4D766C.


Background Color

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

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

This div background color is #4D766C.


Border color

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

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

This div border color is #4D766C.


Opacity

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

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

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

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

This text has shadow with #4D766C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D766C on black background.


Color preview on white background

This text has color #4D766C on white background.



Black color preview on #4D766C background

This text has black color on #4D766C background.


White color preview on #4D766C background

This text has white color on #4D766C background.