COLOR #3B1311

HEX: #3B1311 RGB: (59,19,17)

Color info

#3B1311 contains red, green and blue colors in about the same proportion. Web safe color of #3B1311 is #330000 (or #300).

RGB color model

#3B1311 color RGB value is (59,19,17).

RGB: (59,19,17) (23%, 7%, 7%)

RGB channels and saturation

R 59 of 255 = 23%
G 19 of 255 = 7%
B 17 of 255 = 7%

59
19
17

R + G + B ~ 12%. #3B1311 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 19 + 17 = 95 (100%)
R 59 of 95 ~ 62.11%
G 19 of 95 ~ 20%
B 17 of 95 ~ 17.89'%

%62.11
%20
%17.89

CMYK color model

#3B1311 color CMYK value is (0,68,71,77).

  • cyan value is 0.00%
  • magenta value is 67.80%
  • yellow value is 71.19%
  • key color value is 76.86%

CMYK: (0,68,71,77)
C0M68Y71K77 (0%, 68%, 71%, 77%)
(0.00 / 0.68 / 0.71 / 0.77)

CMYK percentages

%0
%67.8
%71.19
%76.86

Codes

Color #3B1311 in popluar color models

3B 13 11
RGB 59 19 17
HSL 55.26% 14.90%
HSB/HSV 71.19% 23.14%
CMYK 0.00% 67.80% 71.19%
76.86%

Color #3B1311 in popluar number systems.

HEX 3B 13 11
Decimal 59 19 17
Binary 111011 10011 10001
Octal 73 23 21

Shades and tints

Shades of #3B1311

#3B1311
(59,19,17)
#361210
(54,18,16)
#31110F
(49,17,15)
#2C100E
(44,16,14)
#270F0D
(39,15,13)
#220E0C
(34,14,12)
#1D0D0B
(29,13,11)
#180C0A
(24,12,10)
#130B09
(19,11,9)
#0E0A08
(14,10,8)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #3B1311

#3B1311
(59,19,17)
#4C2826
(76,40,38)
#5D3D3B
(93,61,59)
#6E5250
(110,82,80)
#7F6765
(127,103,101)
#907C7A
(144,124,122)
#A1918F
(161,145,143)
#B2A6A4
(178,166,164)
#C3BBB9
(195,187,185)
#D4D0CE
(212,208,206)
#E5E5E3
(229,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1311; }

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

This text font color is #3B1311.

Background Color

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

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

This div background color is #3B1311.

Border color

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

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

This div border color is #3B1311.

Opacity

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

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

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

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

This text has shadow with #3B1311 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B1311.

Preview

Color preview on black background

This text has color #3B1311 on black background.


Color preview on white background

This text has color #3B1311 on white background.


Black color preview on #3B1311 background

This text has black color on #3B1311 background.


White color preview on #3B1311 background

This text has white color on #3B1311 background.


Related colors

Complementary color

Complementary color for #hex is #C4ECEE.


I love getcolorcode.com

Triadic colors

1 #113B13 and #13113B with #3B1311 are triadic colors.

2 #11133B and #133B11 with #3B1311 are triadic colors.