COLOR #4D2B4C

HEX: #4D2B4C
RGB: (77,43,76)

Color info

#4D2B4C contains red, green and blue colors in about the same proportion. Web safe color of #4D2B4C is #333333 (or #333).

RGB color model

#4D2B4C color RGB value is (77,43,76).

  • red value is 77;
  • green value is 43;
  • blue value is 76.
RGB:
(77,43,76)
(30%,17%,30%)

RGB channels and saturation

R 77 of 255 = 30%
G 43 of 255 = 17%
B 76 of 255 = 30%

77
43
76

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

Portions of RGB colors in percentages

R + G + B =
77 + 43 + 76 = 196 (100%)
R 77 of 196 ~ 39.29%
G 43 of 196 ~ 21.94%
B 76 of 196 ~ 38.78%

%39.29
%21.94
%38.78

CMYK color model

#4D2B4C color CMYK value is (0,44,1,70).

  • cyan value is 0.00%
  • magenta value is 44.16%
  • yellow value is 1.30%
  • key color value is 69.80%
CMYK:
(0,44,1,70)
C0M44Y1K70 
(0%,44%,1%,70%)
(0.00/0.44/0.01/0.70)	

CMYK percentages

%0
%44.16
%1.3
%69.8

Codes

Color #4D2B4C in popluar color models

4D2B4C
RGB774376
HSL302°28.33%23.53%
HSB/HSV302°44.16%30.20%
CMYK0.00%44.16%1.30%
69.80%

Color #4D2B4C in popluar number systems.

HEX4D2B4C
Decimal774376
Binary10011011010111001100
Octal11553114

Shades and tints

Shades of #4D2B4C

#4D2B4C
(77,43,76)
#462846
(70,40,70)
#3F2540
(63,37,64)
#38223A
(56,34,58)
#311F34
(49,31,52)
#2A1C2E
(42,28,46)
#231928
(35,25,40)
#1C1622
(28,22,34)
#15131C
(21,19,28)
#0E1016
(14,16,22)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #4D2B4C

#4D2B4C
(77,43,76)
#5D3E5C
(93,62,92)
#6D516C
(109,81,108)
#7D647C
(125,100,124)
#8D778C
(141,119,140)
#9D8A9C
(157,138,156)
#AD9DAC
(173,157,172)
#BDB0BC
(189,176,188)
#CDC3CC
(205,195,204)
#DDD6DC
(221,214,220)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2B4C color. Also use rgb(77,43,76) instead hex code.

Text Font Color

.myTextColor { color: #4D2B4C; }

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

This text font color is #4D2B4C.


Background Color

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

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

This div background color is #4D2B4C.


Border color

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

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

This div border color is #4D2B4C.


Opacity

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

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

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

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

This text has shadow with #4D2B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2B4C on black background.


Color preview on white background

This text has color #4D2B4C on white background.



Black color preview on #4D2B4C background

This text has black color on #4D2B4C background.


White color preview on #4D2B4C background

This text has white color on #4D2B4C background.