COLOR #3B0A37

HEX: #3B0A37
RGB: (59,10,55)

Color info

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

RGB color model

#3B0A37 color RGB value is (59,10,55).

  • red value is 59;
  • green value is 10;
  • blue value is 55.
RGB:
(59,10,55)
(23%,4%,22%)

RGB channels and saturation

R 59 of 255 = 23%
G 10 of 255 = 4%
B 55 of 255 = 22%

59
10
55

R + G + B ~ 16%. #3B0A37 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 10 + 55 = 124 (100%)
R 59 of 124 ~ 47.58%
G 10 of 124 ~ 8.06%
B 55 of 124 ~ 44.35%

%47.58
%44.35

CMYK color model

#3B0A37 color CMYK value is (0,83,7,77).

  • cyan value is 0.00%
  • magenta value is 83.05%
  • yellow value is 6.78%
  • key color value is 76.86%
CMYK:
(0,83,7,77)
C0M83Y7K77 
(0%,83%,7%,77%)
(0.00/0.83/0.07/0.77)	

CMYK percentages

%0
%83.05
%6.78
%76.86

Codes

Color #3B0A37 in popluar color models

3B0A37
RGB591055
HSL305°71.01%13.53%
HSB/HSV305°83.05%23.14%
CMYK0.00%83.05%6.78%
76.86%

Color #3B0A37 in popluar number systems.

HEX3B0A37
Decimal591055
Binary1110111010110111
Octal731267

Shades and tints

Shades of #3B0A37

#3B0A37
(59,10,55)
#360A32
(54,10,50)
#310A2D
(49,10,45)
#2C0A28
(44,10,40)
#270A23
(39,10,35)
#220A1E
(34,10,30)
#1D0A19
(29,10,25)
#180A14
(24,10,20)
#130A0F
(19,10,15)
#0E0A0A
(14,10,10)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #3B0A37

#3B0A37
(59,10,55)
#4C2049
(76,32,73)
#5D365B
(93,54,91)
#6E4C6D
(110,76,109)
#7F627F
(127,98,127)
#907891
(144,120,145)
#A18EA3
(161,142,163)
#B2A4B5
(178,164,181)
#C3BAC7
(195,186,199)
#D4D0D9
(212,208,217)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B0A37; }

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

This text font color is #3B0A37.


Background Color

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

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

This div background color is #3B0A37.


Border color

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

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

This div border color is #3B0A37.


Opacity

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

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

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

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

This text has shadow with #3B0A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0A37 on black background.


Color preview on white background

This text has color #3B0A37 on white background.



Black color preview on #3B0A37 background

This text has black color on #3B0A37 background.


White color preview on #3B0A37 background

This text has white color on #3B0A37 background.