COLOR #4D5A47

HEX: #4D5A47
RGB: (77,90,71)

Renk bilgisi

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

RGB renk modeli

#4D5A47 color RGB value is (77,90,71).

  • kırmız ton 77;
  • yeşil ton 90;
  • mavi ton 71.
RGB:
(77,90,71)
(30%,35%,28%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 90 of 255 = 35%
B 71 of 255 = 28%

77
90
71

R + G + B ~ 31%. #4D5A47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 90 + 71 = 238 (100%)
R 77 of 238 ~ 32.35%
G 90 of 238 ~ 37.82%
B 71 of 238 ~ 29.83%

%32.35
%37.82
%29.83

CMYK RENK MODELİ

#4D5A47 rengi CMYK tonu (14,0,21,65).

  • camgöbeği tonu 14.44%
  • eflatun tonu 0.00%
  • sarı tonu 21.11%
  • ana renk tonu 64.71%
CMYK:
(14,0,21,65)
C14M0Y21K65 
(14%,0%,21%,65%)
(0.14/0.00/0.21/0.65)	

CMYK yüzdeleri

%14.44
%0
%21.11
%64.71

Codes

Color #4D5A47 in popluar color models

4D5A47
RGB779071
HSL101°11.80%31.57%
HSB/HSV101°21.11%35.29%
CMYK14.44%0.00%21.11%
64.71%

Color #4D5A47 in popluar number systems.

HEX4D5A47
Decimal779071
Binary100110110110101000111
Octal115132107

Shades and tints

Shades of #4D5A47

#4D5A47
(77,90,71)
#465241
(70,82,65)
#3F4A3B
(63,74,59)
#384235
(56,66,53)
#313A2F
(49,58,47)
#2A3229
(42,50,41)
#232A23
(35,42,35)
#1C221D
(28,34,29)
#151A17
(21,26,23)
#0E1211
(14,18,17)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D5A47

#4D5A47
(77,90,71)
#5D6957
(93,105,87)
#6D7867
(109,120,103)
#7D8777
(125,135,119)
#8D9687
(141,150,135)
#9DA597
(157,165,151)
#ADB4A7
(173,180,167)
#BDC3B7
(189,195,183)
#CDD2C7
(205,210,199)
#DDE1D7
(221,225,215)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5A47 color. Also use rgb(77,90,71) instead hex code.

Text Font Color

.myTextColor { color: #4D5A47; }

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

This text font color is #4D5A47.


Background Color

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

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

This div background color is #4D5A47.


Border color

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

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

This div border color is #4D5A47.


Opacity

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

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

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

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

This text has shadow with #4D5A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5A47 on black background.


Color preview on white background

This text has color #4D5A47 on white background.



Black color preview on #4D5A47 background

This text has black color on #4D5A47 background.


White color preview on #4D5A47 background

This text has white color on #4D5A47 background.