COLOR #3B1538

HEX: #3B1538
RGB: (59,21,56)

Color info

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

RGB color model

#3B1538 color RGB value is (59,21,56).

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

RGB channels and saturation

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

59
21
56

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

Portions of RGB colors in percentages

R + G + B =
59 + 21 + 56 = 136 (100%)
R 59 of 136 ~ 43.38%
G 21 of 136 ~ 15.44%
B 56 of 136 ~ 41.18%

%43.38
%15.44
%41.18

CMYK color model

#3B1538 color CMYK value is (0,64,5,77).

  • cyan value is 0.00%
  • magenta value is 64.41%
  • yellow value is 5.08%
  • key color value is 76.86%
CMYK:
(0,64,5,77)
C0M64Y5K77 
(0%,64%,5%,77%)
(0.00/0.64/0.05/0.77)	

CMYK percentages

%0
%64.41
%5.08
%76.86

Codes

Color #3B1538 in popluar color models

3B1538
RGB592156
HSL305°47.50%15.69%
HSB/HSV305°64.41%23.14%
CMYK0.00%64.41%5.08%
76.86%

Color #3B1538 in popluar number systems.

HEX3B1538
Decimal592156
Binary11101110101111000
Octal732570

Shades and tints

Shades of #3B1538

#3B1538
(59,21,56)
#361433
(54,20,51)
#31132E
(49,19,46)
#2C1229
(44,18,41)
#271124
(39,17,36)
#22101F
(34,16,31)
#1D0F1A
(29,15,26)
#180E15
(24,14,21)
#130D10
(19,13,16)
#0E0C0B
(14,12,11)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #3B1538

#3B1538
(59,21,56)
#4C2A4A
(76,42,74)
#5D3F5C
(93,63,92)
#6E546E
(110,84,110)
#7F6980
(127,105,128)
#907E92
(144,126,146)
#A193A4
(161,147,164)
#B2A8B6
(178,168,182)
#C3BDC8
(195,189,200)
#D4D2DA
(212,210,218)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1538; }

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

This text font color is #3B1538.


Background Color

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

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

This div background color is #3B1538.


Border color

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

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

This div border color is #3B1538.


Opacity

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

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

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

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

This text has shadow with #3B1538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1538 on black background.


Color preview on white background

This text has color #3B1538 on white background.



Black color preview on #3B1538 background

This text has black color on #3B1538 background.


White color preview on #3B1538 background

This text has white color on #3B1538 background.