COLOR #4D3D58

HEX: #4D3D58
RGB: (77,61,88)

Color info

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

RGB color model

#4D3D58 color RGB value is (77,61,88).

  • red value is 77;
  • green value is 61;
  • blue value is 88.
RGB:
(77,61,88)
(30%,24%,35%)

RGB channels and saturation

R 77 of 255 = 30%
G 61 of 255 = 24%
B 88 of 255 = 35%

77
61
88

R + G + B ~ 30%. #4D3D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 61 + 88 = 226 (100%)
R 77 of 226 ~ 34.07%
G 61 of 226 ~ 26.99%
B 88 of 226 ~ 38.94%

%34.07
%26.99
%38.94

CMYK color model

#4D3D58 color CMYK value is (13,31,0,65).

  • cyan value is 12.50%
  • magenta value is 30.68%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(13,31,0,65)
C13M31Y0K65 
(13%,31%,0%,65%)
(0.13/0.31/0.00/0.65)	

CMYK percentages

%12.5
%30.68
%0
%65.49

Codes

Color #4D3D58 in popluar color models

4D3D58
RGB776188
HSL276°18.12%29.22%
HSB/HSV276°30.68%34.51%
CMYK12.50%30.68%0.00%
65.49%

Color #4D3D58 in popluar number systems.

HEX4D3D58
Decimal776188
Binary10011011111011011000
Octal11575130

Shades and tints

Shades of #4D3D58

#4D3D58
(77,61,88)
#463850
(70,56,80)
#3F3348
(63,51,72)
#382E40
(56,46,64)
#312938
(49,41,56)
#2A2430
(42,36,48)
#231F28
(35,31,40)
#1C1A20
(28,26,32)
#151518
(21,21,24)
#0E1010
(14,16,16)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #4D3D58

#4D3D58
(77,61,88)
#5D4E67
(93,78,103)
#6D5F76
(109,95,118)
#7D7085
(125,112,133)
#8D8194
(141,129,148)
#9D92A3
(157,146,163)
#ADA3B2
(173,163,178)
#BDB4C1
(189,180,193)
#CDC5D0
(205,197,208)
#DDD6DF
(221,214,223)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3D58; }

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

This text font color is #4D3D58.


Background Color

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

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

This div background color is #4D3D58.


Border color

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

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

This div border color is #4D3D58.


Opacity

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

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

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

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

This text has shadow with #4D3D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3D58 on black background.


Color preview on white background

This text has color #4D3D58 on white background.



Black color preview on #4D3D58 background

This text has black color on #4D3D58 background.


White color preview on #4D3D58 background

This text has white color on #4D3D58 background.