COLOR #3B113E

HEX: #3B113E
RGB: (59,17,62)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

59
17
62

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

Portions of RGB colors in percentages

R + G + B =
59 + 17 + 62 = 138 (100%)
R 59 of 138 ~ 42.75%
G 17 of 138 ~ 12.32%
B 62 of 138 ~ 44.93%

%42.75
%12.32
%44.93

CMYK color model

#3B113E color CMYK value is (5,73,0,76).

  • cyan value is 4.84%
  • magenta value is 72.58%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(5,73,0,76)
C5M73Y0K76 
(5%,73%,0%,76%)
(0.05/0.73/0.00/0.76)	

CMYK percentages

%4.84
%72.58
%0
%75.69

Codes

Color #3B113E in popluar color models

3B113E
RGB591762
HSL296°56.96%15.49%
HSB/HSV296°72.58%24.31%
CMYK4.84%72.58%0.00%
75.69%

Color #3B113E in popluar number systems.

HEX3B113E
Decimal591762
Binary11101110001111110
Octal732176

Shades and tints

Shades of #3B113E

#3B113E
(59,17,62)
#361039
(54,16,57)
#310F34
(49,15,52)
#2C0E2F
(44,14,47)
#270D2A
(39,13,42)
#220C25
(34,12,37)
#1D0B20
(29,11,32)
#180A1B
(24,10,27)
#130916
(19,9,22)
#0E0811
(14,8,17)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #3B113E

#3B113E
(59,17,62)
#4C264F
(76,38,79)
#5D3B60
(93,59,96)
#6E5071
(110,80,113)
#7F6582
(127,101,130)
#907A93
(144,122,147)
#A18FA4
(161,143,164)
#B2A4B5
(178,164,181)
#C3B9C6
(195,185,198)
#D4CED7
(212,206,215)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B113E; }

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

This text font color is #3B113E.


Background Color

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

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

This div background color is #3B113E.


Border color

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

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

This div border color is #3B113E.


Opacity

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

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

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

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

This text has shadow with #3B113E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B113E on black background.


Color preview on white background

This text has color #3B113E on white background.



Black color preview on #3B113E background

This text has black color on #3B113E background.


White color preview on #3B113E background

This text has white color on #3B113E background.