COLOR #3B124A

HEX: #3B124A
RGB: (59,18,74)

Color info

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

RGB color model

#3B124A color RGB value is (59,18,74).

  • red value is 59;
  • green value is 18;
  • blue value is 74.
RGB:
(59,18,74)
(23%,7%,29%)

RGB channels and saturation

R 59 of 255 = 23%
G 18 of 255 = 7%
B 74 of 255 = 29%

59
18
74

R + G + B ~ 20%. #3B124A is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 18 + 74 = 151 (100%)
R 59 of 151 ~ 39.07%
G 18 of 151 ~ 11.92%
B 74 of 151 ~ 49.01%

%39.07
%11.92
%49.01

CMYK color model

#3B124A color CMYK value is (20,76,0,71).

  • cyan value is 20.27%
  • magenta value is 75.68%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(20,76,0,71)
C20M76Y0K71 
(20%,76%,0%,71%)
(0.20/0.76/0.00/0.71)	

CMYK percentages

%20.27
%75.68
%0
%70.98

Codes

Color #3B124A in popluar color models

3B124A
RGB591874
HSL284°60.87%18.04%
HSB/HSV284°75.68%29.02%
CMYK20.27%75.68%0.00%
70.98%

Color #3B124A in popluar number systems.

HEX3B124A
Decimal591874
Binary111011100101001010
Octal7322112

Shades and tints

Shades of #3B124A

#3B124A
(59,18,74)
#361144
(54,17,68)
#31103E
(49,16,62)
#2C0F38
(44,15,56)
#270E32
(39,14,50)
#220D2C
(34,13,44)
#1D0C26
(29,12,38)
#180B20
(24,11,32)
#130A1A
(19,10,26)
#0E0914
(14,9,20)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #3B124A

#3B124A
(59,18,74)
#4C275A
(76,39,90)
#5D3C6A
(93,60,106)
#6E517A
(110,81,122)
#7F668A
(127,102,138)
#907B9A
(144,123,154)
#A190AA
(161,144,170)
#B2A5BA
(178,165,186)
#C3BACA
(195,186,202)
#D4CFDA
(212,207,218)
#E5E4EA
(229,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B124A; }

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

This text font color is #3B124A.


Background Color

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

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

This div background color is #3B124A.


Border color

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

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

This div border color is #3B124A.


Opacity

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

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

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

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

This text has shadow with #3B124A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B124A on black background.


Color preview on white background

This text has color #3B124A on white background.



Black color preview on #3B124A background

This text has black color on #3B124A background.


White color preview on #3B124A background

This text has white color on #3B124A background.