COLOR #3B3B55

HEX: #3B3B55
RGB: (59,59,85)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

59
59
85

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

Portions of RGB colors in percentages

R + G + B =
59 + 59 + 85 = 203 (100%)
R 59 of 203 ~ 29.06%
G 59 of 203 ~ 29.06%
B 85 of 203 ~ 41.87%

%29.06
%29.06
%41.87

CMYK color model

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

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

CMYK percentages

%30.59
%30.59
%0
%66.67

Codes

Color #3B3B55 in popluar color models

3B3B55
RGB595985
HSL240°18.06%28.24%
HSB/HSV240°30.59%33.33%
CMYK30.59%30.59%0.00%
66.67%

Color #3B3B55 in popluar number systems.

HEX3B3B55
Decimal595985
Binary1110111110111010101
Octal7373125

Shades and tints

Shades of #3B3B55

#3B3B55
(59,59,85)
#36364E
(54,54,78)
#313147
(49,49,71)
#2C2C40
(44,44,64)
#272739
(39,39,57)
#222232
(34,34,50)
#1D1D2B
(29,29,43)
#181824
(24,24,36)
#13131D
(19,19,29)
#0E0E16
(14,14,22)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #3B3B55

#3B3B55
(59,59,85)
#4C4C64
(76,76,100)
#5D5D73
(93,93,115)
#6E6E82
(110,110,130)
#7F7F91
(127,127,145)
#9090A0
(144,144,160)
#A1A1AF
(161,161,175)
#B2B2BE
(178,178,190)
#C3C3CD
(195,195,205)
#D4D4DC
(212,212,220)
#E5E5EB
(229,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3B55; }

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

This text font color is #3B3B55.


Background Color

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

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

This div background color is #3B3B55.


Border color

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

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

This div border color is #3B3B55.


Opacity

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

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

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

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

This text has shadow with #3B3B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3B55 on black background.


Color preview on white background

This text has color #3B3B55 on white background.



Black color preview on #3B3B55 background

This text has black color on #3B3B55 background.


White color preview on #3B3B55 background

This text has white color on #3B3B55 background.