COLOR #3B5669

HEX: #3B5669 RGB: (59,86,105)

Color info

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

RGB color model

#3B5669 color RGB value is (59,86,105).

RGB: (59,86,105) (23%, 34%, 41%)

RGB channels and saturation

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

59
86
105

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

Portions of RGB colors in percentages

R + G + B = 59 + 86 + 105 = 250 (100%)
R 59 of 250 ~ 23.6%
G 86 of 250 ~ 34.4%
B 105 of 250 ~ 42'%

%23.6
%34.4
%42

CMYK color model

#3B5669 color CMYK value is (44,18,0,59).

  • cyan value is 43.81%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (44,18,0,59)
C44M18Y0K59 (44%, 18%, 0%, 59%)
(0.44 / 0.18 / 0.00 / 0.59)

CMYK percentages

%43.81
%18.1
%0
%58.82

Codes

Color #3B5669 in popluar color models

3B 56 69
RGB 59 86 105
HSL 205° 28.05% 32.16%
HSB/HSV 205° 43.81% 41.18%
CMYK 43.81% 18.10% 0.00%
58.82%

Color #3B5669 in popluar number systems.

HEX 3B 56 69
Decimal 59 86 105
Binary 111011 1010110 1101001
Octal 73 126 151

Shades and tints

Shades of #3B5669

#3B5669
(59,86,105)
#364F60
(54,79,96)
#314857
(49,72,87)
#2C414E
(44,65,78)
#273A45
(39,58,69)
#22333C
(34,51,60)
#1D2C33
(29,44,51)
#18252A
(24,37,42)
#131E21
(19,30,33)
#0E1718
(14,23,24)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #3B5669

#3B5669
(59,86,105)
#4C6576
(76,101,118)
#5D7483
(93,116,131)
#6E8390
(110,131,144)
#7F929D
(127,146,157)
#90A1AA
(144,161,170)
#A1B0B7
(161,176,183)
#B2BFC4
(178,191,196)
#C3CED1
(195,206,209)
#D4DDDE
(212,221,222)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5669; }

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

This text font color is #3B5669.

Background Color

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

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

This div background color is #3B5669.

Border color

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

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

This div border color is #3B5669.

Opacity

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

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

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

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

This text has shadow with #3B5669 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5669.

Preview

Color preview on black background

This text has color #3B5669 on black background.


Color preview on white background

This text has color #3B5669 on white background.


Black color preview on #3B5669 background

This text has black color on #3B5669 background.


White color preview on #3B5669 background

This text has white color on #3B5669 background.


Related colors

Complementary color

Complementary color for #hex is #C4A996.


I love getcolorcode.com

Triadic colors

1 #693B56 and #56693B with #3B5669 are triadic colors.

2 #69563B and #563B69 with #3B5669 are triadic colors.