COLOR #3B8770

HEX: #3B8770
RGB: (59,135,112)

Color info

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

RGB color model

#3B8770 color RGB value is (59,135,112).

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

RGB channels and saturation

R 59 of 255 = 23%
G 135 of 255 = 53%
B 112 of 255 = 44%

59
135
112

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

Portions of RGB colors in percentages

R + G + B =
59 + 135 + 112 = 306 (100%)
R 59 of 306 ~ 19.28%
G 135 of 306 ~ 44.12%
B 112 of 306 ~ 36.6%

%19.28
%44.12
%36.6

CMYK color model

#3B8770 color CMYK value is (56,0,17,47).

  • cyan value is 56.30%
  • magenta value is 0.00%
  • yellow value is 17.04%
  • key color value is 47.06%
CMYK:
(56,0,17,47)
C56M0Y17K47 
(56%,0%,17%,47%)
(0.56/0.00/0.17/0.47)	

CMYK percentages

%56.3
%0
%17.04
%47.06

Codes

Color #3B8770 in popluar color models

3B8770
RGB59135112
HSL162°39.18%38.04%
HSB/HSV162°56.30%52.94%
CMYK56.30%0.00%17.04%
47.06%

Color #3B8770 in popluar number systems.

HEX3B8770
Decimal59135112
Binary111011100001111110000
Octal73207160

Shades and tints

Shades of #3B8770

#3B8770
(59,135,112)
#367B66
(54,123,102)
#316F5C
(49,111,92)
#2C6352
(44,99,82)
#275748
(39,87,72)
#224B3E
(34,75,62)
#1D3F34
(29,63,52)
#18332A
(24,51,42)
#132720
(19,39,32)
#0E1B16
(14,27,22)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #3B8770

#3B8770
(59,135,112)
#4C917D
(76,145,125)
#5D9B8A
(93,155,138)
#6EA597
(110,165,151)
#7FAFA4
(127,175,164)
#90B9B1
(144,185,177)
#A1C3BE
(161,195,190)
#B2CDCB
(178,205,203)
#C3D7D8
(195,215,216)
#D4E1E5
(212,225,229)
#E5EBF2
(229,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B8770; }

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

This text font color is #3B8770.


Background Color

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

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

This div background color is #3B8770.


Border color

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

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

This div border color is #3B8770.


Opacity

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

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

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

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

This text has shadow with #3B8770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8770 on black background.


Color preview on white background

This text has color #3B8770 on white background.



Black color preview on #3B8770 background

This text has black color on #3B8770 background.


White color preview on #3B8770 background

This text has white color on #3B8770 background.