COLOR #3B0331

HEX: #3B0331
RGB: (59,3,49)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 59 of 255 = 23%
G 3 of 255 = 1%
B 49 of 255 = 19%

59
3
49

R + G + B ~ 14%. #3B0331 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 3 + 49 = 111 (100%)
R 59 of 111 ~ 53.15%
G 3 of 111 ~ 2.7%
B 49 of 111 ~ 44.14%

%53.15
%44.14

CMYK color model

#3B0331 color CMYK value is (0,95,17,77).

  • cyan value is 0.00%
  • magenta value is 94.92%
  • yellow value is 16.95%
  • key color value is 76.86%
CMYK:
(0,95,17,77)
C0M95Y17K77 
(0%,95%,17%,77%)
(0.00/0.95/0.17/0.77)	

CMYK percentages

%0
%94.92
%16.95
%76.86

Codes

Color #3B0331 in popluar color models

3B0331
RGB59349
HSL311°90.32%12.16%
HSB/HSV311°94.92%23.14%
CMYK0.00%94.92%16.95%
76.86%

Color #3B0331 in popluar number systems.

HEX3B0331
Decimal59349
Binary11101111110001
Octal73361

Shades and tints

Shades of #3B0331

#3B0331
(59,3,49)
#36032D
(54,3,45)
#310329
(49,3,41)
#2C0325
(44,3,37)
#270321
(39,3,33)
#22031D
(34,3,29)
#1D0319
(29,3,25)
#180315
(24,3,21)
#130311
(19,3,17)
#0E030D
(14,3,13)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #3B0331

#3B0331
(59,3,49)
#4C1943
(76,25,67)
#5D2F55
(93,47,85)
#6E4567
(110,69,103)
#7F5B79
(127,91,121)
#90718B
(144,113,139)
#A1879D
(161,135,157)
#B29DAF
(178,157,175)
#C3B3C1
(195,179,193)
#D4C9D3
(212,201,211)
#E5DFE5
(229,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B0331; }

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

This text font color is #3B0331.


Background Color

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

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

This div background color is #3B0331.


Border color

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

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

This div border color is #3B0331.


Opacity

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

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

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

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

This text has shadow with #3B0331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0331 on black background.


Color preview on white background

This text has color #3B0331 on white background.



Black color preview on #3B0331 background

This text has black color on #3B0331 background.


White color preview on #3B0331 background

This text has white color on #3B0331 background.