COLOR #4D2E51

HEX: #4D2E51
RGB: (77,46,81)

Renk bilgisi

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

RGB renk modeli

#4D2E51 color RGB value is (77,46,81).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 46 of 255 = 18%
B 81 of 255 = 32%

77
46
81

R + G + B ~ 27%. #4D2E51 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 46 + 81 = 204 (100%)
R 77 of 204 ~ 37.75%
G 46 of 204 ~ 22.55%
B 81 of 204 ~ 39.71%

%37.75
%22.55
%39.71

CMYK RENK MODELİ

#4D2E51 rengi CMYK tonu (5,43,0,68).

  • camgöbeği tonu 4.94%
  • eflatun tonu 43.21%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(5,43,0,68)
C5M43Y0K68 
(5%,43%,0%,68%)
(0.05/0.43/0.00/0.68)	

CMYK yüzdeleri

%4.94
%43.21
%0
%68.24

Codes

Color #4D2E51 in popluar color models

4D2E51
RGB774681
HSL293°27.56%24.90%
HSB/HSV293°43.21%31.76%
CMYK4.94%43.21%0.00%
68.24%

Color #4D2E51 in popluar number systems.

HEX4D2E51
Decimal774681
Binary10011011011101010001
Octal11556121

Shades and tints

Shades of #4D2E51

#4D2E51
(77,46,81)
#462A4A
(70,42,74)
#3F2643
(63,38,67)
#38223C
(56,34,60)
#311E35
(49,30,53)
#2A1A2E
(42,26,46)
#231627
(35,22,39)
#1C1220
(28,18,32)
#150E19
(21,14,25)
#0E0A12
(14,10,18)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D2E51

#4D2E51
(77,46,81)
#5D4160
(93,65,96)
#6D546F
(109,84,111)
#7D677E
(125,103,126)
#8D7A8D
(141,122,141)
#9D8D9C
(157,141,156)
#ADA0AB
(173,160,171)
#BDB3BA
(189,179,186)
#CDC6C9
(205,198,201)
#DDD9D8
(221,217,216)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2E51; }

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

This text font color is #4D2E51.


Background Color

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

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

This div background color is #4D2E51.


Border color

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

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

This div border color is #4D2E51.


Opacity

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

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

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

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

This text has shadow with #4D2E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2E51 on black background.


Color preview on white background

This text has color #4D2E51 on white background.



Black color preview on #4D2E51 background

This text has black color on #4D2E51 background.


White color preview on #4D2E51 background

This text has white color on #4D2E51 background.