COLOR #3B5360

HEX: #3B5360
RGB: (59,83,96)

Color info

#3B5360 contains red, green and blue colors in about the same proportion. Web safe color of #3B5360 is #336666 (or #366).

RGB color model

#3B5360 color RGB value is (59,83,96).

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

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 96 of 255 = 38%

59
83
96

R + G + B ~ 31%. #3B5360 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 83 + 96 = 238 (100%)
R 59 of 238 ~ 24.79%
G 83 of 238 ~ 34.87%
B 96 of 238 ~ 40.34%

%24.79
%34.87
%40.34

CMYK color model

#3B5360 color CMYK value is (39,14,0,62).

  • cyan value is 38.54%
  • magenta value is 13.54%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(39,14,0,62)
C39M14Y0K62 
(39%,14%,0%,62%)
(0.39/0.14/0.00/0.62)	

CMYK percentages

%38.54
%13.54
%0
%62.35

Codes

Color #3B5360 in popluar color models

3B5360
RGB598396
HSL201°23.87%30.39%
HSB/HSV201°38.54%37.65%
CMYK38.54%13.54%0.00%
62.35%

Color #3B5360 in popluar number systems.

HEX3B5360
Decimal598396
Binary11101110100111100000
Octal73123140

Shades and tints

Shades of #3B5360

#3B5360
(59,83,96)
#364C58
(54,76,88)
#314550
(49,69,80)
#2C3E48
(44,62,72)
#273740
(39,55,64)
#223038
(34,48,56)
#1D2930
(29,41,48)
#182228
(24,34,40)
#131B20
(19,27,32)
#0E1418
(14,20,24)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #3B5360

#3B5360
(59,83,96)
#4C626E
(76,98,110)
#5D717C
(93,113,124)
#6E808A
(110,128,138)
#7F8F98
(127,143,152)
#909EA6
(144,158,166)
#A1ADB4
(161,173,180)
#B2BCC2
(178,188,194)
#C3CBD0
(195,203,208)
#D4DADE
(212,218,222)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5360; }

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

This text font color is #3B5360.


Background Color

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

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

This div background color is #3B5360.


Border color

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

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

This div border color is #3B5360.


Opacity

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

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

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

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

This text has shadow with #3B5360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5360 on black background.


Color preview on white background

This text has color #3B5360 on white background.



Black color preview on #3B5360 background

This text has black color on #3B5360 background.


White color preview on #3B5360 background

This text has white color on #3B5360 background.