COLOR #4D2967

HEX: #4D2967 RGB: (77,41,103)

Color info

#4D2967 contains mainly red and blue colors. Web safe color of #4D2967 is #333366 (or #336).

RGB color model

#4D2967 color RGB value is (77,41,103).

RGB: (77,41,103) (30%, 16%, 40%)

RGB channels and saturation

R 77 of 255 = 30%
G 41 of 255 = 16%
B 103 of 255 = 40%

77
41
103

R + G + B ~ 29%. #4D2967 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 41 + 103 = 221 (100%)
R 77 of 221 ~ 34.84%
G 41 of 221 ~ 18.55%
B 103 of 221 ~ 46.61'%

%34.84
%18.55
%46.61

CMYK color model

#4D2967 color CMYK value is (25,60,0,60).

  • cyan value is 25.24%
  • magenta value is 60.19%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (25,60,0,60)
C25M60Y0K60 (25%, 60%, 0%, 60%)
(0.25 / 0.60 / 0.00 / 0.60)

CMYK percentages

%25.24
%60.19
%0
%59.61

Codes

Color #4D2967 in popluar color models

4D 29 67
RGB 77 41 103
HSL 275° 43.06% 28.24%
HSB/HSV 275° 60.19% 40.39%
CMYK 25.24% 60.19% 0.00%
59.61%

Color #4D2967 in popluar number systems.

HEX 4D 29 67
Decimal 77 41 103
Binary 1001101 101001 1100111
Octal 115 51 147

Shades and tints

Shades of #4D2967

#4D2967
(77,41,103)
#46265E
(70,38,94)
#3F2355
(63,35,85)
#38204C
(56,32,76)
#311D43
(49,29,67)
#2A1A3A
(42,26,58)
#231731
(35,23,49)
#1C1428
(28,20,40)
#15111F
(21,17,31)
#0E0E16
(14,14,22)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #4D2967

#4D2967
(77,41,103)
#5D3C74
(93,60,116)
#6D4F81
(109,79,129)
#7D628E
(125,98,142)
#8D759B
(141,117,155)
#9D88A8
(157,136,168)
#AD9BB5
(173,155,181)
#BDAEC2
(189,174,194)
#CDC1CF
(205,193,207)
#DDD4DC
(221,212,220)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2967; }

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

This text font color is #4D2967.

Background Color

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

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

This div background color is #4D2967.

Border color

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

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

This div border color is #4D2967.

Opacity

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

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

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

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

This text has shadow with #4D2967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2967.

Preview

Color preview on black background

This text has color #4D2967 on black background.


Color preview on white background

This text has color #4D2967 on white background.


Black color preview on #4D2967 background

This text has black color on #4D2967 background.


White color preview on #4D2967 background

This text has white color on #4D2967 background.


Related colors

Complementary color

Complementary color for #hex is #B2D698.


I love getcolorcode.com

Triadic colors

1 #674D29 and #29674D with #4D2967 are triadic colors.

2 #67294D and #294D67 with #4D2967 are triadic colors.