COLOR #4D1732

HEX: #4D1732
RGB: (77,23,50)

Color info

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

RGB color model

#4D1732 color RGB value is (77,23,50).

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

RGB channels and saturation

R 77 of 255 = 30%
G 23 of 255 = 9%
B 50 of 255 = 20%

77
23
50

R + G + B ~ 20%. #4D1732 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 23 + 50 = 150 (100%)
R 77 of 150 ~ 51.33%
G 23 of 150 ~ 15.33%
B 50 of 150 ~ 33.33%

%51.33
%15.33
%33.33

CMYK color model

#4D1732 color CMYK value is (0,70,35,70).

  • cyan value is 0.00%
  • magenta value is 70.13%
  • yellow value is 35.06%
  • key color value is 69.80%
CMYK:
(0,70,35,70)
C0M70Y35K70 
(0%,70%,35%,70%)
(0.00/0.70/0.35/0.70)	

CMYK percentages

%0
%70.13
%35.06
%69.8

Codes

Color #4D1732 in popluar color models

4D1732
RGB772350
HSL330°54.00%19.61%
HSB/HSV330°70.13%30.20%
CMYK0.00%70.13%35.06%
69.80%

Color #4D1732 in popluar number systems.

HEX4D1732
Decimal772350
Binary100110110111110010
Octal1152762

Shades and tints

Shades of #4D1732

#4D1732
(77,23,50)
#46152E
(70,21,46)
#3F132A
(63,19,42)
#381126
(56,17,38)
#310F22
(49,15,34)
#2A0D1E
(42,13,30)
#230B1A
(35,11,26)
#1C0916
(28,9,22)
#150712
(21,7,18)
#0E050E
(14,5,14)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #4D1732

#4D1732
(77,23,50)
#5D2C44
(93,44,68)
#6D4156
(109,65,86)
#7D5668
(125,86,104)
#8D6B7A
(141,107,122)
#9D808C
(157,128,140)
#AD959E
(173,149,158)
#BDAAB0
(189,170,176)
#CDBFC2
(205,191,194)
#DDD4D4
(221,212,212)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1732; }

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

This text font color is #4D1732.


Background Color

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

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

This div background color is #4D1732.


Border color

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

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

This div border color is #4D1732.


Opacity

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

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

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

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

This text has shadow with #4D1732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1732 on black background.


Color preview on white background

This text has color #4D1732 on white background.



Black color preview on #4D1732 background

This text has black color on #4D1732 background.


White color preview on #4D1732 background

This text has white color on #4D1732 background.