COLOR #3B8359

HEX: #3B8359
RGB: (59,131,89)

Color info

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

RGB color model

#3B8359 color RGB value is (59,131,89).

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

RGB channels and saturation

R 59 of 255 = 23%
G 131 of 255 = 51%
B 89 of 255 = 35%

59
131
89

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

Portions of RGB colors in percentages

R + G + B =
59 + 131 + 89 = 279 (100%)
R 59 of 279 ~ 21.15%
G 131 of 279 ~ 46.95%
B 89 of 279 ~ 31.9%

%21.15
%46.95
%31.9

CMYK color model

#3B8359 color CMYK value is (55,0,32,49).

  • cyan value is 54.96%
  • magenta value is 0.00%
  • yellow value is 32.06%
  • key color value is 48.63%
CMYK:
(55,0,32,49)
C55M0Y32K49 
(55%,0%,32%,49%)
(0.55/0.00/0.32/0.49)	

CMYK percentages

%54.96
%0
%32.06
%48.63

Codes

Color #3B8359 in popluar color models

3B8359
RGB5913189
HSL145°37.89%37.25%
HSB/HSV145°54.96%51.37%
CMYK54.96%0.00%32.06%
48.63%

Color #3B8359 in popluar number systems.

HEX3B8359
Decimal5913189
Binary111011100000111011001
Octal73203131

Shades and tints

Shades of #3B8359

#3B8359
(59,131,89)
#367851
(54,120,81)
#316D49
(49,109,73)
#2C6241
(44,98,65)
#275739
(39,87,57)
#224C31
(34,76,49)
#1D4129
(29,65,41)
#183621
(24,54,33)
#132B19
(19,43,25)
#0E2011
(14,32,17)
#091509
(9,21,9)
#000000
(0,0,0)

Tints of #3B8359

#3B8359
(59,131,89)
#4C8E68
(76,142,104)
#5D9977
(93,153,119)
#6EA486
(110,164,134)
#7FAF95
(127,175,149)
#90BAA4
(144,186,164)
#A1C5B3
(161,197,179)
#B2D0C2
(178,208,194)
#C3DBD1
(195,219,209)
#D4E6E0
(212,230,224)
#E5F1EF
(229,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B8359; }

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

This text font color is #3B8359.


Background Color

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

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

This div background color is #3B8359.


Border color

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

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

This div border color is #3B8359.


Opacity

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

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

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

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

This text has shadow with #3B8359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8359 on black background.


Color preview on white background

This text has color #3B8359 on white background.



Black color preview on #3B8359 background

This text has black color on #3B8359 background.


White color preview on #3B8359 background

This text has white color on #3B8359 background.