COLOR #4D3658

HEX: #4D3658
RGB: (77,54,88)

Color info

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

RGB color model

#4D3658 color RGB value is (77,54,88).

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

RGB channels and saturation

R 77 of 255 = 30%
G 54 of 255 = 21%
B 88 of 255 = 35%

77
54
88

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

Portions of RGB colors in percentages

R + G + B =
77 + 54 + 88 = 219 (100%)
R 77 of 219 ~ 35.16%
G 54 of 219 ~ 24.66%
B 88 of 219 ~ 40.18%

%35.16
%24.66
%40.18

CMYK color model

#4D3658 color CMYK value is (13,39,0,65).

  • cyan value is 12.50%
  • magenta value is 38.64%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(13,39,0,65)
C13M39Y0K65 
(13%,39%,0%,65%)
(0.13/0.39/0.00/0.65)	

CMYK percentages

%12.5
%38.64
%0
%65.49

Codes

Color #4D3658 in popluar color models

4D3658
RGB775488
HSL281°23.94%27.84%
HSB/HSV281°38.64%34.51%
CMYK12.50%38.64%0.00%
65.49%

Color #4D3658 in popluar number systems.

HEX4D3658
Decimal775488
Binary10011011101101011000
Octal11566130

Shades and tints

Shades of #4D3658

#4D3658
(77,54,88)
#463250
(70,50,80)
#3F2E48
(63,46,72)
#382A40
(56,42,64)
#312638
(49,38,56)
#2A2230
(42,34,48)
#231E28
(35,30,40)
#1C1A20
(28,26,32)
#151618
(21,22,24)
#0E1210
(14,18,16)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #4D3658

#4D3658
(77,54,88)
#5D4867
(93,72,103)
#6D5A76
(109,90,118)
#7D6C85
(125,108,133)
#8D7E94
(141,126,148)
#9D90A3
(157,144,163)
#ADA2B2
(173,162,178)
#BDB4C1
(189,180,193)
#CDC6D0
(205,198,208)
#DDD8DF
(221,216,223)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3658; }

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

This text font color is #4D3658.


Background Color

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

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

This div background color is #4D3658.


Border color

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

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

This div border color is #4D3658.


Opacity

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

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

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

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

This text has shadow with #4D3658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3658 on black background.


Color preview on white background

This text has color #4D3658 on white background.



Black color preview on #4D3658 background

This text has black color on #4D3658 background.


White color preview on #4D3658 background

This text has white color on #4D3658 background.