COLOR #3B7E70

HEX: #3B7E70
RGB: (59,126,112)

Color info

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

RGB color model

#3B7E70 color RGB value is (59,126,112).

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

RGB channels and saturation

R 59 of 255 = 23%
G 126 of 255 = 49%
B 112 of 255 = 44%

59
126
112

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

Portions of RGB colors in percentages

R + G + B =
59 + 126 + 112 = 297 (100%)
R 59 of 297 ~ 19.87%
G 126 of 297 ~ 42.42%
B 112 of 297 ~ 37.71%

%19.87
%42.42
%37.71

CMYK color model

#3B7E70 color CMYK value is (53,0,11,51).

  • cyan value is 53.17%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 50.59%
CMYK:
(53,0,11,51)
C53M0Y11K51 
(53%,0%,11%,51%)
(0.53/0.00/0.11/0.51)	

CMYK percentages

%53.17
%0
%11.11
%50.59

Codes

Color #3B7E70 in popluar color models

3B7E70
RGB59126112
HSL167°36.22%36.27%
HSB/HSV167°53.17%49.41%
CMYK53.17%0.00%11.11%
50.59%

Color #3B7E70 in popluar number systems.

HEX3B7E70
Decimal59126112
Binary11101111111101110000
Octal73176160

Shades and tints

Shades of #3B7E70

#3B7E70
(59,126,112)
#367366
(54,115,102)
#31685C
(49,104,92)
#2C5D52
(44,93,82)
#275248
(39,82,72)
#22473E
(34,71,62)
#1D3C34
(29,60,52)
#18312A
(24,49,42)
#132620
(19,38,32)
#0E1B16
(14,27,22)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #3B7E70

#3B7E70
(59,126,112)
#4C897D
(76,137,125)
#5D948A
(93,148,138)
#6E9F97
(110,159,151)
#7FAAA4
(127,170,164)
#90B5B1
(144,181,177)
#A1C0BE
(161,192,190)
#B2CBCB
(178,203,203)
#C3D6D8
(195,214,216)
#D4E1E5
(212,225,229)
#E5ECF2
(229,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7E70; }

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

This text font color is #3B7E70.


Background Color

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

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

This div background color is #3B7E70.


Border color

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

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

This div border color is #3B7E70.


Opacity

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

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

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

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

This text has shadow with #3B7E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7E70 on black background.


Color preview on white background

This text has color #3B7E70 on white background.



Black color preview on #3B7E70 background

This text has black color on #3B7E70 background.


White color preview on #3B7E70 background

This text has white color on #3B7E70 background.