COLOR #4D265D

HEX: #4D265D
RGB: (77,38,93)

Color info

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

RGB color model

#4D265D color RGB value is (77,38,93).

  • red value is 77;
  • green value is 38;
  • blue value is 93.
RGB:
(77,38,93)
(30%,15%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 38 of 255 = 15%
B 93 of 255 = 36%

77
38
93

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

Portions of RGB colors in percentages

R + G + B =
77 + 38 + 93 = 208 (100%)
R 77 of 208 ~ 37.02%
G 38 of 208 ~ 18.27%
B 93 of 208 ~ 44.71%

%37.02
%18.27
%44.71

CMYK color model

#4D265D color CMYK value is (17,59,0,64).

  • cyan value is 17.20%
  • magenta value is 59.14%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(17,59,0,64)
C17M59Y0K64 
(17%,59%,0%,64%)
(0.17/0.59/0.00/0.64)	

CMYK percentages

%17.2
%59.14
%0
%63.53

Codes

Color #4D265D in popluar color models

4D265D
RGB773893
HSL283°41.98%25.69%
HSB/HSV283°59.14%36.47%
CMYK17.20%59.14%0.00%
63.53%

Color #4D265D in popluar number systems.

HEX4D265D
Decimal773893
Binary10011011001101011101
Octal11546135

Shades and tints

Shades of #4D265D

#4D265D
(77,38,93)
#462355
(70,35,85)
#3F204D
(63,32,77)
#381D45
(56,29,69)
#311A3D
(49,26,61)
#2A1735
(42,23,53)
#23142D
(35,20,45)
#1C1125
(28,17,37)
#150E1D
(21,14,29)
#0E0B15
(14,11,21)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #4D265D

#4D265D
(77,38,93)
#5D396B
(93,57,107)
#6D4C79
(109,76,121)
#7D5F87
(125,95,135)
#8D7295
(141,114,149)
#9D85A3
(157,133,163)
#AD98B1
(173,152,177)
#BDABBF
(189,171,191)
#CDBECD
(205,190,205)
#DDD1DB
(221,209,219)
#EDE4E9
(237,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D265D color. Also use rgb(77,38,93) instead hex code.

Text Font Color

.myTextColor { color: #4D265D; }

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

This text font color is #4D265D.


Background Color

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

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

This div background color is #4D265D.


Border color

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

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

This div border color is #4D265D.


Opacity

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

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

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

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

This text has shadow with #4D265D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D265D on black background.


Color preview on white background

This text has color #4D265D on white background.



Black color preview on #4D265D background

This text has black color on #4D265D background.


White color preview on #4D265D background

This text has white color on #4D265D background.