COLOR #3B506C

HEX: #3B506C RGB: (59,80,108)

Color info

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

RGB color model

#3B506C color RGB value is (59,80,108).

RGB: (59,80,108) (23%, 31%, 42%)

RGB channels and saturation

R 59 of 255 = 23%
G 80 of 255 = 31%
B 108 of 255 = 42%

59
80
108

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

Portions of RGB colors in percentages

R + G + B = 59 + 80 + 108 = 247 (100%)
R 59 of 247 ~ 23.89%
G 80 of 247 ~ 32.39%
B 108 of 247 ~ 43.72'%

%23.89
%32.39
%43.72

CMYK color model

#3B506C color CMYK value is (45,26,0,58).

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

CMYK: (45,26,0,58)
C45M26Y0K58 (45%, 26%, 0%, 58%)
(0.45 / 0.26 / 0.00 / 0.58)

CMYK percentages

%45.37
%25.93
%0
%57.65

Codes

Color #3B506C in popluar color models

3B 50 6C
RGB 59 80 108
HSL 214° 29.34% 32.75%
HSB/HSV 214° 45.37% 42.35%
CMYK 45.37% 25.93% 0.00%
57.65%

Color #3B506C in popluar number systems.

HEX 3B 50 6C
Decimal 59 80 108
Binary 111011 1010000 1101100
Octal 73 120 154

Shades and tints

Shades of #3B506C

#3B506C
(59,80,108)
#364963
(54,73,99)
#31425A
(49,66,90)
#2C3B51
(44,59,81)
#273448
(39,52,72)
#222D3F
(34,45,63)
#1D2636
(29,38,54)
#181F2D
(24,31,45)
#131824
(19,24,36)
#0E111B
(14,17,27)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #3B506C

#3B506C
(59,80,108)
#4C5F79
(76,95,121)
#5D6E86
(93,110,134)
#6E7D93
(110,125,147)
#7F8CA0
(127,140,160)
#909BAD
(144,155,173)
#A1AABA
(161,170,186)
#B2B9C7
(178,185,199)
#C3C8D4
(195,200,212)
#D4D7E1
(212,215,225)
#E5E6EE
(229,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B506C; }

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

This text font color is #3B506C.

Background Color

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

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

This div background color is #3B506C.

Border color

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

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

This div border color is #3B506C.

Opacity

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

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

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

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

This text has shadow with #3B506C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B506C.

Preview

Color preview on black background

This text has color #3B506C on black background.


Color preview on white background

This text has color #3B506C on white background.


Black color preview on #3B506C background

This text has black color on #3B506C background.


White color preview on #3B506C background

This text has white color on #3B506C background.


Related colors

Complementary color

Complementary color for #hex is #C4AF93.


I love getcolorcode.com

Triadic colors

1 #6C3B50 and #506C3B with #3B506C are triadic colors.

2 #6C503B and #503B6C with #3B506C are triadic colors.