COLOR #3B5567

HEX: #3B5567
RGB: (59,85,103)

Color info

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

RGB color model

#3B5567 color RGB value is (59,85,103).

  • red value is 59;
  • green value is 85;
  • blue value is 103.
RGB:
(59,85,103)
(23%,33%,40%)

RGB channels and saturation

R 59 of 255 = 23%
G 85 of 255 = 33%
B 103 of 255 = 40%

59
85
103

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

Portions of RGB colors in percentages

R + G + B =
59 + 85 + 103 = 247 (100%)
R 59 of 247 ~ 23.89%
G 85 of 247 ~ 34.41%
B 103 of 247 ~ 41.7%

%23.89
%34.41
%41.7

CMYK color model

#3B5567 color CMYK value is (43,17,0,60).

  • cyan value is 42.72%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(43,17,0,60)
C43M17Y0K60 
(43%,17%,0%,60%)
(0.43/0.17/0.00/0.60)	

CMYK percentages

%42.72
%17.48
%0
%59.61

Codes

Color #3B5567 in popluar color models

3B5567
RGB5985103
HSL205°27.16%31.76%
HSB/HSV205°42.72%40.39%
CMYK42.72%17.48%0.00%
59.61%

Color #3B5567 in popluar number systems.

HEX3B5567
Decimal5985103
Binary11101110101011100111
Octal73125147

Shades and tints

Shades of #3B5567

#3B5567
(59,85,103)
#364E5E
(54,78,94)
#314755
(49,71,85)
#2C404C
(44,64,76)
#273943
(39,57,67)
#22323A
(34,50,58)
#1D2B31
(29,43,49)
#182428
(24,36,40)
#131D1F
(19,29,31)
#0E1616
(14,22,22)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #3B5567

#3B5567
(59,85,103)
#4C6474
(76,100,116)
#5D7381
(93,115,129)
#6E828E
(110,130,142)
#7F919B
(127,145,155)
#90A0A8
(144,160,168)
#A1AFB5
(161,175,181)
#B2BEC2
(178,190,194)
#C3CDCF
(195,205,207)
#D4DCDC
(212,220,220)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5567 color. Also use rgb(59,85,103) instead hex code.

Text Font Color

.myTextColor { color: #3B5567; }

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

This text font color is #3B5567.


Background Color

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

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

This div background color is #3B5567.


Border color

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

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

This div border color is #3B5567.


Opacity

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

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

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

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

This text has shadow with #3B5567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5567 on black background.


Color preview on white background

This text has color #3B5567 on white background.



Black color preview on #3B5567 background

This text has black color on #3B5567 background.


White color preview on #3B5567 background

This text has white color on #3B5567 background.