COLOR #3B7083

HEX: #3B7083
RGB: (59,112,131)

Color info

#3B7083 contains mainly green and blue colors. Web safe color of #3B7083 is #336699 (or #369).

RGB color model

#3B7083 color RGB value is (59,112,131).

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

RGB channels and saturation

R 59 of 255 = 23%
G 112 of 255 = 44%
B 131 of 255 = 51%

59
112
131

R + G + B ~ 39%. #3B7083 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 112 + 131 = 302 (100%)
R 59 of 302 ~ 19.54%
G 112 of 302 ~ 37.09%
B 131 of 302 ~ 43.38%

%19.54
%37.09
%43.38

CMYK color model

#3B7083 color CMYK value is (55,15,0,49).

  • cyan value is 54.96%
  • magenta value is 14.50%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(55,15,0,49)
C55M15Y0K49 
(55%,15%,0%,49%)
(0.55/0.15/0.00/0.49)	

CMYK percentages

%54.96
%14.5
%0
%48.63

Codes

Color #3B7083 in popluar color models

3B7083
RGB59112131
HSL196°37.89%37.25%
HSB/HSV196°54.96%51.37%
CMYK54.96%14.50%0.00%
48.63%

Color #3B7083 in popluar number systems.

HEX3B7083
Decimal59112131
Binary111011111000010000011
Octal73160203

Shades and tints

Shades of #3B7083

#3B7083
(59,112,131)
#366678
(54,102,120)
#315C6D
(49,92,109)
#2C5262
(44,82,98)
#274857
(39,72,87)
#223E4C
(34,62,76)
#1D3441
(29,52,65)
#182A36
(24,42,54)
#13202B
(19,32,43)
#0E1620
(14,22,32)
#090C15
(9,12,21)
#000000
(0,0,0)

Tints of #3B7083

#3B7083
(59,112,131)
#4C7D8E
(76,125,142)
#5D8A99
(93,138,153)
#6E97A4
(110,151,164)
#7FA4AF
(127,164,175)
#90B1BA
(144,177,186)
#A1BEC5
(161,190,197)
#B2CBD0
(178,203,208)
#C3D8DB
(195,216,219)
#D4E5E6
(212,229,230)
#E5F2F1
(229,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7083; }

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

This text font color is #3B7083.


Background Color

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

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

This div background color is #3B7083.


Border color

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

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

This div border color is #3B7083.


Opacity

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

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

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

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

This text has shadow with #3B7083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7083 on black background.


Color preview on white background

This text has color #3B7083 on white background.



Black color preview on #3B7083 background

This text has black color on #3B7083 background.


White color preview on #3B7083 background

This text has white color on #3B7083 background.