COLOR #4D175C

HEX: #4D175C RGB: (77,23,92)

Color info

#4D175C contains mainly red and blue colors. Web safe color of #4D175C is #330066 (or #306).

RGB color model

#4D175C color RGB value is (77,23,92).

RGB: (77,23,92) (30%, 9%, 36%)

RGB channels and saturation

R 77 of 255 = 30%
G 23 of 255 = 9%
B 92 of 255 = 36%

77
23
92

R + G + B ~ 25%. #4D175C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 23 + 92 = 192 (100%)
R 77 of 192 ~ 40.1%
G 23 of 192 ~ 11.98%
B 92 of 192 ~ 47.92'%

%40.1
%11.98
%47.92

CMYK color model

#4D175C color CMYK value is (16,75,0,64).

  • cyan value is 16.30%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (16,75,0,64) C16M75Y0K64 (16%,75%,0%,64%) (0.16/0.75/0.00/0.64) 

CMYK percentages

%16.3
%75
%0
%63.92

Codes

Color #4D175C in popluar color models

4D 17 5C
RGB 77 23 92
HSL 287° 60.00% 22.55%
HSB/HSV 287° 75.00% 36.08%
CMYK 16.30% 75.00% 0.00%
63.92%

Color #4D175C in popluar number systems.

HEX 4D 17 5C
Decimal 77 23 92
Binary 1001101 10111 1011100
Octal 115 27 134

Shades and tints

Shades of #4D175C

#4D175C
(77,23,92)
#461554
(70,21,84)
#3F134C
(63,19,76)
#381144
(56,17,68)
#310F3C
(49,15,60)
#2A0D34
(42,13,52)
#230B2C
(35,11,44)
#1C0924
(28,9,36)
#15071C
(21,7,28)
#0E0514
(14,5,20)
#07030C
(7,3,12)
#000000
(0,0,0)

Tints of #4D175C

#4D175C
(77,23,92)
#5D2C6A
(93,44,106)
#6D4178
(109,65,120)
#7D5686
(125,86,134)
#8D6B94
(141,107,148)
#9D80A2
(157,128,162)
#AD95B0
(173,149,176)
#BDAABE
(189,170,190)
#CDBFCC
(205,191,204)
#DDD4DA
(221,212,218)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D175C color. Also use rgb(77,23,92) instead hex code.

Text Font Color

.myTextColor { color: #4D175C; }

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

This text font color is #4D175C.

Background Color

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

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

This div background color is #4D175C.

Border color

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

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

This div border color is #4D175C.

Opacity

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

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

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

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

This text has shadow with #4D175C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D175C.

Preview

Color preview on black background

This text has color #4D175C on black background.


Color preview on white background

This text has color #4D175C on white background.


Black color preview on #4D175C background

This text has black color on #4D175C background.


White color preview on #4D175C background

This text has white color on #4D175C background.


Related colors

Complementary color

Complementary color for #hex is #B2E8A3.


I love getcolorcode.com

Triadic colors

1 #5C4D17 and #175C4D with #4D175C are triadic colors.

2 #5C174D and #174D5C with #4D175C are triadic colors.