COLOR #3B395D

HEX: #3B395D RGB: (59,57,93)

Color info

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

RGB color model

#3B395D color RGB value is (59,57,93).

RGB: (59,57,93) (23%, 22%, 36%)

RGB channels and saturation

R 59 of 255 = 23%
G 57 of 255 = 22%
B 93 of 255 = 36%

59
57
93

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

Portions of RGB colors in percentages

R + G + B = 59 + 57 + 93 = 209 (100%)
R 59 of 209 ~ 28.23%
G 57 of 209 ~ 27.27%
B 93 of 209 ~ 44.5'%

%28.23
%27.27
%44.5

CMYK color model

#3B395D color CMYK value is (37,39,0,64).

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

CMYK: (37,39,0,64)
C37M39Y0K64 (37%, 39%, 0%, 64%)
(0.37 / 0.39 / 0.00 / 0.64)

CMYK percentages

%36.56
%38.71
%0
%63.53

Codes

Color #3B395D in popluar color models

3B 39 5D
RGB 59 57 93
HSL 243° 24.00% 29.41%
HSB/HSV 243° 38.71% 36.47%
CMYK 36.56% 38.71% 0.00%
63.53%

Color #3B395D in popluar number systems.

HEX 3B 39 5D
Decimal 59 57 93
Binary 111011 111001 1011101
Octal 73 71 135

Shades and tints

Shades of #3B395D

#3B395D
(59,57,93)
#363455
(54,52,85)
#312F4D
(49,47,77)
#2C2A45
(44,42,69)
#27253D
(39,37,61)
#222035
(34,32,53)
#1D1B2D
(29,27,45)
#181625
(24,22,37)
#13111D
(19,17,29)
#0E0C15
(14,12,21)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #3B395D

#3B395D
(59,57,93)
#4C4B6B
(76,75,107)
#5D5D79
(93,93,121)
#6E6F87
(110,111,135)
#7F8195
(127,129,149)
#9093A3
(144,147,163)
#A1A5B1
(161,165,177)
#B2B7BF
(178,183,191)
#C3C9CD
(195,201,205)
#D4DBDB
(212,219,219)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B395D; }

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

This text font color is #3B395D.

Background Color

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

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

This div background color is #3B395D.

Border color

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

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

This div border color is #3B395D.

Opacity

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

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

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

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

This text has shadow with #3B395D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B395D.

Preview

Color preview on black background

This text has color #3B395D on black background.


Color preview on white background

This text has color #3B395D on white background.


Black color preview on #3B395D background

This text has black color on #3B395D background.


White color preview on #3B395D background

This text has white color on #3B395D background.


Related colors

Complementary color

Complementary color for #hex is #C4C6A2.


I love getcolorcode.com

Triadic colors

1 #5D3B39 and #395D3B with #3B395D are triadic colors.

2 #5D393B and #393B5D with #3B395D are triadic colors.