COLOR #3B5769

HEX: #3B5769
RGB: (59,87,105)

Color info

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

RGB color model

#3B5769 color RGB value is (59,87,105).

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

RGB channels and saturation

R 59 of 255 = 23%
G 87 of 255 = 34%
B 105 of 255 = 41%

59
87
105

R + G + B ~ 33%. #3B5769 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 87 + 105 = 251 (100%)
R 59 of 251 ~ 23.51%
G 87 of 251 ~ 34.66%
B 105 of 251 ~ 41.83%

%23.51
%34.66
%41.83

CMYK color model

#3B5769 color CMYK value is (44,17,0,59).

  • cyan value is 43.81%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(44,17,0,59)
C44M17Y0K59 
(44%,17%,0%,59%)
(0.44/0.17/0.00/0.59)	

CMYK percentages

%43.81
%17.14
%0
%58.82

Codes

Color #3B5769 in popluar color models

3B5769
RGB5987105
HSL203°28.05%32.16%
HSB/HSV203°43.81%41.18%
CMYK43.81%17.14%0.00%
58.82%

Color #3B5769 in popluar number systems.

HEX3B5769
Decimal5987105
Binary11101110101111101001
Octal73127151

Shades and tints

Shades of #3B5769

#3B5769
(59,87,105)
#365060
(54,80,96)
#314957
(49,73,87)
#2C424E
(44,66,78)
#273B45
(39,59,69)
#22343C
(34,52,60)
#1D2D33
(29,45,51)
#18262A
(24,38,42)
#131F21
(19,31,33)
#0E1818
(14,24,24)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #3B5769

#3B5769
(59,87,105)
#4C6676
(76,102,118)
#5D7583
(93,117,131)
#6E8490
(110,132,144)
#7F939D
(127,147,157)
#90A2AA
(144,162,170)
#A1B1B7
(161,177,183)
#B2C0C4
(178,192,196)
#C3CFD1
(195,207,209)
#D4DEDE
(212,222,222)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5769; }

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

This text font color is #3B5769.


Background Color

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

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

This div background color is #3B5769.


Border color

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

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

This div border color is #3B5769.


Opacity

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

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

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

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

This text has shadow with #3B5769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5769 on black background.


Color preview on white background

This text has color #3B5769 on white background.



Black color preview on #3B5769 background

This text has black color on #3B5769 background.


White color preview on #3B5769 background

This text has white color on #3B5769 background.