COLOR #3B415D

HEX: #3B415D RGB: (59,65,93)

Color info

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

RGB color model

#3B415D color RGB value is (59,65,93).

RGB: (59,65,93) (23%, 25%, 36%)

RGB channels and saturation

R 59 of 255 = 23%
G 65 of 255 = 25%
B 93 of 255 = 36%

59
65
93

R + G + B ~ 28%. #3B415D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 65 + 93 = 217 (100%)
R 59 of 217 ~ 27.19%
G 65 of 217 ~ 29.95%
B 93 of 217 ~ 42.86'%

%27.19
%29.95
%42.86

CMYK color model

#3B415D color CMYK value is (37,30,0,64).

  • cyan value is 36.56%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (37,30,0,64)
C37M30Y0K64 (37%, 30%, 0%, 64%)
(0.37 / 0.30 / 0.00 / 0.64)

CMYK percentages

%36.56
%30.11
%0
%63.53

Codes

Color #3B415D in popluar color models

3B 41 5D
RGB 59 65 93
HSL 229° 22.37% 29.80%
HSB/HSV 229° 36.56% 36.47%
CMYK 36.56% 30.11% 0.00%
63.53%

Color #3B415D in popluar number systems.

HEX 3B 41 5D
Decimal 59 65 93
Binary 111011 1000001 1011101
Octal 73 101 135

Shades and tints

Shades of #3B415D

#3B415D
(59,65,93)
#363C55
(54,60,85)
#31374D
(49,55,77)
#2C3245
(44,50,69)
#272D3D
(39,45,61)
#222835
(34,40,53)
#1D232D
(29,35,45)
#181E25
(24,30,37)
#13191D
(19,25,29)
#0E1415
(14,20,21)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #3B415D

#3B415D
(59,65,93)
#4C526B
(76,82,107)
#5D6379
(93,99,121)
#6E7487
(110,116,135)
#7F8595
(127,133,149)
#9096A3
(144,150,163)
#A1A7B1
(161,167,177)
#B2B8BF
(178,184,191)
#C3C9CD
(195,201,205)
#D4DADB
(212,218,219)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B415D color. Also use rgb(59,65,93) instead hex code.

Text Font Color

.myTextColor { color: #3B415D; }

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

This text font color is #3B415D.

Background Color

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

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

This div background color is #3B415D.

Border color

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

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

This div border color is #3B415D.

Opacity

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

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

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

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

This text has shadow with #3B415D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B415D.

Preview

Color preview on black background

This text has color #3B415D on black background.


Color preview on white background

This text has color #3B415D on white background.


Black color preview on #3B415D background

This text has black color on #3B415D background.


White color preview on #3B415D background

This text has white color on #3B415D background.


Related colors

Complementary color

Complementary color for #hex is #C4BEA2.


I love getcolorcode.com

Triadic colors

1 #5D3B41 and #415D3B with #3B415D are triadic colors.

2 #5D413B and #413B5D with #3B415D are triadic colors.