COLOR #4D4929

HEX: #4D4929
RGB: (77,73,41)

Renk bilgisi

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

RGB renk modeli

#4D4929 color RGB value is (77,73,41).

  • kırmız ton 77;
  • yeşil ton 73;
  • mavi ton 41.
RGB:
(77,73,41)
(30%,29%,16%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 73 of 255 = 29%
B 41 of 255 = 16%

77
73
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 73 + 41 = 191 (100%)
R 77 of 191 ~ 40.31%
G 73 of 191 ~ 38.22%
B 41 of 191 ~ 21.47%

%40.31
%38.22
%21.47

CMYK RENK MODELİ

#4D4929 rengi CMYK tonu (0,5,47,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.19%
  • sarı tonu 46.75%
  • ana renk tonu 69.80%
CMYK:
(0,5,47,70)
C0M5Y47K70 
(0%,5%,47%,70%)
(0.00/0.05/0.47/0.70)	

CMYK yüzdeleri

%0
%5.19
%46.75
%69.8

Codes

Color #4D4929 in popluar color models

4D4929
RGB777341
HSL53°30.51%23.14%
HSB/HSV53°46.75%30.20%
CMYK0.00%5.19%46.75%
69.80%

Color #4D4929 in popluar number systems.

HEX4D4929
Decimal777341
Binary10011011001001101001
Octal11511151

Shades and tints

Shades of #4D4929

#4D4929
(77,73,41)
#464326
(70,67,38)
#3F3D23
(63,61,35)
#383720
(56,55,32)
#31311D
(49,49,29)
#2A2B1A
(42,43,26)
#232517
(35,37,23)
#1C1F14
(28,31,20)
#151911
(21,25,17)
#0E130E
(14,19,14)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #4D4929

#4D4929
(77,73,41)
#5D593C
(93,89,60)
#6D694F
(109,105,79)
#7D7962
(125,121,98)
#8D8975
(141,137,117)
#9D9988
(157,153,136)
#ADA99B
(173,169,155)
#BDB9AE
(189,185,174)
#CDC9C1
(205,201,193)
#DDD9D4
(221,217,212)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4929 color. Also use rgb(77,73,41) instead hex code.

Text Font Color

.myTextColor { color: #4D4929; }

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

This text font color is #4D4929.


Background Color

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

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

This div background color is #4D4929.


Border color

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

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

This div border color is #4D4929.


Opacity

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

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

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

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

This text has shadow with #4D4929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4929 on black background.


Color preview on white background

This text has color #4D4929 on white background.



Black color preview on #4D4929 background

This text has black color on #4D4929 background.


White color preview on #4D4929 background

This text has white color on #4D4929 background.