COLOR #4D2751

HEX: #4D2751
RGB: (77,39,81)

Color info

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

RGB color model

#4D2751 color RGB value is (77,39,81).

  • red value is 77;
  • green value is 39;
  • blue value is 81.
RGB:
(77,39,81)
(30%,15%,32%)

RGB channels and saturation

R 77 of 255 = 30%
G 39 of 255 = 15%
B 81 of 255 = 32%

77
39
81

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

Portions of RGB colors in percentages

R + G + B =
77 + 39 + 81 = 197 (100%)
R 77 of 197 ~ 39.09%
G 39 of 197 ~ 19.8%
B 81 of 197 ~ 41.12%

%39.09
%19.8
%41.12

CMYK color model

#4D2751 color CMYK value is (5,52,0,68).

  • cyan value is 4.94%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(5,52,0,68)
C5M52Y0K68 
(5%,52%,0%,68%)
(0.05/0.52/0.00/0.68)	

CMYK percentages

%4.94
%51.85
%0
%68.24

Codes

Color #4D2751 in popluar color models

4D2751
RGB773981
HSL294°35.00%23.53%
HSB/HSV294°51.85%31.76%
CMYK4.94%51.85%0.00%
68.24%

Color #4D2751 in popluar number systems.

HEX4D2751
Decimal773981
Binary10011011001111010001
Octal11547121

Shades and tints

Shades of #4D2751

#4D2751
(77,39,81)
#46244A
(70,36,74)
#3F2143
(63,33,67)
#381E3C
(56,30,60)
#311B35
(49,27,53)
#2A182E
(42,24,46)
#231527
(35,21,39)
#1C1220
(28,18,32)
#150F19
(21,15,25)
#0E0C12
(14,12,18)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #4D2751

#4D2751
(77,39,81)
#5D3A60
(93,58,96)
#6D4D6F
(109,77,111)
#7D607E
(125,96,126)
#8D738D
(141,115,141)
#9D869C
(157,134,156)
#AD99AB
(173,153,171)
#BDACBA
(189,172,186)
#CDBFC9
(205,191,201)
#DDD2D8
(221,210,216)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2751 color. Also use rgb(77,39,81) instead hex code.

Text Font Color

.myTextColor { color: #4D2751; }

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

This text font color is #4D2751.


Background Color

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

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

This div background color is #4D2751.


Border color

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

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

This div border color is #4D2751.


Opacity

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

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

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

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

This text has shadow with #4D2751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2751 on black background.


Color preview on white background

This text has color #4D2751 on white background.



Black color preview on #4D2751 background

This text has black color on #4D2751 background.


White color preview on #4D2751 background

This text has white color on #4D2751 background.