COLOR #3B5777

HEX: #3B5777
RGB: (59,87,119)

Color info

#3B5777 contains mainly green and blue colors. Web safe color of #3B5777 is #336666 (or #366).

RGB color model

#3B5777 color RGB value is (59,87,119).

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

RGB channels and saturation

R 59 of 255 = 23%
G 87 of 255 = 34%
B 119 of 255 = 47%

59
87
119

R + G + B ~ 35%. #3B5777 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 87 + 119 = 265 (100%)
R 59 of 265 ~ 22.26%
G 87 of 265 ~ 32.83%
B 119 of 265 ~ 44.91%

%22.26
%32.83
%44.91

CMYK color model

#3B5777 color CMYK value is (50,27,0,53).

  • cyan value is 50.42%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(50,27,0,53)
C50M27Y0K53 
(50%,27%,0%,53%)
(0.50/0.27/0.00/0.53)	

CMYK percentages

%50.42
%26.89
%0
%53.33

Codes

Color #3B5777 in popluar color models

3B5777
RGB5987119
HSL212°33.71%34.90%
HSB/HSV212°50.42%46.67%
CMYK50.42%26.89%0.00%
53.33%

Color #3B5777 in popluar number systems.

HEX3B5777
Decimal5987119
Binary11101110101111110111
Octal73127167

Shades and tints

Shades of #3B5777

#3B5777
(59,87,119)
#36506D
(54,80,109)
#314963
(49,73,99)
#2C4259
(44,66,89)
#273B4F
(39,59,79)
#223445
(34,52,69)
#1D2D3B
(29,45,59)
#182631
(24,38,49)
#131F27
(19,31,39)
#0E181D
(14,24,29)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #3B5777

#3B5777
(59,87,119)
#4C6683
(76,102,131)
#5D758F
(93,117,143)
#6E849B
(110,132,155)
#7F93A7
(127,147,167)
#90A2B3
(144,162,179)
#A1B1BF
(161,177,191)
#B2C0CB
(178,192,203)
#C3CFD7
(195,207,215)
#D4DEE3
(212,222,227)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5777; }

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

This text font color is #3B5777.


Background Color

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

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

This div background color is #3B5777.


Border color

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

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

This div border color is #3B5777.


Opacity

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

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

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

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

This text has shadow with #3B5777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5777 on black background.


Color preview on white background

This text has color #3B5777 on white background.



Black color preview on #3B5777 background

This text has black color on #3B5777 background.


White color preview on #3B5777 background

This text has white color on #3B5777 background.