COLOR #3B2655

HEX: #3B2655
RGB: (59,38,85)

Color info

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

RGB color model

#3B2655 color RGB value is (59,38,85).

  • red value is 59;
  • green value is 38;
  • blue value is 85.
RGB:
(59,38,85)
(23%,15%,33%)

RGB channels and saturation

R 59 of 255 = 23%
G 38 of 255 = 15%
B 85 of 255 = 33%

59
38
85

R + G + B ~ 24%. #3B2655 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 38 + 85 = 182 (100%)
R 59 of 182 ~ 32.42%
G 38 of 182 ~ 20.88%
B 85 of 182 ~ 46.7%

%32.42
%20.88
%46.7

CMYK color model

#3B2655 color CMYK value is (31,55,0,67).

  • cyan value is 30.59%
  • magenta value is 55.29%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(31,55,0,67)
C31M55Y0K67 
(31%,55%,0%,67%)
(0.31/0.55/0.00/0.67)	

CMYK percentages

%30.59
%55.29
%0
%66.67

Codes

Color #3B2655 in popluar color models

3B2655
RGB593885
HSL267°38.21%24.12%
HSB/HSV267°55.29%33.33%
CMYK30.59%55.29%0.00%
66.67%

Color #3B2655 in popluar number systems.

HEX3B2655
Decimal593885
Binary1110111001101010101
Octal7346125

Shades and tints

Shades of #3B2655

#3B2655
(59,38,85)
#36234E
(54,35,78)
#312047
(49,32,71)
#2C1D40
(44,29,64)
#271A39
(39,26,57)
#221732
(34,23,50)
#1D142B
(29,20,43)
#181124
(24,17,36)
#130E1D
(19,14,29)
#0E0B16
(14,11,22)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #3B2655

#3B2655
(59,38,85)
#4C3964
(76,57,100)
#5D4C73
(93,76,115)
#6E5F82
(110,95,130)
#7F7291
(127,114,145)
#9085A0
(144,133,160)
#A198AF
(161,152,175)
#B2ABBE
(178,171,190)
#C3BECD
(195,190,205)
#D4D1DC
(212,209,220)
#E5E4EB
(229,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2655 color. Also use rgb(59,38,85) instead hex code.

Text Font Color

.myTextColor { color: #3B2655; }

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

This text font color is #3B2655.


Background Color

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

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

This div background color is #3B2655.


Border color

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

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

This div border color is #3B2655.


Opacity

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

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

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

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

This text has shadow with #3B2655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2655 on black background.


Color preview on white background

This text has color #3B2655 on white background.



Black color preview on #3B2655 background

This text has black color on #3B2655 background.


White color preview on #3B2655 background

This text has white color on #3B2655 background.