COLOR #3B2858

HEX: #3B2858
RGB: (59,40,88)

Color info

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

RGB color model

#3B2858 color RGB value is (59,40,88).

  • red value is 59;
  • green value is 40;
  • blue value is 88.
RGB:
(59,40,88)
(23%,16%,35%)

RGB channels and saturation

R 59 of 255 = 23%
G 40 of 255 = 16%
B 88 of 255 = 35%

59
40
88

R + G + B ~ 25%. #3B2858 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 40 + 88 = 187 (100%)
R 59 of 187 ~ 31.55%
G 40 of 187 ~ 21.39%
B 88 of 187 ~ 47.06%

%31.55
%21.39
%47.06

CMYK color model

#3B2858 color CMYK value is (33,55,0,65).

  • cyan value is 32.95%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(33,55,0,65)
C33M55Y0K65 
(33%,55%,0%,65%)
(0.33/0.55/0.00/0.65)	

CMYK percentages

%32.95
%54.55
%0
%65.49

Codes

Color #3B2858 in popluar color models

3B2858
RGB594088
HSL264°37.50%25.10%
HSB/HSV264°54.55%34.51%
CMYK32.95%54.55%0.00%
65.49%

Color #3B2858 in popluar number systems.

HEX3B2858
Decimal594088
Binary1110111010001011000
Octal7350130

Shades and tints

Shades of #3B2858

#3B2858
(59,40,88)
#362550
(54,37,80)
#312248
(49,34,72)
#2C1F40
(44,31,64)
#271C38
(39,28,56)
#221930
(34,25,48)
#1D1628
(29,22,40)
#181320
(24,19,32)
#131018
(19,16,24)
#0E0D10
(14,13,16)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #3B2858

#3B2858
(59,40,88)
#4C3B67
(76,59,103)
#5D4E76
(93,78,118)
#6E6185
(110,97,133)
#7F7494
(127,116,148)
#9087A3
(144,135,163)
#A19AB2
(161,154,178)
#B2ADC1
(178,173,193)
#C3C0D0
(195,192,208)
#D4D3DF
(212,211,223)
#E5E6EE
(229,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2858 color. Also use rgb(59,40,88) instead hex code.

Text Font Color

.myTextColor { color: #3B2858; }

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

This text font color is #3B2858.


Background Color

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

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

This div background color is #3B2858.


Border color

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

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

This div border color is #3B2858.


Opacity

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

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

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

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

This text has shadow with #3B2858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2858 on black background.


Color preview on white background

This text has color #3B2858 on white background.



Black color preview on #3B2858 background

This text has black color on #3B2858 background.


White color preview on #3B2858 background

This text has white color on #3B2858 background.