COLOR #4D2955

HEX: #4D2955
RGB: (77,41,85)

Color info

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

RGB color model

#4D2955 color RGB value is (77,41,85).

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

RGB channels and saturation

R 77 of 255 = 30%
G 41 of 255 = 16%
B 85 of 255 = 33%

77
41
85

R + G + B ~ 26%. #4D2955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 41 + 85 = 203 (100%)
R 77 of 203 ~ 37.93%
G 41 of 203 ~ 20.2%
B 85 of 203 ~ 41.87%

%37.93
%20.2
%41.87

CMYK color model

#4D2955 color CMYK value is (9,52,0,67).

  • cyan value is 9.41%
  • magenta value is 51.76%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(9,52,0,67)
C9M52Y0K67 
(9%,52%,0%,67%)
(0.09/0.52/0.00/0.67)	

CMYK percentages

%9.41
%51.76
%0
%66.67

Codes

Color #4D2955 in popluar color models

4D2955
RGB774185
HSL289°34.92%24.71%
HSB/HSV289°51.76%33.33%
CMYK9.41%51.76%0.00%
66.67%

Color #4D2955 in popluar number systems.

HEX4D2955
Decimal774185
Binary10011011010011010101
Octal11551125

Shades and tints

Shades of #4D2955

#4D2955
(77,41,85)
#46264E
(70,38,78)
#3F2347
(63,35,71)
#382040
(56,32,64)
#311D39
(49,29,57)
#2A1A32
(42,26,50)
#23172B
(35,23,43)
#1C1424
(28,20,36)
#15111D
(21,17,29)
#0E0E16
(14,14,22)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #4D2955

#4D2955
(77,41,85)
#5D3C64
(93,60,100)
#6D4F73
(109,79,115)
#7D6282
(125,98,130)
#8D7591
(141,117,145)
#9D88A0
(157,136,160)
#AD9BAF
(173,155,175)
#BDAEBE
(189,174,190)
#CDC1CD
(205,193,205)
#DDD4DC
(221,212,220)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2955; }

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

This text font color is #4D2955.


Background Color

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

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

This div background color is #4D2955.


Border color

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

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

This div border color is #4D2955.


Opacity

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

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

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

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

This text has shadow with #4D2955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2955 on black background.


Color preview on white background

This text has color #4D2955 on white background.



Black color preview on #4D2955 background

This text has black color on #4D2955 background.


White color preview on #4D2955 background

This text has white color on #4D2955 background.