COLOR #3B003B

HEX: #3B003B
RGB: (59,0,59)

Color info

#3B003B contains only red and blue colors. Web safe color of #3B003B is #330033 (or #303).

RGB color model

#3B003B color RGB value is (59,0,59).

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

RGB channels and saturation

R 59 of 255 = 23%
G 0 of 255 = 0%
B 59 of 255 = 23%

59
0
59

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

Portions of RGB colors in percentages

R + G + B =
59 + 0 + 59 = 118 (100%)
R 59 of 118 ~ 50%
G 0 of 118 ~ 0%
B 59 of 118 ~ 50%

%50
%50

CMYK color model

#3B003B color CMYK value is (0,100,0,77).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(0,100,0,77)
C0M100Y0K77 
(0%,100%,0%,77%)
(0.00/1.00/0.00/0.77)	

CMYK percentages

%0
%100
%0
%76.86

Codes

Color #3B003B in popluar color models

3B003B
RGB59059
HSL300°100.00%11.57%
HSB/HSV300°100.00%23.14%
CMYK0.00%100.00%0.00%
76.86%

Color #3B003B in popluar number systems.

HEX3B003B
Decimal59059
Binary1110110111011
Octal73073

Shades and tints

Shades of #3B003B

#3B003B
(59,0,59)
#360036
(54,0,54)
#310031
(49,0,49)
#2C002C
(44,0,44)
#270027
(39,0,39)
#220022
(34,0,34)
#1D001D
(29,0,29)
#180018
(24,0,24)
#130013
(19,0,19)
#0E000E
(14,0,14)
#090009
(9,0,9)
#000000
(0,0,0)

Tints of #3B003B

#3B003B
(59,0,59)
#4C174C
(76,23,76)
#5D2E5D
(93,46,93)
#6E456E
(110,69,110)
#7F5C7F
(127,92,127)
#907390
(144,115,144)
#A18AA1
(161,138,161)
#B2A1B2
(178,161,178)
#C3B8C3
(195,184,195)
#D4CFD4
(212,207,212)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B003B; }

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

This text font color is #3B003B.


Background Color

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

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

This div background color is #3B003B.


Border color

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

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

This div border color is #3B003B.


Opacity

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

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

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

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

This text has shadow with #3B003B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B003B on black background.


Color preview on white background

This text has color #3B003B on white background.



Black color preview on #3B003B background

This text has black color on #3B003B background.


White color preview on #3B003B background

This text has white color on #3B003B background.