COLOR #3B2539

HEX: #3B2539 RGB: (59,37,57)

Color info

#3B2539 contains red, green and blue colors in about the same proportion. Web safe color of #3B2539 is #333333 (or #333).

RGB color model

#3B2539 color RGB value is (59,37,57).

RGB: (59,37,57) (23%, 15%, 22%)

RGB channels and saturation

R 59 of 255 = 23%
G 37 of 255 = 15%
B 57 of 255 = 22%

59
37
57

R + G + B ~ 20%. #3B2539 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 37 + 57 = 153 (100%)
R 59 of 153 ~ 38.56%
G 37 of 153 ~ 24.18%
B 57 of 153 ~ 37.25'%

%38.56
%24.18
%37.25

CMYK color model

#3B2539 color CMYK value is (0,37,3,77).

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 3.39%
  • key color value is 76.86%

CMYK: (0,37,3,77)
C0M37Y3K77 (0%, 37%, 3%, 77%)
(0.00 / 0.37 / 0.03 / 0.77)

CMYK percentages

%0
%37.29
%3.39
%76.86

Codes

Color #3B2539 in popluar color models

3B 25 39
RGB 59 37 57
HSL 305° 22.92% 18.82%
HSB/HSV 305° 37.29% 23.14%
CMYK 0.00% 37.29% 3.39%
76.86%

Color #3B2539 in popluar number systems.

HEX 3B 25 39
Decimal 59 37 57
Binary 111011 100101 111001
Octal 73 45 71

Shades and tints

Shades of #3B2539

#3B2539
(59,37,57)
#362234
(54,34,52)
#311F2F
(49,31,47)
#2C1C2A
(44,28,42)
#271925
(39,25,37)
#221620
(34,22,32)
#1D131B
(29,19,27)
#181016
(24,16,22)
#130D11
(19,13,17)
#0E0A0C
(14,10,12)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #3B2539

#3B2539
(59,37,57)
#4C384B
(76,56,75)
#5D4B5D
(93,75,93)
#6E5E6F
(110,94,111)
#7F7181
(127,113,129)
#908493
(144,132,147)
#A197A5
(161,151,165)
#B2AAB7
(178,170,183)
#C3BDC9
(195,189,201)
#D4D0DB
(212,208,219)
#E5E3ED
(229,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2539; }

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

This text font color is #3B2539.

Background Color

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

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

This div background color is #3B2539.

Border color

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

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

This div border color is #3B2539.

Opacity

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

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

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

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

This text has shadow with #3B2539 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2539.

Preview

Color preview on black background

This text has color #3B2539 on black background.


Color preview on white background

This text has color #3B2539 on white background.


Black color preview on #3B2539 background

This text has black color on #3B2539 background.


White color preview on #3B2539 background

This text has white color on #3B2539 background.


Related colors

Complementary color

Complementary color for #hex is #C4DAC6.


I love getcolorcode.com

Triadic colors

1 #393B25 and #25393B with #3B2539 are triadic colors.

2 #39253B and #253B39 with #3B2539 are triadic colors.