COLOR #4D345E

HEX: #4D345E
RGB: (77,52,94)

Color info

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

RGB color model

#4D345E color RGB value is (77,52,94).

  • red value is 77;
  • green value is 52;
  • blue value is 94.
RGB:
(77,52,94)
(30%,20%,37%)

RGB channels and saturation

R 77 of 255 = 30%
G 52 of 255 = 20%
B 94 of 255 = 37%

77
52
94

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

Portions of RGB colors in percentages

R + G + B =
77 + 52 + 94 = 223 (100%)
R 77 of 223 ~ 34.53%
G 52 of 223 ~ 23.32%
B 94 of 223 ~ 42.15%

%34.53
%23.32
%42.15

CMYK color model

#4D345E color CMYK value is (18,45,0,63).

  • cyan value is 18.09%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(18,45,0,63)
C18M45Y0K63 
(18%,45%,0%,63%)
(0.18/0.45/0.00/0.63)	

CMYK percentages

%18.09
%44.68
%0
%63.14

Codes

Color #4D345E in popluar color models

4D345E
RGB775294
HSL276°28.77%28.63%
HSB/HSV276°44.68%36.86%
CMYK18.09%44.68%0.00%
63.14%

Color #4D345E in popluar number systems.

HEX4D345E
Decimal775294
Binary10011011101001011110
Octal11564136

Shades and tints

Shades of #4D345E

#4D345E
(77,52,94)
#463056
(70,48,86)
#3F2C4E
(63,44,78)
#382846
(56,40,70)
#31243E
(49,36,62)
#2A2036
(42,32,54)
#231C2E
(35,28,46)
#1C1826
(28,24,38)
#15141E
(21,20,30)
#0E1016
(14,16,22)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #4D345E

#4D345E
(77,52,94)
#5D466C
(93,70,108)
#6D587A
(109,88,122)
#7D6A88
(125,106,136)
#8D7C96
(141,124,150)
#9D8EA4
(157,142,164)
#ADA0B2
(173,160,178)
#BDB2C0
(189,178,192)
#CDC4CE
(205,196,206)
#DDD6DC
(221,214,220)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D345E color. Also use rgb(77,52,94) instead hex code.

Text Font Color

.myTextColor { color: #4D345E; }

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

This text font color is #4D345E.


Background Color

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

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

This div background color is #4D345E.


Border color

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

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

This div border color is #4D345E.


Opacity

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

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

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

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

This text has shadow with #4D345E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D345E on black background.


Color preview on white background

This text has color #4D345E on white background.



Black color preview on #4D345E background

This text has black color on #4D345E background.


White color preview on #4D345E background

This text has white color on #4D345E background.