COLOR #3B4360

HEX: #3B4360
RGB: (59,67,96)

Color info

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

RGB color model

#3B4360 color RGB value is (59,67,96).

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

RGB channels and saturation

R 59 of 255 = 23%
G 67 of 255 = 26%
B 96 of 255 = 38%

59
67
96

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

Portions of RGB colors in percentages

R + G + B =
59 + 67 + 96 = 222 (100%)
R 59 of 222 ~ 26.58%
G 67 of 222 ~ 30.18%
B 96 of 222 ~ 43.24%

%26.58
%30.18
%43.24

CMYK color model

#3B4360 color CMYK value is (39,30,0,62).

  • cyan value is 38.54%
  • magenta value is 30.21%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(39,30,0,62)
C39M30Y0K62 
(39%,30%,0%,62%)
(0.39/0.30/0.00/0.62)	

CMYK percentages

%38.54
%30.21
%0
%62.35

Codes

Color #3B4360 in popluar color models

3B4360
RGB596796
HSL227°23.87%30.39%
HSB/HSV227°38.54%37.65%
CMYK38.54%30.21%0.00%
62.35%

Color #3B4360 in popluar number systems.

HEX3B4360
Decimal596796
Binary11101110000111100000
Octal73103140

Shades and tints

Shades of #3B4360

#3B4360
(59,67,96)
#363D58
(54,61,88)
#313750
(49,55,80)
#2C3148
(44,49,72)
#272B40
(39,43,64)
#222538
(34,37,56)
#1D1F30
(29,31,48)
#181928
(24,25,40)
#131320
(19,19,32)
#0E0D18
(14,13,24)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #3B4360

#3B4360
(59,67,96)
#4C546E
(76,84,110)
#5D657C
(93,101,124)
#6E768A
(110,118,138)
#7F8798
(127,135,152)
#9098A6
(144,152,166)
#A1A9B4
(161,169,180)
#B2BAC2
(178,186,194)
#C3CBD0
(195,203,208)
#D4DCDE
(212,220,222)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4360; }

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

This text font color is #3B4360.


Background Color

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

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

This div background color is #3B4360.


Border color

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

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

This div border color is #3B4360.


Opacity

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

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

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

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

This text has shadow with #3B4360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4360 on black background.


Color preview on white background

This text has color #3B4360 on white background.



Black color preview on #3B4360 background

This text has black color on #3B4360 background.


White color preview on #3B4360 background

This text has white color on #3B4360 background.