COLOR #4D3055

HEX: #4D3055
RGB: (77,48,85)

Color info

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

RGB color model

#4D3055 color RGB value is (77,48,85).

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

RGB channels and saturation

R 77 of 255 = 30%
G 48 of 255 = 19%
B 85 of 255 = 33%

77
48
85

R + G + B ~ 27%. #4D3055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 48 + 85 = 210 (100%)
R 77 of 210 ~ 36.67%
G 48 of 210 ~ 22.86%
B 85 of 210 ~ 40.48%

%36.67
%22.86
%40.48

CMYK color model

#4D3055 color CMYK value is (9,44,0,67).

  • cyan value is 9.41%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(9,44,0,67)
C9M44Y0K67 
(9%,44%,0%,67%)
(0.09/0.44/0.00/0.67)	

CMYK percentages

%9.41
%43.53
%0
%66.67

Codes

Color #4D3055 in popluar color models

4D3055
RGB774885
HSL287°27.82%26.08%
HSB/HSV287°43.53%33.33%
CMYK9.41%43.53%0.00%
66.67%

Color #4D3055 in popluar number systems.

HEX4D3055
Decimal774885
Binary10011011100001010101
Octal11560125

Shades and tints

Shades of #4D3055

#4D3055
(77,48,85)
#462C4E
(70,44,78)
#3F2847
(63,40,71)
#382440
(56,36,64)
#312039
(49,32,57)
#2A1C32
(42,28,50)
#23182B
(35,24,43)
#1C1424
(28,20,36)
#15101D
(21,16,29)
#0E0C16
(14,12,22)
#07080F
(7,8,15)
#000000
(0,0,0)

Tints of #4D3055

#4D3055
(77,48,85)
#5D4264
(93,66,100)
#6D5473
(109,84,115)
#7D6682
(125,102,130)
#8D7891
(141,120,145)
#9D8AA0
(157,138,160)
#AD9CAF
(173,156,175)
#BDAEBE
(189,174,190)
#CDC0CD
(205,192,205)
#DDD2DC
(221,210,220)
#EDE4EB
(237,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3055; }

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

This text font color is #4D3055.


Background Color

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

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

This div background color is #4D3055.


Border color

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

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

This div border color is #4D3055.


Opacity

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

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

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

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

This text has shadow with #4D3055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3055 on black background.


Color preview on white background

This text has color #4D3055 on white background.



Black color preview on #4D3055 background

This text has black color on #4D3055 background.


White color preview on #4D3055 background

This text has white color on #4D3055 background.