COLOR #3B325A

HEX: #3B325A
RGB: (59,50,90)

Color info

#3B325A contains red, green and blue colors in about the same proportion. Web safe color of #3B325A is #333366 (or #336).

RGB color model

#3B325A color RGB value is (59,50,90).

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

RGB channels and saturation

R 59 of 255 = 23%
G 50 of 255 = 20%
B 90 of 255 = 35%

59
50
90

R + G + B ~ 26%. #3B325A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 50 + 90 = 199 (100%)
R 59 of 199 ~ 29.65%
G 50 of 199 ~ 25.13%
B 90 of 199 ~ 45.23%

%29.65
%25.13
%45.23

CMYK color model

#3B325A color CMYK value is (34,44,0,65).

  • cyan value is 34.44%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(34,44,0,65)
C34M44Y0K65 
(34%,44%,0%,65%)
(0.34/0.44/0.00/0.65)	

CMYK percentages

%34.44
%44.44
%0
%64.71

Codes

Color #3B325A in popluar color models

3B325A
RGB595090
HSL254°28.57%27.45%
HSB/HSV254°44.44%35.29%
CMYK34.44%44.44%0.00%
64.71%

Color #3B325A in popluar number systems.

HEX3B325A
Decimal595090
Binary1110111100101011010
Octal7362132

Shades and tints

Shades of #3B325A

#3B325A
(59,50,90)
#362E52
(54,46,82)
#312A4A
(49,42,74)
#2C2642
(44,38,66)
#27223A
(39,34,58)
#221E32
(34,30,50)
#1D1A2A
(29,26,42)
#181622
(24,22,34)
#13121A
(19,18,26)
#0E0E12
(14,14,18)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #3B325A

#3B325A
(59,50,90)
#4C4469
(76,68,105)
#5D5678
(93,86,120)
#6E6887
(110,104,135)
#7F7A96
(127,122,150)
#908CA5
(144,140,165)
#A19EB4
(161,158,180)
#B2B0C3
(178,176,195)
#C3C2D2
(195,194,210)
#D4D4E1
(212,212,225)
#E5E6F0
(229,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B325A; }

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

This text font color is #3B325A.


Background Color

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

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

This div background color is #3B325A.


Border color

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

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

This div border color is #3B325A.


Opacity

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

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

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

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

This text has shadow with #3B325A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B325A on black background.


Color preview on white background

This text has color #3B325A on white background.



Black color preview on #3B325A background

This text has black color on #3B325A background.


White color preview on #3B325A background

This text has white color on #3B325A background.