COLOR #4D3149

HEX: #4D3149
RGB: (77,49,73)

Renk bilgisi

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

RGB renk modeli

#4D3149 color RGB value is (77,49,73).

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

RGB bağlantıları ve doygunluk

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

77
49
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 49 + 73 = 199 (100%)
R 77 of 199 ~ 38.69%
G 49 of 199 ~ 24.62%
B 73 of 199 ~ 36.68%

%38.69
%24.62
%36.68

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.36%
  • sarı tonu 5.19%
  • ana renk tonu 69.80%
CMYK:
(0,36,5,70)
C0M36Y5K70 
(0%,36%,5%,70%)
(0.00/0.36/0.05/0.70)	

CMYK yüzdeleri

%0
%36.36
%5.19
%69.8

Codes

Color #4D3149 in popluar color models

4D3149
RGB774973
HSL309°22.22%24.71%
HSB/HSV309°36.36%30.20%
CMYK0.00%36.36%5.19%
69.80%

Color #4D3149 in popluar number systems.

HEX4D3149
Decimal774973
Binary10011011100011001001
Octal11561111

Shades and tints

Shades of #4D3149

#4D3149
(77,49,73)
#462D43
(70,45,67)
#3F293D
(63,41,61)
#382537
(56,37,55)
#312131
(49,33,49)
#2A1D2B
(42,29,43)
#231925
(35,25,37)
#1C151F
(28,21,31)
#151119
(21,17,25)
#0E0D13
(14,13,19)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #4D3149

#4D3149
(77,49,73)
#5D4359
(93,67,89)
#6D5569
(109,85,105)
#7D6779
(125,103,121)
#8D7989
(141,121,137)
#9D8B99
(157,139,153)
#AD9DA9
(173,157,169)
#BDAFB9
(189,175,185)
#CDC1C9
(205,193,201)
#DDD3D9
(221,211,217)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3149; }

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

This text font color is #4D3149.


Background Color

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

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

This div background color is #4D3149.


Border color

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

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

This div border color is #4D3149.


Opacity

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

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

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

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

This text has shadow with #4D3149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3149 on black background.


Color preview on white background

This text has color #4D3149 on white background.



Black color preview on #4D3149 background

This text has black color on #4D3149 background.


White color preview on #4D3149 background

This text has white color on #4D3149 background.