COLOR #4D173A

HEX: #4D173A
RGB: (77,23,58)

Color info

#4D173A contains red, green and blue colors in about the same proportion. Web safe color of #4D173A is #330033 (or #303).

RGB color model

#4D173A color RGB value is (77,23,58).

  • red value is 77;
  • green value is 23;
  • blue value is 58.
RGB:
(77,23,58)
(30%,9%,23%)

RGB channels and saturation

R 77 of 255 = 30%
G 23 of 255 = 9%
B 58 of 255 = 23%

77
23
58

R + G + B ~ 21%. #4D173A is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 23 + 58 = 158 (100%)
R 77 of 158 ~ 48.73%
G 23 of 158 ~ 14.56%
B 58 of 158 ~ 36.71%

%48.73
%14.56
%36.71

CMYK color model

#4D173A color CMYK value is (0,70,25,70).

  • cyan value is 0.00%
  • magenta value is 70.13%
  • yellow value is 24.68%
  • key color value is 69.80%
CMYK:
(0,70,25,70)
C0M70Y25K70 
(0%,70%,25%,70%)
(0.00/0.70/0.25/0.70)	

CMYK percentages

%0
%70.13
%24.68
%69.8

Codes

Color #4D173A in popluar color models

4D173A
RGB772358
HSL321°54.00%19.61%
HSB/HSV321°70.13%30.20%
CMYK0.00%70.13%24.68%
69.80%

Color #4D173A in popluar number systems.

HEX4D173A
Decimal772358
Binary100110110111111010
Octal1152772

Shades and tints

Shades of #4D173A

#4D173A
(77,23,58)
#461535
(70,21,53)
#3F1330
(63,19,48)
#38112B
(56,17,43)
#310F26
(49,15,38)
#2A0D21
(42,13,33)
#230B1C
(35,11,28)
#1C0917
(28,9,23)
#150712
(21,7,18)
#0E050D
(14,5,13)
#070308
(7,3,8)
#000000
(0,0,0)

Tints of #4D173A

#4D173A
(77,23,58)
#5D2C4B
(93,44,75)
#6D415C
(109,65,92)
#7D566D
(125,86,109)
#8D6B7E
(141,107,126)
#9D808F
(157,128,143)
#AD95A0
(173,149,160)
#BDAAB1
(189,170,177)
#CDBFC2
(205,191,194)
#DDD4D3
(221,212,211)
#EDE9E4
(237,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D173A; }

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

This text font color is #4D173A.


Background Color

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

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

This div background color is #4D173A.


Border color

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

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

This div border color is #4D173A.


Opacity

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

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

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

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

This text has shadow with #4D173A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D173A on black background.


Color preview on white background

This text has color #4D173A on white background.



Black color preview on #4D173A background

This text has black color on #4D173A background.


White color preview on #4D173A background

This text has white color on #4D173A background.