COLOR #3B5D6E

HEX: #3B5D6E
RGB: (59,93,110)

Color info

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

RGB color model

#3B5D6E color RGB value is (59,93,110).

  • red value is 59;
  • green value is 93;
  • blue value is 110.
RGB:
(59,93,110)
(23%,36%,43%)

RGB channels and saturation

R 59 of 255 = 23%
G 93 of 255 = 36%
B 110 of 255 = 43%

59
93
110

R + G + B ~ 34%. #3B5D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 93 + 110 = 262 (100%)
R 59 of 262 ~ 22.52%
G 93 of 262 ~ 35.5%
B 110 of 262 ~ 41.98%

%22.52
%35.5
%41.98

CMYK color model

#3B5D6E color CMYK value is (46,15,0,57).

  • cyan value is 46.36%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(46,15,0,57)
C46M15Y0K57 
(46%,15%,0%,57%)
(0.46/0.15/0.00/0.57)	

CMYK percentages

%46.36
%15.45
%0
%56.86

Codes

Color #3B5D6E in popluar color models

3B5D6E
RGB5993110
HSL200°30.18%33.14%
HSB/HSV200°46.36%43.14%
CMYK46.36%15.45%0.00%
56.86%

Color #3B5D6E in popluar number systems.

HEX3B5D6E
Decimal5993110
Binary11101110111011101110
Octal73135156

Shades and tints

Shades of #3B5D6E

#3B5D6E
(59,93,110)
#365564
(54,85,100)
#314D5A
(49,77,90)
#2C4550
(44,69,80)
#273D46
(39,61,70)
#22353C
(34,53,60)
#1D2D32
(29,45,50)
#182528
(24,37,40)
#131D1E
(19,29,30)
#0E1514
(14,21,20)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #3B5D6E

#3B5D6E
(59,93,110)
#4C6B7B
(76,107,123)
#5D7988
(93,121,136)
#6E8795
(110,135,149)
#7F95A2
(127,149,162)
#90A3AF
(144,163,175)
#A1B1BC
(161,177,188)
#B2BFC9
(178,191,201)
#C3CDD6
(195,205,214)
#D4DBE3
(212,219,227)
#E5E9F0
(229,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5D6E color. Also use rgb(59,93,110) instead hex code.

Text Font Color

.myTextColor { color: #3B5D6E; }

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

This text font color is #3B5D6E.


Background Color

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

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

This div background color is #3B5D6E.


Border color

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

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

This div border color is #3B5D6E.


Opacity

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

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

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

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

This text has shadow with #3B5D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5D6E on black background.


Color preview on white background

This text has color #3B5D6E on white background.



Black color preview on #3B5D6E background

This text has black color on #3B5D6E background.


White color preview on #3B5D6E background

This text has white color on #3B5D6E background.