COLOR #4D2858

HEX: #4D2858 RGB: (77,40,88)

Color info

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

RGB color model

#4D2858 color RGB value is (77,40,88).

RGB: (77,40,88) (30%, 16%, 35%)

RGB channels and saturation

R 77 of 255 = 30%
G 40 of 255 = 16%
B 88 of 255 = 35%

77
40
88

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

Portions of RGB colors in percentages

R + G + B = 77 + 40 + 88 = 205 (100%)
R 77 of 205 ~ 37.56%
G 40 of 205 ~ 19.51%
B 88 of 205 ~ 42.93'%

%37.56
%19.51
%42.93

CMYK color model

#4D2858 color CMYK value is (13,55,0,65).

  • cyan value is 12.50%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (13,55,0,65)
C13M55Y0K65 (13%, 55%, 0%, 65%)
(0.13 / 0.55 / 0.00 / 0.65)

CMYK percentages

%12.5
%54.55
%0
%65.49

Codes

Color #4D2858 in popluar color models

4D 28 58
RGB 77 40 88
HSL 286° 37.50% 25.10%
HSB/HSV 286° 54.55% 34.51%
CMYK 12.50% 54.55% 0.00%
65.49%

Color #4D2858 in popluar number systems.

HEX 4D 28 58
Decimal 77 40 88
Binary 1001101 101000 1011000
Octal 115 50 130

Shades and tints

Shades of #4D2858

#4D2858
(77,40,88)
#462550
(70,37,80)
#3F2248
(63,34,72)
#381F40
(56,31,64)
#311C38
(49,28,56)
#2A1930
(42,25,48)
#231628
(35,22,40)
#1C1320
(28,19,32)
#151018
(21,16,24)
#0E0D10
(14,13,16)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #4D2858

#4D2858
(77,40,88)
#5D3B67
(93,59,103)
#6D4E76
(109,78,118)
#7D6185
(125,97,133)
#8D7494
(141,116,148)
#9D87A3
(157,135,163)
#AD9AB2
(173,154,178)
#BDADC1
(189,173,193)
#CDC0D0
(205,192,208)
#DDD3DF
(221,211,223)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2858 color. Also use rgb(77,40,88) instead hex code.

Text Font Color

.myTextColor { color: #4D2858; }

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

This text font color is #4D2858.

Background Color

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

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

This div background color is #4D2858.

Border color

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

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

This div border color is #4D2858.

Opacity

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

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

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

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

This text has shadow with #4D2858 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2858.

Preview

Color preview on black background

This text has color #4D2858 on black background.


Color preview on white background

This text has color #4D2858 on white background.


Black color preview on #4D2858 background

This text has black color on #4D2858 background.


White color preview on #4D2858 background

This text has white color on #4D2858 background.


Related colors

Complementary color

Complementary color for #hex is #B2D7A7.


I love getcolorcode.com

Triadic colors

1 #584D28 and #28584D with #4D2858 are triadic colors.

2 #58284D and #284D58 with #4D2858 are triadic colors.