COLOR #3B8059

HEX: #3B8059
RGB: (59,128,89)

Color info

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

RGB color model

#3B8059 color RGB value is (59,128,89).

  • red value is 59;
  • green value is 128;
  • blue value is 89.
RGB:
(59,128,89)
(23%,50%,35%)

RGB channels and saturation

R 59 of 255 = 23%
G 128 of 255 = 50%
B 89 of 255 = 35%

59
128
89

R + G + B ~ 36%. #3B8059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 128 + 89 = 276 (100%)
R 59 of 276 ~ 21.38%
G 128 of 276 ~ 46.38%
B 89 of 276 ~ 32.25%

%21.38
%46.38
%32.25

CMYK color model

#3B8059 color CMYK value is (54,0,30,50).

  • cyan value is 53.91%
  • magenta value is 0.00%
  • yellow value is 30.47%
  • key color value is 49.80%
CMYK:
(54,0,30,50)
C54M0Y30K50 
(54%,0%,30%,50%)
(0.54/0.00/0.30/0.50)	

CMYK percentages

%53.91
%0
%30.47
%49.8

Codes

Color #3B8059 in popluar color models

3B8059
RGB5912889
HSL146°36.90%36.67%
HSB/HSV146°53.91%50.20%
CMYK53.91%0.00%30.47%
49.80%

Color #3B8059 in popluar number systems.

HEX3B8059
Decimal5912889
Binary111011100000001011001
Octal73200131

Shades and tints

Shades of #3B8059

#3B8059
(59,128,89)
#367551
(54,117,81)
#316A49
(49,106,73)
#2C5F41
(44,95,65)
#275439
(39,84,57)
#224931
(34,73,49)
#1D3E29
(29,62,41)
#183321
(24,51,33)
#132819
(19,40,25)
#0E1D11
(14,29,17)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #3B8059

#3B8059
(59,128,89)
#4C8B68
(76,139,104)
#5D9677
(93,150,119)
#6EA186
(110,161,134)
#7FAC95
(127,172,149)
#90B7A4
(144,183,164)
#A1C2B3
(161,194,179)
#B2CDC2
(178,205,194)
#C3D8D1
(195,216,209)
#D4E3E0
(212,227,224)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8059 color. Also use rgb(59,128,89) instead hex code.

Text Font Color

.myTextColor { color: #3B8059; }

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

This text font color is #3B8059.


Background Color

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

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

This div background color is #3B8059.


Border color

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

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

This div border color is #3B8059.


Opacity

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

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

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

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

This text has shadow with #3B8059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8059 on black background.


Color preview on white background

This text has color #3B8059 on white background.



Black color preview on #3B8059 background

This text has black color on #3B8059 background.


White color preview on #3B8059 background

This text has white color on #3B8059 background.