COLOR #3B3550

HEX: #3B3550
RGB: (59,53,80)

Color info

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

RGB color model

#3B3550 color RGB value is (59,53,80).

  • red value is 59;
  • green value is 53;
  • blue value is 80.
RGB:
(59,53,80)
(23%,21%,31%)

RGB channels and saturation

R 59 of 255 = 23%
G 53 of 255 = 21%
B 80 of 255 = 31%

59
53
80

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

Portions of RGB colors in percentages

R + G + B =
59 + 53 + 80 = 192 (100%)
R 59 of 192 ~ 30.73%
G 53 of 192 ~ 27.6%
B 80 of 192 ~ 41.67%

%30.73
%27.6
%41.67

CMYK color model

#3B3550 color CMYK value is (26,34,0,69).

  • cyan value is 26.25%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(26,34,0,69)
C26M34Y0K69 
(26%,34%,0%,69%)
(0.26/0.34/0.00/0.69)	

CMYK percentages

%26.25
%33.75
%0
%68.63

Codes

Color #3B3550 in popluar color models

3B3550
RGB595380
HSL253°20.30%26.08%
HSB/HSV253°33.75%31.37%
CMYK26.25%33.75%0.00%
68.63%

Color #3B3550 in popluar number systems.

HEX3B3550
Decimal595380
Binary1110111101011010000
Octal7365120

Shades and tints

Shades of #3B3550

#3B3550
(59,53,80)
#363149
(54,49,73)
#312D42
(49,45,66)
#2C293B
(44,41,59)
#272534
(39,37,52)
#22212D
(34,33,45)
#1D1D26
(29,29,38)
#18191F
(24,25,31)
#131518
(19,21,24)
#0E1111
(14,17,17)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #3B3550

#3B3550
(59,53,80)
#4C475F
(76,71,95)
#5D596E
(93,89,110)
#6E6B7D
(110,107,125)
#7F7D8C
(127,125,140)
#908F9B
(144,143,155)
#A1A1AA
(161,161,170)
#B2B3B9
(178,179,185)
#C3C5C8
(195,197,200)
#D4D7D7
(212,215,215)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3550; }

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

This text font color is #3B3550.


Background Color

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

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

This div background color is #3B3550.


Border color

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

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

This div border color is #3B3550.


Opacity

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

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

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

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

This text has shadow with #3B3550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3550 on black background.


Color preview on white background

This text has color #3B3550 on white background.



Black color preview on #3B3550 background

This text has black color on #3B3550 background.


White color preview on #3B3550 background

This text has white color on #3B3550 background.