COLOR #3B2538

HEX: #3B2538 RGB: (59,37,56)

Color info

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

RGB color model

#3B2538 color RGB value is (59,37,56).

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

RGB channels and saturation

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

59
37
56

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

Portions of RGB colors in percentages

R + G + B = 59 + 37 + 56 = 152 (100%)
R 59 of 152 ~ 38.82%
G 37 of 152 ~ 24.34%
B 56 of 152 ~ 36.84'%

%38.82
%24.34
%36.84

CMYK color model

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

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

CMYK: (0,37,5,77)
C0M37Y5K77 (0%, 37%, 5%, 77%)
(0.00 / 0.37 / 0.05 / 0.77)

CMYK percentages

%0
%37.29
%5.08
%76.86

Codes

Color #3B2538 in popluar color models

3B 25 38
RGB 59 37 56
HSL 308° 22.92% 18.82%
HSB/HSV 308° 37.29% 23.14%
CMYK 0.00% 37.29% 5.08%
76.86%

Color #3B2538 in popluar number systems.

HEX 3B 25 38
Decimal 59 37 56
Binary 111011 100101 111000
Octal 73 45 70

Shades and tints

Shades of #3B2538

#3B2538
(59,37,56)
#362233
(54,34,51)
#311F2E
(49,31,46)
#2C1C29
(44,28,41)
#271924
(39,25,36)
#22161F
(34,22,31)
#1D131A
(29,19,26)
#181015
(24,16,21)
#130D10
(19,13,16)
#0E0A0B
(14,10,11)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #3B2538

#3B2538
(59,37,56)
#4C384A
(76,56,74)
#5D4B5C
(93,75,92)
#6E5E6E
(110,94,110)
#7F7180
(127,113,128)
#908492
(144,132,146)
#A197A4
(161,151,164)
#B2AAB6
(178,170,182)
#C3BDC8
(195,189,200)
#D4D0DA
(212,208,218)
#E5E3EC
(229,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2538; }

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

This text font color is #3B2538.

Background Color

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

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

This div background color is #3B2538.

Border color

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

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

This div border color is #3B2538.

Opacity

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

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

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

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

This text has shadow with #3B2538 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2538.

Preview

Color preview on black background

This text has color #3B2538 on black background.


Color preview on white background

This text has color #3B2538 on white background.


Black color preview on #3B2538 background

This text has black color on #3B2538 background.


White color preview on #3B2538 background

This text has white color on #3B2538 background.


Related colors

Complementary color

Complementary color for #hex is #C4DAC7.


I love getcolorcode.com

Triadic colors

1 #383B25 and #25383B with #3B2538 are triadic colors.

2 #38253B and #253B38 with #3B2538 are triadic colors.