COLOR #3B5366

HEX: #3B5366 RGB: (59,83,102)

Color info

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

RGB color model

#3B5366 color RGB value is (59,83,102).

RGB: (59,83,102) (23%, 33%, 40%)

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 102 of 255 = 40%

59
83
102

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

Portions of RGB colors in percentages

R + G + B = 59 + 83 + 102 = 244 (100%)
R 59 of 244 ~ 24.18%
G 83 of 244 ~ 34.02%
B 102 of 244 ~ 41.8'%

%24.18
%34.02
%41.8

CMYK color model

#3B5366 color CMYK value is (42,19,0,60).

  • cyan value is 42.16%
  • magenta value is 18.63%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (42,19,0,60)
C42M19Y0K60 (42%, 19%, 0%, 60%)
(0.42 / 0.19 / 0.00 / 0.60)

CMYK percentages

%42.16
%18.63
%0
%60

Codes

Color #3B5366 in popluar color models

3B 53 66
RGB 59 83 102
HSL 207° 26.71% 31.57%
HSB/HSV 207° 42.16% 40.00%
CMYK 42.16% 18.63% 0.00%
60.00%

Color #3B5366 in popluar number systems.

HEX 3B 53 66
Decimal 59 83 102
Binary 111011 1010011 1100110
Octal 73 123 146

Shades and tints

Shades of #3B5366

#3B5366
(59,83,102)
#364C5D
(54,76,93)
#314554
(49,69,84)
#2C3E4B
(44,62,75)
#273742
(39,55,66)
#223039
(34,48,57)
#1D2930
(29,41,48)
#182227
(24,34,39)
#131B1E
(19,27,30)
#0E1415
(14,20,21)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #3B5366

#3B5366
(59,83,102)
#4C6273
(76,98,115)
#5D7180
(93,113,128)
#6E808D
(110,128,141)
#7F8F9A
(127,143,154)
#909EA7
(144,158,167)
#A1ADB4
(161,173,180)
#B2BCC1
(178,188,193)
#C3CBCE
(195,203,206)
#D4DADB
(212,218,219)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5366 color. Also use rgb(59,83,102) instead hex code.

Text Font Color

.myTextColor { color: #3B5366; }

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

This text font color is #3B5366.

Background Color

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

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

This div background color is #3B5366.

Border color

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

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

This div border color is #3B5366.

Opacity

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

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

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

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

This text has shadow with #3B5366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5366.

Preview

Color preview on black background

This text has color #3B5366 on black background.


Color preview on white background

This text has color #3B5366 on white background.


Black color preview on #3B5366 background

This text has black color on #3B5366 background.


White color preview on #3B5366 background

This text has white color on #3B5366 background.


Related colors

Complementary color

Complementary color for #hex is #C4AC99.


I love getcolorcode.com

Triadic colors

1 #663B53 and #53663B with #3B5366 are triadic colors.

2 #66533B and #533B66 with #3B5366 are triadic colors.