COLOR #3B113B

HEX: #3B113B
RGB: (59,17,59)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

59
17
59

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

Portions of RGB colors in percentages

R + G + B =
59 + 17 + 59 = 135 (100%)
R 59 of 135 ~ 43.7%
G 17 of 135 ~ 12.59%
B 59 of 135 ~ 43.7%

%43.7
%12.59
%43.7

CMYK color model

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

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

CMYK percentages

%0
%71.19
%0
%76.86

Codes

Color #3B113B in popluar color models

3B113B
RGB591759
HSL300°55.26%14.90%
HSB/HSV300°71.19%23.14%
CMYK0.00%71.19%0.00%
76.86%

Color #3B113B in popluar number systems.

HEX3B113B
Decimal591759
Binary11101110001111011
Octal732173

Shades and tints

Shades of #3B113B

#3B113B
(59,17,59)
#361036
(54,16,54)
#310F31
(49,15,49)
#2C0E2C
(44,14,44)
#270D27
(39,13,39)
#220C22
(34,12,34)
#1D0B1D
(29,11,29)
#180A18
(24,10,24)
#130913
(19,9,19)
#0E080E
(14,8,14)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #3B113B

#3B113B
(59,17,59)
#4C264C
(76,38,76)
#5D3B5D
(93,59,93)
#6E506E
(110,80,110)
#7F657F
(127,101,127)
#907A90
(144,122,144)
#A18FA1
(161,143,161)
#B2A4B2
(178,164,178)
#C3B9C3
(195,185,195)
#D4CED4
(212,206,212)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B113B; }

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

This text font color is #3B113B.


Background Color

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

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

This div background color is #3B113B.


Border color

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

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

This div border color is #3B113B.


Opacity

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

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

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

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

This text has shadow with #3B113B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B113B on black background.


Color preview on white background

This text has color #3B113B on white background.



Black color preview on #3B113B background

This text has black color on #3B113B background.


White color preview on #3B113B background

This text has white color on #3B113B background.