COLOR #3B1348

HEX: #3B1348
RGB: (59,19,72)

Color info

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

RGB color model

#3B1348 color RGB value is (59,19,72).

  • red value is 59;
  • green value is 19;
  • blue value is 72.
RGB:
(59,19,72)
(23%,7%,28%)

RGB channels and saturation

R 59 of 255 = 23%
G 19 of 255 = 7%
B 72 of 255 = 28%

59
19
72

R + G + B ~ 19%. #3B1348 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 19 + 72 = 150 (100%)
R 59 of 150 ~ 39.33%
G 19 of 150 ~ 12.67%
B 72 of 150 ~ 48%

%39.33
%12.67
%48

CMYK color model

#3B1348 color CMYK value is (18,74,0,72).

  • cyan value is 18.06%
  • magenta value is 73.61%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(18,74,0,72)
C18M74Y0K72 
(18%,74%,0%,72%)
(0.18/0.74/0.00/0.72)	

CMYK percentages

%18.06
%73.61
%0
%71.76

Codes

Color #3B1348 in popluar color models

3B1348
RGB591972
HSL285°58.24%17.84%
HSB/HSV285°73.61%28.24%
CMYK18.06%73.61%0.00%
71.76%

Color #3B1348 in popluar number systems.

HEX3B1348
Decimal591972
Binary111011100111001000
Octal7323110

Shades and tints

Shades of #3B1348

#3B1348
(59,19,72)
#361242
(54,18,66)
#31113C
(49,17,60)
#2C1036
(44,16,54)
#270F30
(39,15,48)
#220E2A
(34,14,42)
#1D0D24
(29,13,36)
#180C1E
(24,12,30)
#130B18
(19,11,24)
#0E0A12
(14,10,18)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #3B1348

#3B1348
(59,19,72)
#4C2858
(76,40,88)
#5D3D68
(93,61,104)
#6E5278
(110,82,120)
#7F6788
(127,103,136)
#907C98
(144,124,152)
#A191A8
(161,145,168)
#B2A6B8
(178,166,184)
#C3BBC8
(195,187,200)
#D4D0D8
(212,208,216)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1348; }

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

This text font color is #3B1348.


Background Color

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

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

This div background color is #3B1348.


Border color

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

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

This div border color is #3B1348.


Opacity

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

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

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

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

This text has shadow with #3B1348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1348 on black background.


Color preview on white background

This text has color #3B1348 on white background.



Black color preview on #3B1348 background

This text has black color on #3B1348 background.


White color preview on #3B1348 background

This text has white color on #3B1348 background.