COLOR #3B8B72

HEX: #3B8B72
RGB: (59,139,114)

Color info

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

RGB color model

#3B8B72 color RGB value is (59,139,114).

  • red value is 59;
  • green value is 139;
  • blue value is 114.
RGB:
(59,139,114)
(23%,55%,45%)

RGB channels and saturation

R 59 of 255 = 23%
G 139 of 255 = 55%
B 114 of 255 = 45%

59
139
114

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

Portions of RGB colors in percentages

R + G + B =
59 + 139 + 114 = 312 (100%)
R 59 of 312 ~ 18.91%
G 139 of 312 ~ 44.55%
B 114 of 312 ~ 36.54%

%18.91
%44.55
%36.54

CMYK color model

#3B8B72 color CMYK value is (58,0,18,45).

  • cyan value is 57.55%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 45.49%
CMYK:
(58,0,18,45)
C58M0Y18K45 
(58%,0%,18%,45%)
(0.58/0.00/0.18/0.45)	

CMYK percentages

%57.55
%0
%17.99
%45.49

Codes

Color #3B8B72 in popluar color models

3B8B72
RGB59139114
HSL161°40.40%38.82%
HSB/HSV161°57.55%54.51%
CMYK57.55%0.00%17.99%
45.49%

Color #3B8B72 in popluar number systems.

HEX3B8B72
Decimal59139114
Binary111011100010111110010
Octal73213162

Shades and tints

Shades of #3B8B72

#3B8B72
(59,139,114)
#367F68
(54,127,104)
#31735E
(49,115,94)
#2C6754
(44,103,84)
#275B4A
(39,91,74)
#224F40
(34,79,64)
#1D4336
(29,67,54)
#18372C
(24,55,44)
#132B22
(19,43,34)
#0E1F18
(14,31,24)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #3B8B72

#3B8B72
(59,139,114)
#4C957E
(76,149,126)
#5D9F8A
(93,159,138)
#6EA996
(110,169,150)
#7FB3A2
(127,179,162)
#90BDAE
(144,189,174)
#A1C7BA
(161,199,186)
#B2D1C6
(178,209,198)
#C3DBD2
(195,219,210)
#D4E5DE
(212,229,222)
#E5EFEA
(229,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8B72 color. Also use rgb(59,139,114) instead hex code.

Text Font Color

.myTextColor { color: #3B8B72; }

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

This text font color is #3B8B72.


Background Color

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

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

This div background color is #3B8B72.


Border color

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

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

This div border color is #3B8B72.


Opacity

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

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

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

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

This text has shadow with #3B8B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8B72 on black background.


Color preview on white background

This text has color #3B8B72 on white background.



Black color preview on #3B8B72 background

This text has black color on #3B8B72 background.


White color preview on #3B8B72 background

This text has white color on #3B8B72 background.