COLOR #3B7177

HEX: #3B7177
RGB: (59,113,119)

Color info

#3B7177 contains mainly green and blue colors. Web safe color of #3B7177 is #336666 (or #366).

RGB color model

#3B7177 color RGB value is (59,113,119).

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

RGB channels and saturation

R 59 of 255 = 23%
G 113 of 255 = 44%
B 119 of 255 = 47%

59
113
119

R + G + B ~ 38%. #3B7177 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 113 + 119 = 291 (100%)
R 59 of 291 ~ 20.27%
G 113 of 291 ~ 38.83%
B 119 of 291 ~ 40.89%

%20.27
%38.83
%40.89

CMYK color model

#3B7177 color CMYK value is (50,5,0,53).

  • cyan value is 50.42%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(50,5,0,53)
C50M5Y0K53 
(50%,5%,0%,53%)
(0.50/0.05/0.00/0.53)	

CMYK percentages

%50.42
%5.04
%0
%53.33

Codes

Color #3B7177 in popluar color models

3B7177
RGB59113119
HSL186°33.71%34.90%
HSB/HSV186°50.42%46.67%
CMYK50.42%5.04%0.00%
53.33%

Color #3B7177 in popluar number systems.

HEX3B7177
Decimal59113119
Binary11101111100011110111
Octal73161167

Shades and tints

Shades of #3B7177

#3B7177
(59,113,119)
#36676D
(54,103,109)
#315D63
(49,93,99)
#2C5359
(44,83,89)
#27494F
(39,73,79)
#223F45
(34,63,69)
#1D353B
(29,53,59)
#182B31
(24,43,49)
#132127
(19,33,39)
#0E171D
(14,23,29)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #3B7177

#3B7177
(59,113,119)
#4C7D83
(76,125,131)
#5D898F
(93,137,143)
#6E959B
(110,149,155)
#7FA1A7
(127,161,167)
#90ADB3
(144,173,179)
#A1B9BF
(161,185,191)
#B2C5CB
(178,197,203)
#C3D1D7
(195,209,215)
#D4DDE3
(212,221,227)
#E5E9EF
(229,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7177; }

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

This text font color is #3B7177.


Background Color

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

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

This div background color is #3B7177.


Border color

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

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

This div border color is #3B7177.


Opacity

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

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

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

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

This text has shadow with #3B7177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7177 on black background.


Color preview on white background

This text has color #3B7177 on white background.



Black color preview on #3B7177 background

This text has black color on #3B7177 background.


White color preview on #3B7177 background

This text has white color on #3B7177 background.