COLOR #3B0249

HEX: #3B0249
RGB: (59,2,73)

Color info

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

RGB color model

#3B0249 color RGB value is (59,2,73).

  • red value is 59;
  • green value is 2;
  • blue value is 73.
RGB:
(59,2,73)
(23%,1%,29%)

RGB channels and saturation

R 59 of 255 = 23%
G 2 of 255 = 1%
B 73 of 255 = 29%

59
2
73

R + G + B ~ 18%. #3B0249 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 2 + 73 = 134 (100%)
R 59 of 134 ~ 44.03%
G 2 of 134 ~ 1.49%
B 73 of 134 ~ 54.48%

%44.03
%54.48

CMYK color model

#3B0249 color CMYK value is (19,97,0,71).

  • cyan value is 19.18%
  • magenta value is 97.26%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(19,97,0,71)
C19M97Y0K71 
(19%,97%,0%,71%)
(0.19/0.97/0.00/0.71)	

CMYK percentages

%19.18
%97.26
%0
%71.37

Codes

Color #3B0249 in popluar color models

3B0249
RGB59273
HSL288°94.67%14.71%
HSB/HSV288°97.26%28.63%
CMYK19.18%97.26%0.00%
71.37%

Color #3B0249 in popluar number systems.

HEX3B0249
Decimal59273
Binary111011101001001
Octal732111

Shades and tints

Shades of #3B0249

#3B0249
(59,2,73)
#360243
(54,2,67)
#31023D
(49,2,61)
#2C0237
(44,2,55)
#270231
(39,2,49)
#22022B
(34,2,43)
#1D0225
(29,2,37)
#18021F
(24,2,31)
#130219
(19,2,25)
#0E0213
(14,2,19)
#09020D
(9,2,13)
#000000
(0,0,0)

Tints of #3B0249

#3B0249
(59,2,73)
#4C1959
(76,25,89)
#5D3069
(93,48,105)
#6E4779
(110,71,121)
#7F5E89
(127,94,137)
#907599
(144,117,153)
#A18CA9
(161,140,169)
#B2A3B9
(178,163,185)
#C3BAC9
(195,186,201)
#D4D1D9
(212,209,217)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B0249; }

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

This text font color is #3B0249.


Background Color

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

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

This div background color is #3B0249.


Border color

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

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

This div border color is #3B0249.


Opacity

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

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

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

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

This text has shadow with #3B0249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0249 on black background.


Color preview on white background

This text has color #3B0249 on white background.



Black color preview on #3B0249 background

This text has black color on #3B0249 background.


White color preview on #3B0249 background

This text has white color on #3B0249 background.