COLOR #4D5A37

HEX: #4D5A37
RGB: (77,90,55)

Renk bilgisi

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

RGB renk modeli

#4D5A37 color RGB value is (77,90,55).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 90 of 255 = 35%
B 55 of 255 = 22%

77
90
55

R + G + B ~ 29%. #4D5A37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 90 + 55 = 222 (100%)
R 77 of 222 ~ 34.68%
G 90 of 222 ~ 40.54%
B 55 of 222 ~ 24.77%

%34.68
%40.54
%24.77

CMYK RENK MODELİ

#4D5A37 rengi CMYK tonu (14,0,39,65).

  • camgöbeği tonu 14.44%
  • eflatun tonu 0.00%
  • sarı tonu 38.89%
  • ana renk tonu 64.71%
CMYK:
(14,0,39,65)
C14M0Y39K65 
(14%,0%,39%,65%)
(0.14/0.00/0.39/0.65)	

CMYK yüzdeleri

%14.44
%0
%38.89
%64.71

Codes

Color #4D5A37 in popluar color models

4D5A37
RGB779055
HSL82°24.14%28.43%
HSB/HSV82°38.89%35.29%
CMYK14.44%0.00%38.89%
64.71%

Color #4D5A37 in popluar number systems.

HEX4D5A37
Decimal779055
Binary10011011011010110111
Octal11513267

Shades and tints

Shades of #4D5A37

#4D5A37
(77,90,55)
#465232
(70,82,50)
#3F4A2D
(63,74,45)
#384228
(56,66,40)
#313A23
(49,58,35)
#2A321E
(42,50,30)
#232A19
(35,42,25)
#1C2214
(28,34,20)
#151A0F
(21,26,15)
#0E120A
(14,18,10)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #4D5A37

#4D5A37
(77,90,55)
#5D6949
(93,105,73)
#6D785B
(109,120,91)
#7D876D
(125,135,109)
#8D967F
(141,150,127)
#9DA591
(157,165,145)
#ADB4A3
(173,180,163)
#BDC3B5
(189,195,181)
#CDD2C7
(205,210,199)
#DDE1D9
(221,225,217)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5A37; }

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

This text font color is #4D5A37.


Background Color

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

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

This div background color is #4D5A37.


Border color

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

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

This div border color is #4D5A37.


Opacity

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

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

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

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

This text has shadow with #4D5A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5A37 on black background.


Color preview on white background

This text has color #4D5A37 on white background.



Black color preview on #4D5A37 background

This text has black color on #4D5A37 background.


White color preview on #4D5A37 background

This text has white color on #4D5A37 background.