COLOR #3B0E31

HEX: #3B0E31
RGB: (59,14,49)

Color info

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

RGB color model

#3B0E31 color RGB value is (59,14,49).

  • red value is 59;
  • green value is 14;
  • blue value is 49.
RGB:
(59,14,49)
(23%,5%,19%)

RGB channels and saturation

R 59 of 255 = 23%
G 14 of 255 = 5%
B 49 of 255 = 19%

59
14
49

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

Portions of RGB colors in percentages

R + G + B =
59 + 14 + 49 = 122 (100%)
R 59 of 122 ~ 48.36%
G 14 of 122 ~ 11.48%
B 49 of 122 ~ 40.16%

%48.36
%11.48
%40.16

CMYK color model

#3B0E31 color CMYK value is (0,76,17,77).

  • cyan value is 0.00%
  • magenta value is 76.27%
  • yellow value is 16.95%
  • key color value is 76.86%
CMYK:
(0,76,17,77)
C0M76Y17K77 
(0%,76%,17%,77%)
(0.00/0.76/0.17/0.77)	

CMYK percentages

%0
%76.27
%16.95
%76.86

Codes

Color #3B0E31 in popluar color models

3B0E31
RGB591449
HSL313°61.64%14.31%
HSB/HSV313°76.27%23.14%
CMYK0.00%76.27%16.95%
76.86%

Color #3B0E31 in popluar number systems.

HEX3B0E31
Decimal591449
Binary1110111110110001
Octal731661

Shades and tints

Shades of #3B0E31

#3B0E31
(59,14,49)
#360D2D
(54,13,45)
#310C29
(49,12,41)
#2C0B25
(44,11,37)
#270A21
(39,10,33)
#22091D
(34,9,29)
#1D0819
(29,8,25)
#180715
(24,7,21)
#130611
(19,6,17)
#0E050D
(14,5,13)
#090409
(9,4,9)
#000000
(0,0,0)

Tints of #3B0E31

#3B0E31
(59,14,49)
#4C2343
(76,35,67)
#5D3855
(93,56,85)
#6E4D67
(110,77,103)
#7F6279
(127,98,121)
#90778B
(144,119,139)
#A18C9D
(161,140,157)
#B2A1AF
(178,161,175)
#C3B6C1
(195,182,193)
#D4CBD3
(212,203,211)
#E5E0E5
(229,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B0E31; }

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

This text font color is #3B0E31.


Background Color

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

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

This div background color is #3B0E31.


Border color

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

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

This div border color is #3B0E31.


Opacity

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

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

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

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

This text has shadow with #3B0E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0E31 on black background.


Color preview on white background

This text has color #3B0E31 on white background.



Black color preview on #3B0E31 background

This text has black color on #3B0E31 background.


White color preview on #3B0E31 background

This text has white color on #3B0E31 background.