COLOR #3B295F

HEX: #3B295F RGB: (59,41,95)

Color info

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

RGB color model

#3B295F color RGB value is (59,41,95).

RGB: (59,41,95) (23%, 16%, 37%)

RGB channels and saturation

R 59 of 255 = 23%
G 41 of 255 = 16%
B 95 of 255 = 37%

59
41
95

R + G + B ~ 25%. #3B295F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 41 + 95 = 195 (100%)
R 59 of 195 ~ 30.26%
G 41 of 195 ~ 21.03%
B 95 of 195 ~ 48.72'%

%30.26
%21.03
%48.72

CMYK color model

#3B295F color CMYK value is (38,57,0,63).

  • cyan value is 37.89%
  • magenta value is 56.84%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (38,57,0,63)
C38M57Y0K63 (38%, 57%, 0%, 63%)
(0.38 / 0.57 / 0.00 / 0.63)

CMYK percentages

%37.89
%56.84
%0
%62.75

Codes

Color #3B295F in popluar color models

3B 29 5F
RGB 59 41 95
HSL 260° 39.71% 26.67%
HSB/HSV 260° 56.84% 37.25%
CMYK 37.89% 56.84% 0.00%
62.75%

Color #3B295F in popluar number systems.

HEX 3B 29 5F
Decimal 59 41 95
Binary 111011 101001 1011111
Octal 73 51 137

Shades and tints

Shades of #3B295F

#3B295F
(59,41,95)
#362657
(54,38,87)
#31234F
(49,35,79)
#2C2047
(44,32,71)
#271D3F
(39,29,63)
#221A37
(34,26,55)
#1D172F
(29,23,47)
#181427
(24,20,39)
#13111F
(19,17,31)
#0E0E17
(14,14,23)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #3B295F

#3B295F
(59,41,95)
#4C3C6D
(76,60,109)
#5D4F7B
(93,79,123)
#6E6289
(110,98,137)
#7F7597
(127,117,151)
#9088A5
(144,136,165)
#A19BB3
(161,155,179)
#B2AEC1
(178,174,193)
#C3C1CF
(195,193,207)
#D4D4DD
(212,212,221)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B295F color. Also use rgb(59,41,95) instead hex code.

Text Font Color

.myTextColor { color: #3B295F; }

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

This text font color is #3B295F.

Background Color

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

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

This div background color is #3B295F.

Border color

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

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

This div border color is #3B295F.

Opacity

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

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

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

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

This text has shadow with #3B295F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B295F.

Preview

Color preview on black background

This text has color #3B295F on black background.


Color preview on white background

This text has color #3B295F on white background.


Black color preview on #3B295F background

This text has black color on #3B295F background.


White color preview on #3B295F background

This text has white color on #3B295F background.


Related colors

Complementary color

Complementary color for #hex is #C4D6A0.


I love getcolorcode.com

Triadic colors

1 #5F3B29 and #295F3B with #3B295F are triadic colors.

2 #5F293B and #293B5F with #3B295F are triadic colors.