COLOR #4D2D67

HEX: #4D2D67
RGB: (77,45,103)

Color info

#4D2D67 contains red, green and blue colors in about the same proportion. Web safe color of #4D2D67 is #333366 (or #336).

RGB color model

#4D2D67 color RGB value is (77,45,103).

  • red value is 77;
  • green value is 45;
  • blue value is 103.
RGB:
(77,45,103)
(30%,18%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 45 of 255 = 18%
B 103 of 255 = 40%

77
45
103

R + G + B ~ 29%. #4D2D67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 45 + 103 = 225 (100%)
R 77 of 225 ~ 34.22%
G 45 of 225 ~ 20%
B 103 of 225 ~ 45.78%

%34.22
%20
%45.78

CMYK color model

#4D2D67 color CMYK value is (25,56,0,60).

  • cyan value is 25.24%
  • magenta value is 56.31%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(25,56,0,60)
C25M56Y0K60 
(25%,56%,0%,60%)
(0.25/0.56/0.00/0.60)	

CMYK percentages

%25.24
%56.31
%0
%59.61

Codes

Color #4D2D67 in popluar color models

4D2D67
RGB7745103
HSL273°39.19%29.02%
HSB/HSV273°56.31%40.39%
CMYK25.24%56.31%0.00%
59.61%

Color #4D2D67 in popluar number systems.

HEX4D2D67
Decimal7745103
Binary10011011011011100111
Octal11555147

Shades and tints

Shades of #4D2D67

#4D2D67
(77,45,103)
#46295E
(70,41,94)
#3F2555
(63,37,85)
#38214C
(56,33,76)
#311D43
(49,29,67)
#2A193A
(42,25,58)
#231531
(35,21,49)
#1C1128
(28,17,40)
#150D1F
(21,13,31)
#0E0916
(14,9,22)
#07050D
(7,5,13)
#000000
(0,0,0)

Tints of #4D2D67

#4D2D67
(77,45,103)
#5D4074
(93,64,116)
#6D5381
(109,83,129)
#7D668E
(125,102,142)
#8D799B
(141,121,155)
#9D8CA8
(157,140,168)
#AD9FB5
(173,159,181)
#BDB2C2
(189,178,194)
#CDC5CF
(205,197,207)
#DDD8DC
(221,216,220)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2D67; }

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

This text font color is #4D2D67.


Background Color

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

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

This div background color is #4D2D67.


Border color

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

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

This div border color is #4D2D67.


Opacity

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

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

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

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

This text has shadow with #4D2D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2D67 on black background.


Color preview on white background

This text has color #4D2D67 on white background.



Black color preview on #4D2D67 background

This text has black color on #4D2D67 background.


White color preview on #4D2D67 background

This text has white color on #4D2D67 background.