COLOR #4D2652

HEX: #4D2652 RGB: (77,38,82)

Color info

#4D2652 contains red, green and blue colors in about the same proportion. Web safe color of #4D2652 is #333366 (or #336).

RGB color model

#4D2652 color RGB value is (77,38,82).

RGB: (77,38,82) (30%, 15%, 32%)

RGB channels and saturation

R 77 of 255 = 30%
G 38 of 255 = 15%
B 82 of 255 = 32%

77
38
82

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

Portions of RGB colors in percentages

R + G + B = 77 + 38 + 82 = 197 (100%)
R 77 of 197 ~ 39.09%
G 38 of 197 ~ 19.29%
B 82 of 197 ~ 41.62'%

%39.09
%19.29
%41.62

CMYK color model

#4D2652 color CMYK value is (6,54,0,68).

  • cyan value is 6.10%
  • magenta value is 53.66%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (6,54,0,68)
C6M54Y0K68 (6%, 54%, 0%, 68%)
(0.06 / 0.54 / 0.00 / 0.68)

CMYK percentages

%6.1
%53.66
%0
%67.84

Codes

Color #4D2652 in popluar color models

4D 26 52
RGB 77 38 82
HSL 293° 36.67% 23.53%
HSB/HSV 293° 53.66% 32.16%
CMYK 6.10% 53.66% 0.00%
67.84%

Color #4D2652 in popluar number systems.

HEX 4D 26 52
Decimal 77 38 82
Binary 1001101 100110 1010010
Octal 115 46 122

Shades and tints

Shades of #4D2652

#4D2652
(77,38,82)
#46234B
(70,35,75)
#3F2044
(63,32,68)
#381D3D
(56,29,61)
#311A36
(49,26,54)
#2A172F
(42,23,47)
#231428
(35,20,40)
#1C1121
(28,17,33)
#150E1A
(21,14,26)
#0E0B13
(14,11,19)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D2652

#4D2652
(77,38,82)
#5D3961
(93,57,97)
#6D4C70
(109,76,112)
#7D5F7F
(125,95,127)
#8D728E
(141,114,142)
#9D859D
(157,133,157)
#AD98AC
(173,152,172)
#BDABBB
(189,171,187)
#CDBECA
(205,190,202)
#DDD1D9
(221,209,217)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2652; }

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

This text font color is #4D2652.

Background Color

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

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

This div background color is #4D2652.

Border color

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

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

This div border color is #4D2652.

Opacity

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

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

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

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

This text has shadow with #4D2652 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2652.

Preview

Color preview on black background

This text has color #4D2652 on black background.


Color preview on white background

This text has color #4D2652 on white background.


Black color preview on #4D2652 background

This text has black color on #4D2652 background.


White color preview on #4D2652 background

This text has white color on #4D2652 background.


Related colors

Complementary color

Complementary color for #hex is #B2D9AD.


I love getcolorcode.com

Triadic colors

1 #524D26 and #26524D with #4D2652 are triadic colors.

2 #52264D and #264D52 with #4D2652 are triadic colors.