COLOR #3B5C6C

HEX: #3B5C6C RGB: (59,92,108)

Color info

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

RGB color model

#3B5C6C color RGB value is (59,92,108).

RGB: (59,92,108) (23%, 36%, 42%)

RGB channels and saturation

R 59 of 255 = 23%
G 92 of 255 = 36%
B 108 of 255 = 42%

59
92
108

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

Portions of RGB colors in percentages

R + G + B = 59 + 92 + 108 = 259 (100%)
R 59 of 259 ~ 22.78%
G 92 of 259 ~ 35.52%
B 108 of 259 ~ 41.7'%

%22.78
%35.52
%41.7

CMYK color model

#3B5C6C color CMYK value is (45,15,0,58).

  • cyan value is 45.37%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (45,15,0,58)
C45M15Y0K58 (45%, 15%, 0%, 58%)
(0.45 / 0.15 / 0.00 / 0.58)

CMYK percentages

%45.37
%14.81
%0
%57.65

Codes

Color #3B5C6C in popluar color models

3B 5C 6C
RGB 59 92 108
HSL 200° 29.34% 32.75%
HSB/HSV 200° 45.37% 42.35%
CMYK 45.37% 14.81% 0.00%
57.65%

Color #3B5C6C in popluar number systems.

HEX 3B 5C 6C
Decimal 59 92 108
Binary 111011 1011100 1101100
Octal 73 134 154

Shades and tints

Shades of #3B5C6C

#3B5C6C
(59,92,108)
#365463
(54,84,99)
#314C5A
(49,76,90)
#2C4451
(44,68,81)
#273C48
(39,60,72)
#22343F
(34,52,63)
#1D2C36
(29,44,54)
#18242D
(24,36,45)
#131C24
(19,28,36)
#0E141B
(14,20,27)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #3B5C6C

#3B5C6C
(59,92,108)
#4C6A79
(76,106,121)
#5D7886
(93,120,134)
#6E8693
(110,134,147)
#7F94A0
(127,148,160)
#90A2AD
(144,162,173)
#A1B0BA
(161,176,186)
#B2BEC7
(178,190,199)
#C3CCD4
(195,204,212)
#D4DAE1
(212,218,225)
#E5E8EE
(229,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5C6C color. Also use rgb(59,92,108) instead hex code.

Text Font Color

.myTextColor { color: #3B5C6C; }

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

This text font color is #3B5C6C.

Background Color

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

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

This div background color is #3B5C6C.

Border color

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

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

This div border color is #3B5C6C.

Opacity

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

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

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

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

This text has shadow with #3B5C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5C6C.

Preview

Color preview on black background

This text has color #3B5C6C on black background.


Color preview on white background

This text has color #3B5C6C on white background.


Black color preview on #3B5C6C background

This text has black color on #3B5C6C background.


White color preview on #3B5C6C background

This text has white color on #3B5C6C background.


Related colors

Complementary color

Complementary color for #hex is #C4A393.


I love getcolorcode.com

Triadic colors

1 #6C3B5C and #5C6C3B with #3B5C6C are triadic colors.

2 #6C5C3B and #5C3B6C with #3B5C6C are triadic colors.