COLOR #3B5C6A

HEX: #3B5C6A RGB: (59,92,106)

Color info

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

RGB color model

#3B5C6A color RGB value is (59,92,106).

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

RGB channels and saturation

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

59
92
106

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

Portions of RGB colors in percentages

R + G + B = 59 + 92 + 106 = 257 (100%)
R 59 of 257 ~ 22.96%
G 92 of 257 ~ 35.8%
B 106 of 257 ~ 41.25'%

%22.96
%35.8
%41.25

CMYK color model

#3B5C6A color CMYK value is (44,13,0,58).

  • cyan value is 44.34%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (44,13,0,58)
C44M13Y0K58 (44%, 13%, 0%, 58%)
(0.44 / 0.13 / 0.00 / 0.58)

CMYK percentages

%44.34
%13.21
%0
%58.43

Codes

Color #3B5C6A in popluar color models

3B 5C 6A
RGB 59 92 106
HSL 198° 28.48% 32.35%
HSB/HSV 198° 44.34% 41.57%
CMYK 44.34% 13.21% 0.00%
58.43%

Color #3B5C6A in popluar number systems.

HEX 3B 5C 6A
Decimal 59 92 106
Binary 111011 1011100 1101010
Octal 73 134 152

Shades and tints

Shades of #3B5C6A

#3B5C6A
(59,92,106)
#365461
(54,84,97)
#314C58
(49,76,88)
#2C444F
(44,68,79)
#273C46
(39,60,70)
#22343D
(34,52,61)
#1D2C34
(29,44,52)
#18242B
(24,36,43)
#131C22
(19,28,34)
#0E1419
(14,20,25)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #3B5C6A

#3B5C6A
(59,92,106)
#4C6A77
(76,106,119)
#5D7884
(93,120,132)
#6E8691
(110,134,145)
#7F949E
(127,148,158)
#90A2AB
(144,162,171)
#A1B0B8
(161,176,184)
#B2BEC5
(178,190,197)
#C3CCD2
(195,204,210)
#D4DADF
(212,218,223)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5C6A; }

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

This text font color is #3B5C6A.

Background Color

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

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

This div background color is #3B5C6A.

Border color

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

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

This div border color is #3B5C6A.

Opacity

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

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

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

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

This text has shadow with #3B5C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5C6A.

Preview

Color preview on black background

This text has color #3B5C6A on black background.


Color preview on white background

This text has color #3B5C6A on white background.


Black color preview on #3B5C6A background

This text has black color on #3B5C6A background.


White color preview on #3B5C6A background

This text has white color on #3B5C6A background.


Related colors

Complementary color

Complementary color for #hex is #C4A395.


I love getcolorcode.com

Triadic colors

1 #6A3B5C and #5C6A3B with #3B5C6A are triadic colors.

2 #6A5C3B and #5C3B6A with #3B5C6A are triadic colors.