COLOR #3B2537

HEX: #3B2537
RGB: (59,37,55)

Color info

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

RGB color model

#3B2537 color RGB value is (59,37,55).

  • red value is 59;
  • green value is 37;
  • blue value is 55.
RGB:
(59,37,55)
(23%,15%,22%)

RGB channels and saturation

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

59
37
55

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

Portions of RGB colors in percentages

R + G + B =
59 + 37 + 55 = 151 (100%)
R 59 of 151 ~ 39.07%
G 37 of 151 ~ 24.5%
B 55 of 151 ~ 36.42%

%39.07
%24.5
%36.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 6.78%
  • key color value is 76.86%
CMYK:
(0,37,7,77)
C0M37Y7K77 
(0%,37%,7%,77%)
(0.00/0.37/0.07/0.77)	

CMYK percentages

%0
%37.29
%6.78
%76.86

Codes

Color #3B2537 in popluar color models

3B2537
RGB593755
HSL311°22.92%18.82%
HSB/HSV311°37.29%23.14%
CMYK0.00%37.29%6.78%
76.86%

Color #3B2537 in popluar number systems.

HEX3B2537
Decimal593755
Binary111011100101110111
Octal734567

Shades and tints

Shades of #3B2537

#3B2537
(59,37,55)
#362232
(54,34,50)
#311F2D
(49,31,45)
#2C1C28
(44,28,40)
#271923
(39,25,35)
#22161E
(34,22,30)
#1D1319
(29,19,25)
#181014
(24,16,20)
#130D0F
(19,13,15)
#0E0A0A
(14,10,10)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #3B2537

#3B2537
(59,37,55)
#4C3849
(76,56,73)
#5D4B5B
(93,75,91)
#6E5E6D
(110,94,109)
#7F717F
(127,113,127)
#908491
(144,132,145)
#A197A3
(161,151,163)
#B2AAB5
(178,170,181)
#C3BDC7
(195,189,199)
#D4D0D9
(212,208,217)
#E5E3EB
(229,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2537; }

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

This text font color is #3B2537.


Background Color

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

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

This div background color is #3B2537.


Border color

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

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

This div border color is #3B2537.


Opacity

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

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

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

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

This text has shadow with #3B2537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2537 on black background.


Color preview on white background

This text has color #3B2537 on white background.



Black color preview on #3B2537 background

This text has black color on #3B2537 background.


White color preview on #3B2537 background

This text has white color on #3B2537 background.