COLOR #3B2455

HEX: #3B2455
RGB: (59,36,85)

Color info

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

RGB color model

#3B2455 color RGB value is (59,36,85).

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

RGB channels and saturation

R 59 of 255 = 23%
G 36 of 255 = 14%
B 85 of 255 = 33%

59
36
85

R + G + B ~ 23%. #3B2455 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 36 + 85 = 180 (100%)
R 59 of 180 ~ 32.78%
G 36 of 180 ~ 20%
B 85 of 180 ~ 47.22%

%32.78
%20
%47.22

CMYK color model

#3B2455 color CMYK value is (31,58,0,67).

  • cyan value is 30.59%
  • magenta value is 57.65%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(31,58,0,67)
C31M58Y0K67 
(31%,58%,0%,67%)
(0.31/0.58/0.00/0.67)	

CMYK percentages

%30.59
%57.65
%0
%66.67

Codes

Color #3B2455 in popluar color models

3B2455
RGB593685
HSL268°40.50%23.73%
HSB/HSV268°57.65%33.33%
CMYK30.59%57.65%0.00%
66.67%

Color #3B2455 in popluar number systems.

HEX3B2455
Decimal593685
Binary1110111001001010101
Octal7344125

Shades and tints

Shades of #3B2455

#3B2455
(59,36,85)
#36214E
(54,33,78)
#311E47
(49,30,71)
#2C1B40
(44,27,64)
#271839
(39,24,57)
#221532
(34,21,50)
#1D122B
(29,18,43)
#180F24
(24,15,36)
#130C1D
(19,12,29)
#0E0916
(14,9,22)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #3B2455

#3B2455
(59,36,85)
#4C3764
(76,55,100)
#5D4A73
(93,74,115)
#6E5D82
(110,93,130)
#7F7091
(127,112,145)
#9083A0
(144,131,160)
#A196AF
(161,150,175)
#B2A9BE
(178,169,190)
#C3BCCD
(195,188,205)
#D4CFDC
(212,207,220)
#E5E2EB
(229,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2455; }

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

This text font color is #3B2455.


Background Color

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

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

This div background color is #3B2455.


Border color

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

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

This div border color is #3B2455.


Opacity

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

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

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

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

This text has shadow with #3B2455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2455 on black background.


Color preview on white background

This text has color #3B2455 on white background.



Black color preview on #3B2455 background

This text has black color on #3B2455 background.


White color preview on #3B2455 background

This text has white color on #3B2455 background.