COLOR #4D235A

HEX: #4D235A
RGB: (77,35,90)

Color info

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

RGB color model

#4D235A color RGB value is (77,35,90).

  • red value is 77;
  • green value is 35;
  • blue value is 90.
RGB:
(77,35,90)
(30%,14%,35%)

RGB channels and saturation

R 77 of 255 = 30%
G 35 of 255 = 14%
B 90 of 255 = 35%

77
35
90

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

Portions of RGB colors in percentages

R + G + B =
77 + 35 + 90 = 202 (100%)
R 77 of 202 ~ 38.12%
G 35 of 202 ~ 17.33%
B 90 of 202 ~ 44.55%

%38.12
%17.33
%44.55

CMYK color model

#4D235A color CMYK value is (14,61,0,65).

  • cyan value is 14.44%
  • magenta value is 61.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(14,61,0,65)
C14M61Y0K65 
(14%,61%,0%,65%)
(0.14/0.61/0.00/0.65)	

CMYK percentages

%14.44
%61.11
%0
%64.71

Codes

Color #4D235A in popluar color models

4D235A
RGB773590
HSL286°44.00%24.51%
HSB/HSV286°61.11%35.29%
CMYK14.44%61.11%0.00%
64.71%

Color #4D235A in popluar number systems.

HEX4D235A
Decimal773590
Binary10011011000111011010
Octal11543132

Shades and tints

Shades of #4D235A

#4D235A
(77,35,90)
#462052
(70,32,82)
#3F1D4A
(63,29,74)
#381A42
(56,26,66)
#31173A
(49,23,58)
#2A1432
(42,20,50)
#23112A
(35,17,42)
#1C0E22
(28,14,34)
#150B1A
(21,11,26)
#0E0812
(14,8,18)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #4D235A

#4D235A
(77,35,90)
#5D3769
(93,55,105)
#6D4B78
(109,75,120)
#7D5F87
(125,95,135)
#8D7396
(141,115,150)
#9D87A5
(157,135,165)
#AD9BB4
(173,155,180)
#BDAFC3
(189,175,195)
#CDC3D2
(205,195,210)
#DDD7E1
(221,215,225)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D235A color. Also use rgb(77,35,90) instead hex code.

Text Font Color

.myTextColor { color: #4D235A; }

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

This text font color is #4D235A.


Background Color

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

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

This div background color is #4D235A.


Border color

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

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

This div border color is #4D235A.


Opacity

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

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

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

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

This text has shadow with #4D235A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D235A on black background.


Color preview on white background

This text has color #4D235A on white background.



Black color preview on #4D235A background

This text has black color on #4D235A background.


White color preview on #4D235A background

This text has white color on #4D235A background.