COLOR #4D2E29

HEX: #4D2E29
RGB: (77,46,41)

Renk bilgisi

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

RGB renk modeli

#4D2E29 color RGB value is (77,46,41).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 46 of 255 = 18%
B 41 of 255 = 16%

77
46
41

R + G + B ~ 21%. #4D2E29 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 46 + 41 = 164 (100%)
R 77 of 164 ~ 46.95%
G 46 of 164 ~ 28.05%
B 41 of 164 ~ 25%

%46.95
%28.05
%25

CMYK RENK MODELİ

#4D2E29 rengi CMYK tonu (0,40,47,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.26%
  • sarı tonu 46.75%
  • ana renk tonu 69.80%
CMYK:
(0,40,47,70)
C0M40Y47K70 
(0%,40%,47%,70%)
(0.00/0.40/0.47/0.70)	

CMYK yüzdeleri

%0
%40.26
%46.75
%69.8

Codes

Color #4D2E29 in popluar color models

4D2E29
RGB774641
HSL30.51%23.14%
HSB/HSV46.75%30.20%
CMYK0.00%40.26%46.75%
69.80%

Color #4D2E29 in popluar number systems.

HEX4D2E29
Decimal774641
Binary1001101101110101001
Octal1155651

Shades and tints

Shades of #4D2E29

#4D2E29
(77,46,41)
#462A26
(70,42,38)
#3F2623
(63,38,35)
#382220
(56,34,32)
#311E1D
(49,30,29)
#2A1A1A
(42,26,26)
#231617
(35,22,23)
#1C1214
(28,18,20)
#150E11
(21,14,17)
#0E0A0E
(14,10,14)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D2E29

#4D2E29
(77,46,41)
#5D413C
(93,65,60)
#6D544F
(109,84,79)
#7D6762
(125,103,98)
#8D7A75
(141,122,117)
#9D8D88
(157,141,136)
#ADA09B
(173,160,155)
#BDB3AE
(189,179,174)
#CDC6C1
(205,198,193)
#DDD9D4
(221,217,212)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2E29; }

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

This text font color is #4D2E29.


Background Color

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

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

This div background color is #4D2E29.


Border color

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

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

This div border color is #4D2E29.


Opacity

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

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

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

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

This text has shadow with #4D2E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2E29 on black background.


Color preview on white background

This text has color #4D2E29 on white background.



Black color preview on #4D2E29 background

This text has black color on #4D2E29 background.


White color preview on #4D2E29 background

This text has white color on #4D2E29 background.