COLOR #4D511F

HEX: #4D511F
RGB: (77,81,31)

Renk bilgisi

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

RGB renk modeli

#4D511F color RGB value is (77,81,31).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 81 of 255 = 32%
B 31 of 255 = 12%

77
81
31

R + G + B ~ 25%. #4D511F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 81 + 31 = 189 (100%)
R 77 of 189 ~ 40.74%
G 81 of 189 ~ 42.86%
B 31 of 189 ~ 16.4%

%40.74
%42.86
%16.4

CMYK RENK MODELİ

#4D511F rengi CMYK tonu (5,0,62,68).

  • camgöbeği tonu 4.94%
  • eflatun tonu 0.00%
  • sarı tonu 61.73%
  • ana renk tonu 68.24%
CMYK:
(5,0,62,68)
C5M0Y62K68 
(5%,0%,62%,68%)
(0.05/0.00/0.62/0.68)	

CMYK yüzdeleri

%4.94
%0
%61.73
%68.24

Codes

Color #4D511F in popluar color models

4D511F
RGB778131
HSL65°44.64%21.96%
HSB/HSV65°61.73%31.76%
CMYK4.94%0.00%61.73%
68.24%

Color #4D511F in popluar number systems.

HEX4D511F
Decimal778131
Binary1001101101000111111
Octal11512137

Shades and tints

Shades of #4D511F

#4D511F
(77,81,31)
#464A1D
(70,74,29)
#3F431B
(63,67,27)
#383C19
(56,60,25)
#313517
(49,53,23)
#2A2E15
(42,46,21)
#232713
(35,39,19)
#1C2011
(28,32,17)
#15190F
(21,25,15)
#0E120D
(14,18,13)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D511F

#4D511F
(77,81,31)
#5D6033
(93,96,51)
#6D6F47
(109,111,71)
#7D7E5B
(125,126,91)
#8D8D6F
(141,141,111)
#9D9C83
(157,156,131)
#ADAB97
(173,171,151)
#BDBAAB
(189,186,171)
#CDC9BF
(205,201,191)
#DDD8D3
(221,216,211)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D511F; }

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

This text font color is #4D511F.


Background Color

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

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

This div background color is #4D511F.


Border color

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

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

This div border color is #4D511F.


Opacity

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

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

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

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

This text has shadow with #4D511F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D511F on black background.


Color preview on white background

This text has color #4D511F on white background.



Black color preview on #4D511F background

This text has black color on #4D511F background.


White color preview on #4D511F background

This text has white color on #4D511F background.