COLOR #4D2754

HEX: #4D2754
RGB: (77,39,84)

Color info

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

RGB color model

#4D2754 color RGB value is (77,39,84).

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

RGB channels and saturation

R 77 of 255 = 30%
G 39 of 255 = 15%
B 84 of 255 = 33%

77
39
84

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

Portions of RGB colors in percentages

R + G + B =
77 + 39 + 84 = 200 (100%)
R 77 of 200 ~ 38.5%
G 39 of 200 ~ 19.5%
B 84 of 200 ~ 42%

%38.5
%19.5
%42

CMYK color model

#4D2754 color CMYK value is (8,54,0,67).

  • cyan value is 8.33%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(8,54,0,67)
C8M54Y0K67 
(8%,54%,0%,67%)
(0.08/0.54/0.00/0.67)	

CMYK percentages

%8.33
%53.57
%0
%67.06

Codes

Color #4D2754 in popluar color models

4D2754
RGB773984
HSL291°36.59%24.12%
HSB/HSV291°53.57%32.94%
CMYK8.33%53.57%0.00%
67.06%

Color #4D2754 in popluar number systems.

HEX4D2754
Decimal773984
Binary10011011001111010100
Octal11547124

Shades and tints

Shades of #4D2754

#4D2754
(77,39,84)
#46244D
(70,36,77)
#3F2146
(63,33,70)
#381E3F
(56,30,63)
#311B38
(49,27,56)
#2A1831
(42,24,49)
#23152A
(35,21,42)
#1C1223
(28,18,35)
#150F1C
(21,15,28)
#0E0C15
(14,12,21)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #4D2754

#4D2754
(77,39,84)
#5D3A63
(93,58,99)
#6D4D72
(109,77,114)
#7D6081
(125,96,129)
#8D7390
(141,115,144)
#9D869F
(157,134,159)
#AD99AE
(173,153,174)
#BDACBD
(189,172,189)
#CDBFCC
(205,191,204)
#DDD2DB
(221,210,219)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2754; }

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

This text font color is #4D2754.


Background Color

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

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

This div background color is #4D2754.


Border color

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

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

This div border color is #4D2754.


Opacity

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

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

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

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

This text has shadow with #4D2754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2754 on black background.


Color preview on white background

This text has color #4D2754 on white background.



Black color preview on #4D2754 background

This text has black color on #4D2754 background.


White color preview on #4D2754 background

This text has white color on #4D2754 background.