COLOR #3B1524

HEX: #3B1524
RGB: (59,21,36)

Color info

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

RGB color model

#3B1524 color RGB value is (59,21,36).

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

RGB channels and saturation

R 59 of 255 = 23%
G 21 of 255 = 8%
B 36 of 255 = 14%

59
21
36

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

Portions of RGB colors in percentages

R + G + B =
59 + 21 + 36 = 116 (100%)
R 59 of 116 ~ 50.86%
G 21 of 116 ~ 18.1%
B 36 of 116 ~ 31.03%

%50.86
%18.1
%31.03

CMYK color model

#3B1524 color CMYK value is (0,64,39,77).

  • cyan value is 0.00%
  • magenta value is 64.41%
  • yellow value is 38.98%
  • key color value is 76.86%
CMYK:
(0,64,39,77)
C0M64Y39K77 
(0%,64%,39%,77%)
(0.00/0.64/0.39/0.77)	

CMYK percentages

%0
%64.41
%38.98
%76.86

Codes

Color #3B1524 in popluar color models

3B1524
RGB592136
HSL336°47.50%15.69%
HSB/HSV336°64.41%23.14%
CMYK0.00%64.41%38.98%
76.86%

Color #3B1524 in popluar number systems.

HEX3B1524
Decimal592136
Binary11101110101100100
Octal732544

Shades and tints

Shades of #3B1524

#3B1524
(59,21,36)
#361421
(54,20,33)
#31131E
(49,19,30)
#2C121B
(44,18,27)
#271118
(39,17,24)
#221015
(34,16,21)
#1D0F12
(29,15,18)
#180E0F
(24,14,15)
#130D0C
(19,13,12)
#0E0C09
(14,12,9)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #3B1524

#3B1524
(59,21,36)
#4C2A37
(76,42,55)
#5D3F4A
(93,63,74)
#6E545D
(110,84,93)
#7F6970
(127,105,112)
#907E83
(144,126,131)
#A19396
(161,147,150)
#B2A8A9
(178,168,169)
#C3BDBC
(195,189,188)
#D4D2CF
(212,210,207)
#E5E7E2
(229,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1524; }

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

This text font color is #3B1524.


Background Color

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

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

This div background color is #3B1524.


Border color

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

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

This div border color is #3B1524.


Opacity

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

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

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

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

This text has shadow with #3B1524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1524 on black background.


Color preview on white background

This text has color #3B1524 on white background.



Black color preview on #3B1524 background

This text has black color on #3B1524 background.


White color preview on #3B1524 background

This text has white color on #3B1524 background.