COLOR #3B1537

HEX: #3B1537
RGB: (59,21,55)

Color info

#3B1537 contains red, green and blue colors in about the same proportion. Web safe color of #3B1537 is #330033 (or #303).

RGB color model

#3B1537 color RGB value is (59,21,55).

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

RGB channels and saturation

R 59 of 255 = 23%
G 21 of 255 = 8%
B 55 of 255 = 22%

59
21
55

R + G + B ~ 18%. #3B1537 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 21 + 55 = 135 (100%)
R 59 of 135 ~ 43.7%
G 21 of 135 ~ 15.56%
B 55 of 135 ~ 40.74%

%43.7
%15.56
%40.74

CMYK color model

#3B1537 color CMYK value is (0,64,7,77).

  • cyan value is 0.00%
  • magenta value is 64.41%
  • yellow value is 6.78%
  • key color value is 76.86%
CMYK:
(0,64,7,77)
C0M64Y7K77 
(0%,64%,7%,77%)
(0.00/0.64/0.07/0.77)	

CMYK percentages

%0
%64.41
%6.78
%76.86

Codes

Color #3B1537 in popluar color models

3B1537
RGB592155
HSL306°47.50%15.69%
HSB/HSV306°64.41%23.14%
CMYK0.00%64.41%6.78%
76.86%

Color #3B1537 in popluar number systems.

HEX3B1537
Decimal592155
Binary11101110101110111
Octal732567

Shades and tints

Shades of #3B1537

#3B1537
(59,21,55)
#361432
(54,20,50)
#31132D
(49,19,45)
#2C1228
(44,18,40)
#271123
(39,17,35)
#22101E
(34,16,30)
#1D0F19
(29,15,25)
#180E14
(24,14,20)
#130D0F
(19,13,15)
#0E0C0A
(14,12,10)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #3B1537

#3B1537
(59,21,55)
#4C2A49
(76,42,73)
#5D3F5B
(93,63,91)
#6E546D
(110,84,109)
#7F697F
(127,105,127)
#907E91
(144,126,145)
#A193A3
(161,147,163)
#B2A8B5
(178,168,181)
#C3BDC7
(195,189,199)
#D4D2D9
(212,210,217)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1537; }

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

This text font color is #3B1537.


Background Color

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

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

This div background color is #3B1537.


Border color

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

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

This div border color is #3B1537.


Opacity

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

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

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

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

This text has shadow with #3B1537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1537 on black background.


Color preview on white background

This text has color #3B1537 on white background.



Black color preview on #3B1537 background

This text has black color on #3B1537 background.


White color preview on #3B1537 background

This text has white color on #3B1537 background.