COLOR #3B8E70

HEX: #3B8E70
RGB: (59,142,112)

Color info

#3B8E70 contains mainly green and blue colors. Web safe color of #3B8E70 is #339966 (or #396).

RGB color model

#3B8E70 color RGB value is (59,142,112).

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

RGB channels and saturation

R 59 of 255 = 23%
G 142 of 255 = 56%
B 112 of 255 = 44%

59
142
112

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

Portions of RGB colors in percentages

R + G + B =
59 + 142 + 112 = 313 (100%)
R 59 of 313 ~ 18.85%
G 142 of 313 ~ 45.37%
B 112 of 313 ~ 35.78%

%18.85
%45.37
%35.78

CMYK color model

#3B8E70 color CMYK value is (58,0,21,44).

  • cyan value is 58.45%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 44.31%
CMYK:
(58,0,21,44)
C58M0Y21K44 
(58%,0%,21%,44%)
(0.58/0.00/0.21/0.44)	

CMYK percentages

%58.45
%0
%21.13
%44.31

Codes

Color #3B8E70 in popluar color models

3B8E70
RGB59142112
HSL158°41.29%39.41%
HSB/HSV158°58.45%55.69%
CMYK58.45%0.00%21.13%
44.31%

Color #3B8E70 in popluar number systems.

HEX3B8E70
Decimal59142112
Binary111011100011101110000
Octal73216160

Shades and tints

Shades of #3B8E70

#3B8E70
(59,142,112)
#368266
(54,130,102)
#31765C
(49,118,92)
#2C6A52
(44,106,82)
#275E48
(39,94,72)
#22523E
(34,82,62)
#1D4634
(29,70,52)
#183A2A
(24,58,42)
#132E20
(19,46,32)
#0E2216
(14,34,22)
#09160C
(9,22,12)
#000000
(0,0,0)

Tints of #3B8E70

#3B8E70
(59,142,112)
#4C987D
(76,152,125)
#5DA28A
(93,162,138)
#6EAC97
(110,172,151)
#7FB6A4
(127,182,164)
#90C0B1
(144,192,177)
#A1CABE
(161,202,190)
#B2D4CB
(178,212,203)
#C3DED8
(195,222,216)
#D4E8E5
(212,232,229)
#E5F2F2
(229,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B8E70; }

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

This text font color is #3B8E70.


Background Color

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

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

This div background color is #3B8E70.


Border color

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

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

This div border color is #3B8E70.


Opacity

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

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

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

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

This text has shadow with #3B8E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8E70 on black background.


Color preview on white background

This text has color #3B8E70 on white background.



Black color preview on #3B8E70 background

This text has black color on #3B8E70 background.


White color preview on #3B8E70 background

This text has white color on #3B8E70 background.