COLOR #3B7B89

HEX: #3B7B89
RGB: (59,123,137)

Color info

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

RGB color model

#3B7B89 color RGB value is (59,123,137).

  • red value is 59;
  • green value is 123;
  • blue value is 137.
RGB:
(59,123,137)
(23%,48%,54%)

RGB channels and saturation

R 59 of 255 = 23%
G 123 of 255 = 48%
B 137 of 255 = 54%

59
123
137

R + G + B ~ 42%. #3B7B89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
59 + 123 + 137 = 319 (100%)
R 59 of 319 ~ 18.5%
G 123 of 319 ~ 38.56%
B 137 of 319 ~ 42.95%

%18.5
%38.56
%42.95

CMYK color model

#3B7B89 color CMYK value is (57,10,0,46).

  • cyan value is 56.93%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(57,10,0,46)
C57M10Y0K46 
(57%,10%,0%,46%)
(0.57/0.10/0.00/0.46)	

CMYK percentages

%56.93
%10.22
%0
%46.27

Codes

Color #3B7B89 in popluar color models

3B7B89
RGB59123137
HSL191°39.80%38.43%
HSB/HSV191°56.93%53.73%
CMYK56.93%10.22%0.00%
46.27%

Color #3B7B89 in popluar number systems.

HEX3B7B89
Decimal59123137
Binary111011111101110001001
Octal73173211

Shades and tints

Shades of #3B7B89

#3B7B89
(59,123,137)
#36707D
(54,112,125)
#316571
(49,101,113)
#2C5A65
(44,90,101)
#274F59
(39,79,89)
#22444D
(34,68,77)
#1D3941
(29,57,65)
#182E35
(24,46,53)
#132329
(19,35,41)
#0E181D
(14,24,29)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #3B7B89

#3B7B89
(59,123,137)
#4C8793
(76,135,147)
#5D939D
(93,147,157)
#6E9FA7
(110,159,167)
#7FABB1
(127,171,177)
#90B7BB
(144,183,187)
#A1C3C5
(161,195,197)
#B2CFCF
(178,207,207)
#C3DBD9
(195,219,217)
#D4E7E3
(212,231,227)
#E5F3ED
(229,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7B89 color. Also use rgb(59,123,137) instead hex code.

Text Font Color

.myTextColor { color: #3B7B89; }

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

This text font color is #3B7B89.


Background Color

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

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

This div background color is #3B7B89.


Border color

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

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

This div border color is #3B7B89.


Opacity

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

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

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

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

This text has shadow with #3B7B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7B89 on black background.


Color preview on white background

This text has color #3B7B89 on white background.



Black color preview on #3B7B89 background

This text has black color on #3B7B89 background.


White color preview on #3B7B89 background

This text has white color on #3B7B89 background.