COLOR #3B165A

HEX: #3B165A
RGB: (59,22,90)

Color info

#3B165A contains mainly red and blue colors. Web safe color of #3B165A is #330066 (or #306).

RGB color model

#3B165A color RGB value is (59,22,90).

  • red value is 59;
  • green value is 22;
  • blue value is 90.
RGB:
(59,22,90)
(23%,9%,35%)

RGB channels and saturation

R 59 of 255 = 23%
G 22 of 255 = 9%
B 90 of 255 = 35%

59
22
90

R + G + B ~ 22%. #3B165A is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 22 + 90 = 171 (100%)
R 59 of 171 ~ 34.5%
G 22 of 171 ~ 12.87%
B 90 of 171 ~ 52.63%

%34.5
%12.87
%52.63

CMYK color model

#3B165A color CMYK value is (34,76,0,65).

  • cyan value is 34.44%
  • magenta value is 75.56%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(34,76,0,65)
C34M76Y0K65 
(34%,76%,0%,65%)
(0.34/0.76/0.00/0.65)	

CMYK percentages

%34.44
%75.56
%0
%64.71

Codes

Color #3B165A in popluar color models

3B165A
RGB592290
HSL273°60.71%21.96%
HSB/HSV273°75.56%35.29%
CMYK34.44%75.56%0.00%
64.71%

Color #3B165A in popluar number systems.

HEX3B165A
Decimal592290
Binary111011101101011010
Octal7326132

Shades and tints

Shades of #3B165A

#3B165A
(59,22,90)
#361452
(54,20,82)
#31124A
(49,18,74)
#2C1042
(44,16,66)
#270E3A
(39,14,58)
#220C32
(34,12,50)
#1D0A2A
(29,10,42)
#180822
(24,8,34)
#13061A
(19,6,26)
#0E0412
(14,4,18)
#09020A
(9,2,10)
#000000
(0,0,0)

Tints of #3B165A

#3B165A
(59,22,90)
#4C2B69
(76,43,105)
#5D4078
(93,64,120)
#6E5587
(110,85,135)
#7F6A96
(127,106,150)
#907FA5
(144,127,165)
#A194B4
(161,148,180)
#B2A9C3
(178,169,195)
#C3BED2
(195,190,210)
#D4D3E1
(212,211,225)
#E5E8F0
(229,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B165A; }

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

This text font color is #3B165A.


Background Color

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

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

This div background color is #3B165A.


Border color

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

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

This div border color is #3B165A.


Opacity

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

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

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

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

This text has shadow with #3B165A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B165A on black background.


Color preview on white background

This text has color #3B165A on white background.



Black color preview on #3B165A background

This text has black color on #3B165A background.


White color preview on #3B165A background

This text has white color on #3B165A background.