COLOR #3B5760

HEX: #3B5760
RGB: (59,87,96)

Color info

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

RGB color model

#3B5760 color RGB value is (59,87,96).

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

RGB channels and saturation

R 59 of 255 = 23%
G 87 of 255 = 34%
B 96 of 255 = 38%

59
87
96

R + G + B ~ 32%. #3B5760 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 87 + 96 = 242 (100%)
R 59 of 242 ~ 24.38%
G 87 of 242 ~ 35.95%
B 96 of 242 ~ 39.67%

%24.38
%35.95
%39.67

CMYK color model

#3B5760 color CMYK value is (39,9,0,62).

  • cyan value is 38.54%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(39,9,0,62)
C39M9Y0K62 
(39%,9%,0%,62%)
(0.39/0.09/0.00/0.62)	

CMYK percentages

%38.54
%9.38
%0
%62.35

Codes

Color #3B5760 in popluar color models

3B5760
RGB598796
HSL195°23.87%30.39%
HSB/HSV195°38.54%37.65%
CMYK38.54%9.38%0.00%
62.35%

Color #3B5760 in popluar number systems.

HEX3B5760
Decimal598796
Binary11101110101111100000
Octal73127140

Shades and tints

Shades of #3B5760

#3B5760
(59,87,96)
#365058
(54,80,88)
#314950
(49,73,80)
#2C4248
(44,66,72)
#273B40
(39,59,64)
#223438
(34,52,56)
#1D2D30
(29,45,48)
#182628
(24,38,40)
#131F20
(19,31,32)
#0E1818
(14,24,24)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #3B5760

#3B5760
(59,87,96)
#4C666E
(76,102,110)
#5D757C
(93,117,124)
#6E848A
(110,132,138)
#7F9398
(127,147,152)
#90A2A6
(144,162,166)
#A1B1B4
(161,177,180)
#B2C0C2
(178,192,194)
#C3CFD0
(195,207,208)
#D4DEDE
(212,222,222)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5760; }

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

This text font color is #3B5760.


Background Color

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

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

This div background color is #3B5760.


Border color

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

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

This div border color is #3B5760.


Opacity

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

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

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

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

This text has shadow with #3B5760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5760 on black background.


Color preview on white background

This text has color #3B5760 on white background.



Black color preview on #3B5760 background

This text has black color on #3B5760 background.


White color preview on #3B5760 background

This text has white color on #3B5760 background.