COLOR #4D6C58

HEX: #4D6C58
RGB: (77,108,88)

Renk bilgisi

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

RGB renk modeli

#4D6C58 color RGB value is (77,108,88).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 108 of 255 = 42%
B 88 of 255 = 35%

77
108
88

R + G + B ~ 36%. #4D6C58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 108 + 88 = 273 (100%)
R 77 of 273 ~ 28.21%
G 108 of 273 ~ 39.56%
B 88 of 273 ~ 32.23%

%28.21
%39.56
%32.23

CMYK RENK MODELİ

#4D6C58 rengi CMYK tonu (29,0,19,58).

  • camgöbeği tonu 28.70%
  • eflatun tonu 0.00%
  • sarı tonu 18.52%
  • ana renk tonu 57.65%
CMYK:
(29,0,19,58)
C29M0Y19K58 
(29%,0%,19%,58%)
(0.29/0.00/0.19/0.58)	

CMYK yüzdeleri

%28.7
%0
%18.52
%57.65

Codes

Color #4D6C58 in popluar color models

4D6C58
RGB7710888
HSL141°16.76%36.27%
HSB/HSV141°28.70%42.35%
CMYK28.70%0.00%18.52%
57.65%

Color #4D6C58 in popluar number systems.

HEX4D6C58
Decimal7710888
Binary100110111011001011000
Octal115154130

Shades and tints

Shades of #4D6C58

#4D6C58
(77,108,88)
#466350
(70,99,80)
#3F5A48
(63,90,72)
#385140
(56,81,64)
#314838
(49,72,56)
#2A3F30
(42,63,48)
#233628
(35,54,40)
#1C2D20
(28,45,32)
#152418
(21,36,24)
#0E1B10
(14,27,16)
#071208
(7,18,8)
#000000
(0,0,0)

Tints of #4D6C58

#4D6C58
(77,108,88)
#5D7967
(93,121,103)
#6D8676
(109,134,118)
#7D9385
(125,147,133)
#8DA094
(141,160,148)
#9DADA3
(157,173,163)
#ADBAB2
(173,186,178)
#BDC7C1
(189,199,193)
#CDD4D0
(205,212,208)
#DDE1DF
(221,225,223)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6C58; }

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

This text font color is #4D6C58.


Background Color

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

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

This div background color is #4D6C58.


Border color

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

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

This div border color is #4D6C58.


Opacity

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

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

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

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

This text has shadow with #4D6C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6C58 on black background.


Color preview on white background

This text has color #4D6C58 on white background.



Black color preview on #4D6C58 background

This text has black color on #4D6C58 background.


White color preview on #4D6C58 background

This text has white color on #4D6C58 background.