COLOR #4D7C61

HEX: #4D7C61
RGB: (77,124,97)

Renk bilgisi

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

RGB renk modeli

#4D7C61 color RGB value is (77,124,97).

  • kırmız ton 77;
  • yeşil ton 124;
  • mavi ton 97.
RGB:
(77,124,97)
(30%,49%,38%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 124 of 255 = 49%
B 97 of 255 = 38%

77
124
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 124 + 97 = 298 (100%)
R 77 of 298 ~ 25.84%
G 124 of 298 ~ 41.61%
B 97 of 298 ~ 32.55%

%25.84
%41.61
%32.55

CMYK RENK MODELİ

#4D7C61 rengi CMYK tonu (38,0,22,51).

  • camgöbeği tonu 37.90%
  • eflatun tonu 0.00%
  • sarı tonu 21.77%
  • ana renk tonu 51.37%
CMYK:
(38,0,22,51)
C38M0Y22K51 
(38%,0%,22%,51%)
(0.38/0.00/0.22/0.51)	

CMYK yüzdeleri

%37.9
%0
%21.77
%51.37

Codes

Color #4D7C61 in popluar color models

4D7C61
RGB7712497
HSL146°23.38%39.41%
HSB/HSV146°37.90%48.63%
CMYK37.90%0.00%21.77%
51.37%

Color #4D7C61 in popluar number systems.

HEX4D7C61
Decimal7712497
Binary100110111111001100001
Octal115174141

Shades and tints

Shades of #4D7C61

#4D7C61
(77,124,97)
#467159
(70,113,89)
#3F6651
(63,102,81)
#385B49
(56,91,73)
#315041
(49,80,65)
#2A4539
(42,69,57)
#233A31
(35,58,49)
#1C2F29
(28,47,41)
#152421
(21,36,33)
#0E1919
(14,25,25)
#070E11
(7,14,17)
#000000
(0,0,0)

Tints of #4D7C61

#4D7C61
(77,124,97)
#5D876F
(93,135,111)
#6D927D
(109,146,125)
#7D9D8B
(125,157,139)
#8DA899
(141,168,153)
#9DB3A7
(157,179,167)
#ADBEB5
(173,190,181)
#BDC9C3
(189,201,195)
#CDD4D1
(205,212,209)
#DDDFDF
(221,223,223)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7C61; }

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

This text font color is #4D7C61.


Background Color

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

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

This div background color is #4D7C61.


Border color

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

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

This div border color is #4D7C61.


Opacity

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

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

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

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

This text has shadow with #4D7C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7C61 on black background.


Color preview on white background

This text has color #4D7C61 on white background.



Black color preview on #4D7C61 background

This text has black color on #4D7C61 background.


White color preview on #4D7C61 background

This text has white color on #4D7C61 background.