COLOR #4D357D

HEX: #4D357D RGB: (77,53,125)

Color info

#4D357D contains mainly red and blue colors. Web safe color of #4D357D is #333366 (or #336).

RGB color model

#4D357D color RGB value is (77,53,125).

RGB: (77,53,125) (30%, 21%, 49%)

RGB channels and saturation

R 77 of 255 = 30%
G 53 of 255 = 21%
B 125 of 255 = 49%

77
53
125

R + G + B ~ 33%. #4D357D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 53 + 125 = 255 (100%)
R 77 of 255 ~ 30.2%
G 53 of 255 ~ 20.78%
B 125 of 255 ~ 49.02'%

%30.2
%20.78
%49.02

CMYK color model

#4D357D color CMYK value is (38,58,0,51).

  • cyan value is 38.40%
  • magenta value is 57.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (38,58,0,51) C38M58Y0K51 (38%,58%,0%,51%) (0.38/0.58/0.00/0.51) 

CMYK percentages

%38.4
%57.6
%0
%50.98

Codes

Color #4D357D in popluar color models

4D 35 7D
RGB 77 53 125
HSL 260° 40.45% 34.90%
HSB/HSV 260° 57.60% 49.02%
CMYK 38.40% 57.60% 0.00%
50.98%

Color #4D357D in popluar number systems.

HEX 4D 35 7D
Decimal 77 53 125
Binary 1001101 110101 1111101
Octal 115 65 175

Shades and tints

Shades of #4D357D

#4D357D
(77,53,125)
#463172
(70,49,114)
#3F2D67
(63,45,103)
#38295C
(56,41,92)
#312551
(49,37,81)
#2A2146
(42,33,70)
#231D3B
(35,29,59)
#1C1930
(28,25,48)
#151525
(21,21,37)
#0E111A
(14,17,26)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #4D357D

#4D357D
(77,53,125)
#5D4788
(93,71,136)
#6D5993
(109,89,147)
#7D6B9E
(125,107,158)
#8D7DA9
(141,125,169)
#9D8FB4
(157,143,180)
#ADA1BF
(173,161,191)
#BDB3CA
(189,179,202)
#CDC5D5
(205,197,213)
#DDD7E0
(221,215,224)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D357D color. Also use rgb(77,53,125) instead hex code.

Text Font Color

.myTextColor { color: #4D357D; }

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

This text font color is #4D357D.

Background Color

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

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

This div background color is #4D357D.

Border color

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

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

This div border color is #4D357D.

Opacity

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

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

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

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

This text has shadow with #4D357D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D357D.

Preview

Color preview on black background

This text has color #4D357D on black background.


Color preview on white background

This text has color #4D357D on white background.


Black color preview on #4D357D background

This text has black color on #4D357D background.


White color preview on #4D357D background

This text has white color on #4D357D background.


Related colors

Complementary color

Complementary color for #hex is #B2CA82.


I love getcolorcode.com

Triadic colors

1 #7D4D35 and #357D4D with #4D357D are triadic colors.

2 #7D354D and #354D7D with #4D357D are triadic colors.