COLOR #3B6570

HEX: #3B6570
RGB: (59,101,112)

Color info

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

RGB color model

#3B6570 color RGB value is (59,101,112).

  • red value is 59;
  • green value is 101;
  • blue value is 112.
RGB:
(59,101,112)
(23%,40%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 101 of 255 = 40%
B 112 of 255 = 44%

59
101
112

R + G + B ~ 36%. #3B6570 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 101 + 112 = 272 (100%)
R 59 of 272 ~ 21.69%
G 101 of 272 ~ 37.13%
B 112 of 272 ~ 41.18%

%21.69
%37.13
%41.18

CMYK color model

#3B6570 color CMYK value is (47,10,0,56).

  • cyan value is 47.32%
  • magenta value is 9.82%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(47,10,0,56)
C47M10Y0K56 
(47%,10%,0%,56%)
(0.47/0.10/0.00/0.56)	

CMYK percentages

%47.32
%9.82
%0
%56.08

Codes

Color #3B6570 in popluar color models

3B6570
RGB59101112
HSL192°30.99%33.53%
HSB/HSV192°47.32%43.92%
CMYK47.32%9.82%0.00%
56.08%

Color #3B6570 in popluar number systems.

HEX3B6570
Decimal59101112
Binary11101111001011110000
Octal73145160

Shades and tints

Shades of #3B6570

#3B6570
(59,101,112)
#365C66
(54,92,102)
#31535C
(49,83,92)
#2C4A52
(44,74,82)
#274148
(39,65,72)
#22383E
(34,56,62)
#1D2F34
(29,47,52)
#18262A
(24,38,42)
#131D20
(19,29,32)
#0E1416
(14,20,22)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #3B6570

#3B6570
(59,101,112)
#4C737D
(76,115,125)
#5D818A
(93,129,138)
#6E8F97
(110,143,151)
#7F9DA4
(127,157,164)
#90ABB1
(144,171,177)
#A1B9BE
(161,185,190)
#B2C7CB
(178,199,203)
#C3D5D8
(195,213,216)
#D4E3E5
(212,227,229)
#E5F1F2
(229,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6570 color. Also use rgb(59,101,112) instead hex code.

Text Font Color

.myTextColor { color: #3B6570; }

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

This text font color is #3B6570.


Background Color

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

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

This div background color is #3B6570.


Border color

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

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

This div border color is #3B6570.


Opacity

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

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

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

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

This text has shadow with #3B6570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6570 on black background.


Color preview on white background

This text has color #3B6570 on white background.



Black color preview on #3B6570 background

This text has black color on #3B6570 background.


White color preview on #3B6570 background

This text has white color on #3B6570 background.