COLOR #4D133B

HEX: #4D133B
RGB: (77,19,59)

Color info

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

RGB color model

#4D133B color RGB value is (77,19,59).

  • red value is 77;
  • green value is 19;
  • blue value is 59.
RGB:
(77,19,59)
(30%,7%,23%)

RGB channels and saturation

R 77 of 255 = 30%
G 19 of 255 = 7%
B 59 of 255 = 23%

77
19
59

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

Portions of RGB colors in percentages

R + G + B =
77 + 19 + 59 = 155 (100%)
R 77 of 155 ~ 49.68%
G 19 of 155 ~ 12.26%
B 59 of 155 ~ 38.06%

%49.68
%12.26
%38.06

CMYK color model

#4D133B color CMYK value is (0,75,23,70).

  • cyan value is 0.00%
  • magenta value is 75.32%
  • yellow value is 23.38%
  • key color value is 69.80%
CMYK:
(0,75,23,70)
C0M75Y23K70 
(0%,75%,23%,70%)
(0.00/0.75/0.23/0.70)	

CMYK percentages

%0
%75.32
%23.38
%69.8

Codes

Color #4D133B in popluar color models

4D133B
RGB771959
HSL319°60.42%18.82%
HSB/HSV319°75.32%30.20%
CMYK0.00%75.32%23.38%
69.80%

Color #4D133B in popluar number systems.

HEX4D133B
Decimal771959
Binary100110110011111011
Octal1152373

Shades and tints

Shades of #4D133B

#4D133B
(77,19,59)
#461236
(70,18,54)
#3F1131
(63,17,49)
#38102C
(56,16,44)
#310F27
(49,15,39)
#2A0E22
(42,14,34)
#230D1D
(35,13,29)
#1C0C18
(28,12,24)
#150B13
(21,11,19)
#0E0A0E
(14,10,14)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #4D133B

#4D133B
(77,19,59)
#5D284C
(93,40,76)
#6D3D5D
(109,61,93)
#7D526E
(125,82,110)
#8D677F
(141,103,127)
#9D7C90
(157,124,144)
#AD91A1
(173,145,161)
#BDA6B2
(189,166,178)
#CDBBC3
(205,187,195)
#DDD0D4
(221,208,212)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D133B color. Also use rgb(77,19,59) instead hex code.

Text Font Color

.myTextColor { color: #4D133B; }

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

This text font color is #4D133B.


Background Color

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

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

This div background color is #4D133B.


Border color

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

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

This div border color is #4D133B.


Opacity

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

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

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

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

This text has shadow with #4D133B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D133B on black background.


Color preview on white background

This text has color #4D133B on white background.



Black color preview on #4D133B background

This text has black color on #4D133B background.


White color preview on #4D133B background

This text has white color on #4D133B background.