COLOR #4D736D

HEX: #4D736D
RGB: (77,115,109)

Renk bilgisi

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

RGB renk modeli

#4D736D color RGB value is (77,115,109).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 115 of 255 = 45%
B 109 of 255 = 43%

77
115
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 115 + 109 = 301 (100%)
R 77 of 301 ~ 25.58%
G 115 of 301 ~ 38.21%
B 109 of 301 ~ 36.21%

%25.58
%38.21
%36.21

CMYK RENK MODELİ

#4D736D rengi CMYK tonu (33,0,5,55).

  • camgöbeği tonu 33.04%
  • eflatun tonu 0.00%
  • sarı tonu 5.22%
  • ana renk tonu 54.90%
CMYK:
(33,0,5,55)
C33M0Y5K55 
(33%,0%,5%,55%)
(0.33/0.00/0.05/0.55)	

CMYK yüzdeleri

%33.04
%0
%5.22
%54.9

Codes

Color #4D736D in popluar color models

4D736D
RGB77115109
HSL171°19.79%37.65%
HSB/HSV171°33.04%45.10%
CMYK33.04%0.00%5.22%
54.90%

Color #4D736D in popluar number systems.

HEX4D736D
Decimal77115109
Binary100110111100111101101
Octal115163155

Shades and tints

Shades of #4D736D

#4D736D
(77,115,109)
#466964
(70,105,100)
#3F5F5B
(63,95,91)
#385552
(56,85,82)
#314B49
(49,75,73)
#2A4140
(42,65,64)
#233737
(35,55,55)
#1C2D2E
(28,45,46)
#152325
(21,35,37)
#0E191C
(14,25,28)
#070F13
(7,15,19)
#000000
(0,0,0)

Tints of #4D736D

#4D736D
(77,115,109)
#5D7F7A
(93,127,122)
#6D8B87
(109,139,135)
#7D9794
(125,151,148)
#8DA3A1
(141,163,161)
#9DAFAE
(157,175,174)
#ADBBBB
(173,187,187)
#BDC7C8
(189,199,200)
#CDD3D5
(205,211,213)
#DDDFE2
(221,223,226)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D736D; }

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

This text font color is #4D736D.


Background Color

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

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

This div background color is #4D736D.


Border color

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

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

This div border color is #4D736D.


Opacity

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

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

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

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

This text has shadow with #4D736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D736D on black background.


Color preview on white background

This text has color #4D736D on white background.



Black color preview on #4D736D background

This text has black color on #4D736D background.


White color preview on #4D736D background

This text has white color on #4D736D background.