COLOR #3B1328

HEX: #3B1328
RGB: (59,19,40)

Color info

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

RGB color model

#3B1328 color RGB value is (59,19,40).

  • red value is 59;
  • green value is 19;
  • blue value is 40.
RGB:
(59,19,40)
(23%,7%,16%)

RGB channels and saturation

R 59 of 255 = 23%
G 19 of 255 = 7%
B 40 of 255 = 16%

59
19
40

R + G + B ~ 15%. #3B1328 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 19 + 40 = 118 (100%)
R 59 of 118 ~ 50%
G 19 of 118 ~ 16.1%
B 40 of 118 ~ 33.9%

%50
%16.1
%33.9

CMYK color model

#3B1328 color CMYK value is (0,68,32,77).

  • cyan value is 0.00%
  • magenta value is 67.80%
  • yellow value is 32.20%
  • key color value is 76.86%
CMYK:
(0,68,32,77)
C0M68Y32K77 
(0%,68%,32%,77%)
(0.00/0.68/0.32/0.77)	

CMYK percentages

%0
%67.8
%32.2
%76.86

Codes

Color #3B1328 in popluar color models

3B1328
RGB591940
HSL329°51.28%15.29%
HSB/HSV329°67.80%23.14%
CMYK0.00%67.80%32.20%
76.86%

Color #3B1328 in popluar number systems.

HEX3B1328
Decimal591940
Binary11101110011101000
Octal732350

Shades and tints

Shades of #3B1328

#3B1328
(59,19,40)
#361225
(54,18,37)
#311122
(49,17,34)
#2C101F
(44,16,31)
#270F1C
(39,15,28)
#220E19
(34,14,25)
#1D0D16
(29,13,22)
#180C13
(24,12,19)
#130B10
(19,11,16)
#0E0A0D
(14,10,13)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #3B1328

#3B1328
(59,19,40)
#4C283B
(76,40,59)
#5D3D4E
(93,61,78)
#6E5261
(110,82,97)
#7F6774
(127,103,116)
#907C87
(144,124,135)
#A1919A
(161,145,154)
#B2A6AD
(178,166,173)
#C3BBC0
(195,187,192)
#D4D0D3
(212,208,211)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B1328 color. Also use rgb(59,19,40) instead hex code.

Text Font Color

.myTextColor { color: #3B1328; }

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

This text font color is #3B1328.


Background Color

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

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

This div background color is #3B1328.


Border color

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

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

This div border color is #3B1328.


Opacity

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

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

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

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

This text has shadow with #3B1328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1328 on black background.


Color preview on white background

This text has color #3B1328 on white background.



Black color preview on #3B1328 background

This text has black color on #3B1328 background.


White color preview on #3B1328 background

This text has white color on #3B1328 background.