COLOR #4D3B52

HEX: #4D3B52
RGB: (77,59,82)

Renk bilgisi

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

RGB renk modeli

#4D3B52 color RGB value is (77,59,82).

  • kırmız ton 77;
  • yeşil ton 59;
  • mavi ton 82.
RGB:
(77,59,82)
(30%,23%,32%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 59 of 255 = 23%
B 82 of 255 = 32%

77
59
82

R + G + B ~ 28%. #4D3B52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 59 + 82 = 218 (100%)
R 77 of 218 ~ 35.32%
G 59 of 218 ~ 27.06%
B 82 of 218 ~ 37.61%

%35.32
%27.06
%37.61

CMYK RENK MODELİ

#4D3B52 rengi CMYK tonu (6,28,0,68).

  • camgöbeği tonu 6.10%
  • eflatun tonu 28.05%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(6,28,0,68)
C6M28Y0K68 
(6%,28%,0%,68%)
(0.06/0.28/0.00/0.68)	

CMYK yüzdeleri

%6.1
%28.05
%0
%67.84

Codes

Color #4D3B52 in popluar color models

4D3B52
RGB775982
HSL287°16.31%27.65%
HSB/HSV287°28.05%32.16%
CMYK6.10%28.05%0.00%
67.84%

Color #4D3B52 in popluar number systems.

HEX4D3B52
Decimal775982
Binary10011011110111010010
Octal11573122

Shades and tints

Shades of #4D3B52

#4D3B52
(77,59,82)
#46364B
(70,54,75)
#3F3144
(63,49,68)
#382C3D
(56,44,61)
#312736
(49,39,54)
#2A222F
(42,34,47)
#231D28
(35,29,40)
#1C1821
(28,24,33)
#15131A
(21,19,26)
#0E0E13
(14,14,19)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #4D3B52

#4D3B52
(77,59,82)
#5D4C61
(93,76,97)
#6D5D70
(109,93,112)
#7D6E7F
(125,110,127)
#8D7F8E
(141,127,142)
#9D909D
(157,144,157)
#ADA1AC
(173,161,172)
#BDB2BB
(189,178,187)
#CDC3CA
(205,195,202)
#DDD4D9
(221,212,217)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3B52 color. Also use rgb(77,59,82) instead hex code.

Text Font Color

.myTextColor { color: #4D3B52; }

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

This text font color is #4D3B52.


Background Color

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

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

This div background color is #4D3B52.


Border color

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

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

This div border color is #4D3B52.


Opacity

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

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

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

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

This text has shadow with #4D3B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3B52 on black background.


Color preview on white background

This text has color #4D3B52 on white background.



Black color preview on #4D3B52 background

This text has black color on #4D3B52 background.


White color preview on #4D3B52 background

This text has white color on #4D3B52 background.