COLOR #4D295F

HEX: #4D295F RGB: (77,41,95)

Color info

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

RGB color model

#4D295F color RGB value is (77,41,95).

RGB: (77,41,95) (30%, 16%, 37%)

RGB channels and saturation

R 77 of 255 = 30%
G 41 of 255 = 16%
B 95 of 255 = 37%

77
41
95

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

Portions of RGB colors in percentages

R + G + B = 77 + 41 + 95 = 213 (100%)
R 77 of 213 ~ 36.15%
G 41 of 213 ~ 19.25%
B 95 of 213 ~ 44.6'%

%36.15
%19.25
%44.6

CMYK color model

#4D295F color CMYK value is (19,57,0,63).

  • cyan value is 18.95%
  • magenta value is 56.84%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (19,57,0,63)
C19M57Y0K63 (19%, 57%, 0%, 63%)
(0.19 / 0.57 / 0.00 / 0.63)

CMYK percentages

%18.95
%56.84
%0
%62.75

Codes

Color #4D295F in popluar color models

4D 29 5F
RGB 77 41 95
HSL 280° 39.71% 26.67%
HSB/HSV 280° 56.84% 37.25%
CMYK 18.95% 56.84% 0.00%
62.75%

Color #4D295F in popluar number systems.

HEX 4D 29 5F
Decimal 77 41 95
Binary 1001101 101001 1011111
Octal 115 51 137

Shades and tints

Shades of #4D295F

#4D295F
(77,41,95)
#462657
(70,38,87)
#3F234F
(63,35,79)
#382047
(56,32,71)
#311D3F
(49,29,63)
#2A1A37
(42,26,55)
#23172F
(35,23,47)
#1C1427
(28,20,39)
#15111F
(21,17,31)
#0E0E17
(14,14,23)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #4D295F

#4D295F
(77,41,95)
#5D3C6D
(93,60,109)
#6D4F7B
(109,79,123)
#7D6289
(125,98,137)
#8D7597
(141,117,151)
#9D88A5
(157,136,165)
#AD9BB3
(173,155,179)
#BDAEC1
(189,174,193)
#CDC1CF
(205,193,207)
#DDD4DD
(221,212,221)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D295F color. Also use rgb(77,41,95) instead hex code.

Text Font Color

.myTextColor { color: #4D295F; }

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

This text font color is #4D295F.

Background Color

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

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

This div background color is #4D295F.

Border color

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

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

This div border color is #4D295F.

Opacity

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

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

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

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

This text has shadow with #4D295F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D295F.

Preview

Color preview on black background

This text has color #4D295F on black background.


Color preview on white background

This text has color #4D295F on white background.


Black color preview on #4D295F background

This text has black color on #4D295F background.


White color preview on #4D295F background

This text has white color on #4D295F background.


Related colors

Complementary color

Complementary color for #hex is #B2D6A0.


I love getcolorcode.com

Triadic colors

1 #5F4D29 and #295F4D with #4D295F are triadic colors.

2 #5F294D and #294D5F with #4D295F are triadic colors.