COLOR #3D395B

HEX: #3D395B
RGB: (61,57,91)

Color info

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

RGB color model

#3D395B color RGB value is (61,57,91).

  • red value is 61;
  • green value is 57;
  • blue value is 91.
RGB:
(61,57,91)
(24%,22%,36%)

RGB channels and saturation

R 61 of 255 = 24%
G 57 of 255 = 22%
B 91 of 255 = 36%

61
57
91

R + G + B ~ 27%. #3D395B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 57 + 91 = 209 (100%)
R 61 of 209 ~ 29.19%
G 57 of 209 ~ 27.27%
B 91 of 209 ~ 43.54%

%29.19
%27.27
%43.54

CMYK color model

#3D395B color CMYK value is (33,37,0,64).

  • cyan value is 32.97%
  • magenta value is 37.36%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(33,37,0,64)
C33M37Y0K64 
(33%,37%,0%,64%)
(0.33/0.37/0.00/0.64)	

CMYK percentages

%32.97
%37.36
%0
%64.31

Codes

Color #3D395B in popluar color models

3D395B
RGB615791
HSL247°22.97%29.02%
HSB/HSV247°37.36%35.69%
CMYK32.97%37.36%0.00%
64.31%

Color #3D395B in popluar number systems.

HEX3D395B
Decimal615791
Binary1111011110011011011
Octal7571133

Shades and tints

Shades of #3D395B

#3D395B
(61,57,91)
#383453
(56,52,83)
#332F4B
(51,47,75)
#2E2A43
(46,42,67)
#29253B
(41,37,59)
#242033
(36,32,51)
#1F1B2B
(31,27,43)
#1A1623
(26,22,35)
#15111B
(21,17,27)
#100C13
(16,12,19)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #3D395B

#3D395B
(61,57,91)
#4E4B69
(78,75,105)
#5F5D77
(95,93,119)
#706F85
(112,111,133)
#818193
(129,129,147)
#9293A1
(146,147,161)
#A3A5AF
(163,165,175)
#B4B7BD
(180,183,189)
#C5C9CB
(197,201,203)
#D6DBD9
(214,219,217)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D395B color. Also use rgb(61,57,91) instead hex code.

Text Font Color

.myTextColor { color: #3D395B; }

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

This text font color is #3D395B.


Background Color

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

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

This div background color is #3D395B.


Border color

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

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

This div border color is #3D395B.


Opacity

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

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

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

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

This text has shadow with #3D395B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D395B on black background.


Color preview on white background

This text has color #3D395B on white background.



Black color preview on #3D395B background

This text has black color on #3D395B background.


White color preview on #3D395B background

This text has white color on #3D395B background.