COLOR #3D1F57

HEX: #3D1F57
RGB: (61,31,87)

Color info

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

RGB color model

#3D1F57 color RGB value is (61,31,87).

  • red value is 61;
  • green value is 31;
  • blue value is 87.
RGB:
(61,31,87)
(24%,12%,34%)

RGB channels and saturation

R 61 of 255 = 24%
G 31 of 255 = 12%
B 87 of 255 = 34%

61
31
87

R + G + B ~ 23%. #3D1F57 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 31 + 87 = 179 (100%)
R 61 of 179 ~ 34.08%
G 31 of 179 ~ 17.32%
B 87 of 179 ~ 48.6%

%34.08
%17.32
%48.6

CMYK color model

#3D1F57 color CMYK value is (30,64,0,66).

  • cyan value is 29.89%
  • magenta value is 64.37%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(30,64,0,66)
C30M64Y0K66 
(30%,64%,0%,66%)
(0.30/0.64/0.00/0.66)	

CMYK percentages

%29.89
%64.37
%0
%65.88

Codes

Color #3D1F57 in popluar color models

3D1F57
RGB613187
HSL272°47.46%23.14%
HSB/HSV272°64.37%34.12%
CMYK29.89%64.37%0.00%
65.88%

Color #3D1F57 in popluar number systems.

HEX3D1F57
Decimal613187
Binary111101111111010111
Octal7537127

Shades and tints

Shades of #3D1F57

#3D1F57
(61,31,87)
#381D50
(56,29,80)
#331B49
(51,27,73)
#2E1942
(46,25,66)
#29173B
(41,23,59)
#241534
(36,21,52)
#1F132D
(31,19,45)
#1A1126
(26,17,38)
#150F1F
(21,15,31)
#100D18
(16,13,24)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #3D1F57

#3D1F57
(61,31,87)
#4E3366
(78,51,102)
#5F4775
(95,71,117)
#705B84
(112,91,132)
#816F93
(129,111,147)
#9283A2
(146,131,162)
#A397B1
(163,151,177)
#B4ABC0
(180,171,192)
#C5BFCF
(197,191,207)
#D6D3DE
(214,211,222)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D1F57 color. Also use rgb(61,31,87) instead hex code.

Text Font Color

.myTextColor { color: #3D1F57; }

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

This text font color is #3D1F57.


Background Color

.myBgColor { background-color: #3D1F57; }

<div style="background-color:#3D1F57">Inner text</div>

This div background color is #3D1F57.


Border color

.myBorderColor { border: 1px solid #3D1F57; }

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

This div border color is #3D1F57.


Opacity

.myOpacity80 { color: #3D1F57; opacity: 0.8; }

<p style="color:#3D1F57;opacity:0.8;">80%</p>

Text with #3D1F57 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 #3D1F57;}

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

This text has shadow with #3D1F57 color.

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

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

This text has shadow with #3D1F57 primary color and red secondary color.


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

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

This text has shadow with #3D1F57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D1F57 on black background.


Color preview on white background

This text has color #3D1F57 on white background.



Black color preview on #3D1F57 background

This text has black color on #3D1F57 background.


White color preview on #3D1F57 background

This text has white color on #3D1F57 background.