COLOR #4D2969

HEX: #4D2969
RGB: (77,41,105)

Color info

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

RGB color model

#4D2969 color RGB value is (77,41,105).

  • red value is 77;
  • green value is 41;
  • blue value is 105.
RGB:
(77,41,105)
(30%,16%,41%)

RGB channels and saturation

R 77 of 255 = 30%
G 41 of 255 = 16%
B 105 of 255 = 41%

77
41
105

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

Portions of RGB colors in percentages

R + G + B =
77 + 41 + 105 = 223 (100%)
R 77 of 223 ~ 34.53%
G 41 of 223 ~ 18.39%
B 105 of 223 ~ 47.09%

%34.53
%18.39
%47.09

CMYK color model

#4D2969 color CMYK value is (27,61,0,59).

  • cyan value is 26.67%
  • magenta value is 60.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(27,61,0,59)
C27M61Y0K59 
(27%,61%,0%,59%)
(0.27/0.61/0.00/0.59)	

CMYK percentages

%26.67
%60.95
%0
%58.82

Codes

Color #4D2969 in popluar color models

4D2969
RGB7741105
HSL274°43.84%28.63%
HSB/HSV274°60.95%41.18%
CMYK26.67%60.95%0.00%
58.82%

Color #4D2969 in popluar number systems.

HEX4D2969
Decimal7741105
Binary10011011010011101001
Octal11551151

Shades and tints

Shades of #4D2969

#4D2969
(77,41,105)
#462660
(70,38,96)
#3F2357
(63,35,87)
#38204E
(56,32,78)
#311D45
(49,29,69)
#2A1A3C
(42,26,60)
#231733
(35,23,51)
#1C142A
(28,20,42)
#151121
(21,17,33)
#0E0E18
(14,14,24)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #4D2969

#4D2969
(77,41,105)
#5D3C76
(93,60,118)
#6D4F83
(109,79,131)
#7D6290
(125,98,144)
#8D759D
(141,117,157)
#9D88AA
(157,136,170)
#AD9BB7
(173,155,183)
#BDAEC4
(189,174,196)
#CDC1D1
(205,193,209)
#DDD4DE
(221,212,222)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2969; }

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

This text font color is #4D2969.


Background Color

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

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

This div background color is #4D2969.


Border color

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

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

This div border color is #4D2969.


Opacity

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

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

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

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

This text has shadow with #4D2969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2969 on black background.


Color preview on white background

This text has color #4D2969 on white background.



Black color preview on #4D2969 background

This text has black color on #4D2969 background.


White color preview on #4D2969 background

This text has white color on #4D2969 background.