COLOR #4D4A31

HEX: #4D4A31
RGB: (77,74,49)

Renk bilgisi

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

RGB renk modeli

#4D4A31 color RGB value is (77,74,49).

  • kırmız ton 77;
  • yeşil ton 74;
  • mavi ton 49.
RGB:
(77,74,49)
(30%,29%,19%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 74 of 255 = 29%
B 49 of 255 = 19%

77
74
49

R + G + B ~ 26%. #4D4A31 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 74 + 49 = 200 (100%)
R 77 of 200 ~ 38.5%
G 74 of 200 ~ 37%
B 49 of 200 ~ 24.5%

%38.5
%37
%24.5

CMYK RENK MODELİ

#4D4A31 rengi CMYK tonu (0,4,36,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.90%
  • sarı tonu 36.36%
  • ana renk tonu 69.80%
CMYK:
(0,4,36,70)
C0M4Y36K70 
(0%,4%,36%,70%)
(0.00/0.04/0.36/0.70)	

CMYK yüzdeleri

%0
%3.9
%36.36
%69.8

Codes

Color #4D4A31 in popluar color models

4D4A31
RGB777449
HSL54°22.22%24.71%
HSB/HSV54°36.36%30.20%
CMYK0.00%3.90%36.36%
69.80%

Color #4D4A31 in popluar number systems.

HEX4D4A31
Decimal777449
Binary10011011001010110001
Octal11511261

Shades and tints

Shades of #4D4A31

#4D4A31
(77,74,49)
#46442D
(70,68,45)
#3F3E29
(63,62,41)
#383825
(56,56,37)
#313221
(49,50,33)
#2A2C1D
(42,44,29)
#232619
(35,38,25)
#1C2015
(28,32,21)
#151A11
(21,26,17)
#0E140D
(14,20,13)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #4D4A31

#4D4A31
(77,74,49)
#5D5A43
(93,90,67)
#6D6A55
(109,106,85)
#7D7A67
(125,122,103)
#8D8A79
(141,138,121)
#9D9A8B
(157,154,139)
#ADAA9D
(173,170,157)
#BDBAAF
(189,186,175)
#CDCAC1
(205,202,193)
#DDDAD3
(221,218,211)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4A31 color. Also use rgb(77,74,49) instead hex code.

Text Font Color

.myTextColor { color: #4D4A31; }

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

This text font color is #4D4A31.


Background Color

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

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

This div background color is #4D4A31.


Border color

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

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

This div border color is #4D4A31.


Opacity

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

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

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

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

This text has shadow with #4D4A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4A31 on black background.


Color preview on white background

This text has color #4D4A31 on white background.



Black color preview on #4D4A31 background

This text has black color on #4D4A31 background.


White color preview on #4D4A31 background

This text has white color on #4D4A31 background.