COLOR #4D501F

HEX: #4D501F
RGB: (77,80,31)

Renk bilgisi

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

RGB renk modeli

#4D501F color RGB value is (77,80,31).

  • kırmız ton 77;
  • yeşil ton 80;
  • mavi ton 31.
RGB:
(77,80,31)
(30%,31%,12%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 80 of 255 = 31%
B 31 of 255 = 12%

77
80
31

R + G + B ~ 24%. #4D501F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 80 + 31 = 188 (100%)
R 77 of 188 ~ 40.96%
G 80 of 188 ~ 42.55%
B 31 of 188 ~ 16.49%

%40.96
%42.55
%16.49

CMYK RENK MODELİ

#4D501F rengi CMYK tonu (4,0,61,69).

  • camgöbeği tonu 3.75%
  • eflatun tonu 0.00%
  • sarı tonu 61.25%
  • ana renk tonu 68.63%
CMYK:
(4,0,61,69)
C4M0Y61K69 
(4%,0%,61%,69%)
(0.04/0.00/0.61/0.69)	

CMYK yüzdeleri

%3.75
%0
%61.25
%68.63

Codes

Color #4D501F in popluar color models

4D501F
RGB778031
HSL64°44.14%21.76%
HSB/HSV64°61.25%31.37%
CMYK3.75%0.00%61.25%
68.63%

Color #4D501F in popluar number systems.

HEX4D501F
Decimal778031
Binary1001101101000011111
Octal11512037

Shades and tints

Shades of #4D501F

#4D501F
(77,80,31)
#46491D
(70,73,29)
#3F421B
(63,66,27)
#383B19
(56,59,25)
#313417
(49,52,23)
#2A2D15
(42,45,21)
#232613
(35,38,19)
#1C1F11
(28,31,17)
#15180F
(21,24,15)
#0E110D
(14,17,13)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D501F

#4D501F
(77,80,31)
#5D5F33
(93,95,51)
#6D6E47
(109,110,71)
#7D7D5B
(125,125,91)
#8D8C6F
(141,140,111)
#9D9B83
(157,155,131)
#ADAA97
(173,170,151)
#BDB9AB
(189,185,171)
#CDC8BF
(205,200,191)
#DDD7D3
(221,215,211)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D501F color. Also use rgb(77,80,31) instead hex code.

Text Font Color

.myTextColor { color: #4D501F; }

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

This text font color is #4D501F.


Background Color

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

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

This div background color is #4D501F.


Border color

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

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

This div border color is #4D501F.


Opacity

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

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

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

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

This text has shadow with #4D501F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D501F on black background.


Color preview on white background

This text has color #4D501F on white background.



Black color preview on #4D501F background

This text has black color on #4D501F background.


White color preview on #4D501F background

This text has white color on #4D501F background.