COLOR #3B3351

HEX: #3B3351
RGB: (59,51,81)

Color info

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

RGB color model

#3B3351 color RGB value is (59,51,81).

  • red value is 59;
  • green value is 51;
  • blue value is 81.
RGB:
(59,51,81)
(23%,20%,32%)

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 81 of 255 = 32%

59
51
81

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

Portions of RGB colors in percentages

R + G + B =
59 + 51 + 81 = 191 (100%)
R 59 of 191 ~ 30.89%
G 51 of 191 ~ 26.7%
B 81 of 191 ~ 42.41%

%30.89
%26.7
%42.41

CMYK color model

#3B3351 color CMYK value is (27,37,0,68).

  • cyan value is 27.16%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(27,37,0,68)
C27M37Y0K68 
(27%,37%,0%,68%)
(0.27/0.37/0.00/0.68)	

CMYK percentages

%27.16
%37.04
%0
%68.24

Codes

Color #3B3351 in popluar color models

3B3351
RGB595181
HSL256°22.73%25.88%
HSB/HSV256°37.04%31.76%
CMYK27.16%37.04%0.00%
68.24%

Color #3B3351 in popluar number systems.

HEX3B3351
Decimal595181
Binary1110111100111010001
Octal7363121

Shades and tints

Shades of #3B3351

#3B3351
(59,51,81)
#362F4A
(54,47,74)
#312B43
(49,43,67)
#2C273C
(44,39,60)
#272335
(39,35,53)
#221F2E
(34,31,46)
#1D1B27
(29,27,39)
#181720
(24,23,32)
#131319
(19,19,25)
#0E0F12
(14,15,18)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #3B3351

#3B3351
(59,51,81)
#4C4560
(76,69,96)
#5D576F
(93,87,111)
#6E697E
(110,105,126)
#7F7B8D
(127,123,141)
#908D9C
(144,141,156)
#A19FAB
(161,159,171)
#B2B1BA
(178,177,186)
#C3C3C9
(195,195,201)
#D4D5D8
(212,213,216)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3351; }

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

This text font color is #3B3351.


Background Color

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

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

This div background color is #3B3351.


Border color

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

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

This div border color is #3B3351.


Opacity

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

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

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

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

This text has shadow with #3B3351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3351 on black background.


Color preview on white background

This text has color #3B3351 on white background.



Black color preview on #3B3351 background

This text has black color on #3B3351 background.


White color preview on #3B3351 background

This text has white color on #3B3351 background.