COLOR #3B111F

HEX: #3B111F
RGB: (59,17,31)

Color info

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

RGB color model

#3B111F color RGB value is (59,17,31).

  • red value is 59;
  • green value is 17;
  • blue value is 31.
RGB:
(59,17,31)
(23%,7%,12%)

RGB channels and saturation

R 59 of 255 = 23%
G 17 of 255 = 7%
B 31 of 255 = 12%

59
17
31

R + G + B ~ 14%. #3B111F is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 17 + 31 = 107 (100%)
R 59 of 107 ~ 55.14%
G 17 of 107 ~ 15.89%
B 31 of 107 ~ 28.97%

%55.14
%15.89
%28.97

CMYK color model

#3B111F color CMYK value is (0,71,47,77).

  • cyan value is 0.00%
  • magenta value is 71.19%
  • yellow value is 47.46%
  • key color value is 76.86%
CMYK:
(0,71,47,77)
C0M71Y47K77 
(0%,71%,47%,77%)
(0.00/0.71/0.47/0.77)	

CMYK percentages

%0
%71.19
%47.46
%76.86

Codes

Color #3B111F in popluar color models

3B111F
RGB591731
HSL340°55.26%14.90%
HSB/HSV340°71.19%23.14%
CMYK0.00%71.19%47.46%
76.86%

Color #3B111F in popluar number systems.

HEX3B111F
Decimal591731
Binary1110111000111111
Octal732137

Shades and tints

Shades of #3B111F

#3B111F
(59,17,31)
#36101D
(54,16,29)
#310F1B
(49,15,27)
#2C0E19
(44,14,25)
#270D17
(39,13,23)
#220C15
(34,12,21)
#1D0B13
(29,11,19)
#180A11
(24,10,17)
#13090F
(19,9,15)
#0E080D
(14,8,13)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #3B111F

#3B111F
(59,17,31)
#4C2633
(76,38,51)
#5D3B47
(93,59,71)
#6E505B
(110,80,91)
#7F656F
(127,101,111)
#907A83
(144,122,131)
#A18F97
(161,143,151)
#B2A4AB
(178,164,171)
#C3B9BF
(195,185,191)
#D4CED3
(212,206,211)
#E5E3E7
(229,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B111F; }

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

This text font color is #3B111F.


Background Color

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

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

This div background color is #3B111F.


Border color

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

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

This div border color is #3B111F.


Opacity

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

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

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

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

This text has shadow with #3B111F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B111F on black background.


Color preview on white background

This text has color #3B111F on white background.



Black color preview on #3B111F background

This text has black color on #3B111F background.


White color preview on #3B111F background

This text has white color on #3B111F background.