COLOR #4D134D

HEX: #4D134D
RGB: (77,19,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
19
77

R + G + B ~ 22%. #4D134D is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 19 + 77 = 173 (100%)
R 77 of 173 ~ 44.51%
G 19 of 173 ~ 10.98%
B 77 of 173 ~ 44.51%

%44.51
%10.98
%44.51

CMYK color model

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

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

CMYK percentages

%0
%75.32
%0
%69.8

Codes

Color #4D134D in popluar color models

4D134D
RGB771977
HSL300°60.42%18.82%
HSB/HSV300°75.32%30.20%
CMYK0.00%75.32%0.00%
69.80%

Color #4D134D in popluar number systems.

HEX4D134D
Decimal771977
Binary1001101100111001101
Octal11523115

Shades and tints

Shades of #4D134D

#4D134D
(77,19,77)
#461246
(70,18,70)
#3F113F
(63,17,63)
#381038
(56,16,56)
#310F31
(49,15,49)
#2A0E2A
(42,14,42)
#230D23
(35,13,35)
#1C0C1C
(28,12,28)
#150B15
(21,11,21)
#0E0A0E
(14,10,14)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #4D134D

#4D134D
(77,19,77)
#5D285D
(93,40,93)
#6D3D6D
(109,61,109)
#7D527D
(125,82,125)
#8D678D
(141,103,141)
#9D7C9D
(157,124,157)
#AD91AD
(173,145,173)
#BDA6BD
(189,166,189)
#CDBBCD
(205,187,205)
#DDD0DD
(221,208,221)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D134D; }

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

This text font color is #4D134D.


Background Color

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

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

This div background color is #4D134D.


Border color

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

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

This div border color is #4D134D.


Opacity

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

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

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

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

This text has shadow with #4D134D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D134D on black background.


Color preview on white background

This text has color #4D134D on white background.



Black color preview on #4D134D background

This text has black color on #4D134D background.


White color preview on #4D134D background

This text has white color on #4D134D background.