COLOR #3B5671

HEX: #3B5671
RGB: (59,86,113)

Color info

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

RGB color model

#3B5671 color RGB value is (59,86,113).

  • red value is 59;
  • green value is 86;
  • blue value is 113.
RGB:
(59,86,113)
(23%,34%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 86 of 255 = 34%
B 113 of 255 = 44%

59
86
113

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

Portions of RGB colors in percentages

R + G + B =
59 + 86 + 113 = 258 (100%)
R 59 of 258 ~ 22.87%
G 86 of 258 ~ 33.33%
B 113 of 258 ~ 43.8%

%22.87
%33.33
%43.8

CMYK color model

#3B5671 color CMYK value is (48,24,0,56).

  • cyan value is 47.79%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(48,24,0,56)
C48M24Y0K56 
(48%,24%,0%,56%)
(0.48/0.24/0.00/0.56)	

CMYK percentages

%47.79
%23.89
%0
%55.69

Codes

Color #3B5671 in popluar color models

3B5671
RGB5986113
HSL210°31.40%33.73%
HSB/HSV210°47.79%44.31%
CMYK47.79%23.89%0.00%
55.69%

Color #3B5671 in popluar number systems.

HEX3B5671
Decimal5986113
Binary11101110101101110001
Octal73126161

Shades and tints

Shades of #3B5671

#3B5671
(59,86,113)
#364F67
(54,79,103)
#31485D
(49,72,93)
#2C4153
(44,65,83)
#273A49
(39,58,73)
#22333F
(34,51,63)
#1D2C35
(29,44,53)
#18252B
(24,37,43)
#131E21
(19,30,33)
#0E1717
(14,23,23)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #3B5671

#3B5671
(59,86,113)
#4C657D
(76,101,125)
#5D7489
(93,116,137)
#6E8395
(110,131,149)
#7F92A1
(127,146,161)
#90A1AD
(144,161,173)
#A1B0B9
(161,176,185)
#B2BFC5
(178,191,197)
#C3CED1
(195,206,209)
#D4DDDD
(212,221,221)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5671; }

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

This text font color is #3B5671.


Background Color

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

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

This div background color is #3B5671.


Border color

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

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

This div border color is #3B5671.


Opacity

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

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

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

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

This text has shadow with #3B5671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5671 on black background.


Color preview on white background

This text has color #3B5671 on white background.



Black color preview on #3B5671 background

This text has black color on #3B5671 background.


White color preview on #3B5671 background

This text has white color on #3B5671 background.