COLOR #3B4460

HEX: #3B4460
RGB: (59,68,96)

Color info

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

RGB color model

#3B4460 color RGB value is (59,68,96).

  • red value is 59;
  • green value is 68;
  • blue value is 96.
RGB:
(59,68,96)
(23%,27%,38%)

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 96 of 255 = 38%

59
68
96

R + G + B ~ 29%. #3B4460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 68 + 96 = 223 (100%)
R 59 of 223 ~ 26.46%
G 68 of 223 ~ 30.49%
B 96 of 223 ~ 43.05%

%26.46
%30.49
%43.05

CMYK color model

#3B4460 color CMYK value is (39,29,0,62).

  • cyan value is 38.54%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(39,29,0,62)
C39M29Y0K62 
(39%,29%,0%,62%)
(0.39/0.29/0.00/0.62)	

CMYK percentages

%38.54
%29.17
%0
%62.35

Codes

Color #3B4460 in popluar color models

3B4460
RGB596896
HSL225°23.87%30.39%
HSB/HSV225°38.54%37.65%
CMYK38.54%29.17%0.00%
62.35%

Color #3B4460 in popluar number systems.

HEX3B4460
Decimal596896
Binary11101110001001100000
Octal73104140

Shades and tints

Shades of #3B4460

#3B4460
(59,68,96)
#363E58
(54,62,88)
#313850
(49,56,80)
#2C3248
(44,50,72)
#272C40
(39,44,64)
#222638
(34,38,56)
#1D2030
(29,32,48)
#181A28
(24,26,40)
#131420
(19,20,32)
#0E0E18
(14,14,24)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #3B4460

#3B4460
(59,68,96)
#4C556E
(76,85,110)
#5D667C
(93,102,124)
#6E778A
(110,119,138)
#7F8898
(127,136,152)
#9099A6
(144,153,166)
#A1AAB4
(161,170,180)
#B2BBC2
(178,187,194)
#C3CCD0
(195,204,208)
#D4DDDE
(212,221,222)
#E5EEEC
(229,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4460; }

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

This text font color is #3B4460.


Background Color

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

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

This div background color is #3B4460.


Border color

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

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

This div border color is #3B4460.


Opacity

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

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

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

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

This text has shadow with #3B4460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4460 on black background.


Color preview on white background

This text has color #3B4460 on white background.



Black color preview on #3B4460 background

This text has black color on #3B4460 background.


White color preview on #3B4460 background

This text has white color on #3B4460 background.