COLOR #3B8260

HEX: #3B8260
RGB: (59,130,96)

Color info

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

RGB color model

#3B8260 color RGB value is (59,130,96).

  • red value is 59;
  • green value is 130;
  • blue value is 96.
RGB:
(59,130,96)
(23%,51%,38%)

RGB channels and saturation

R 59 of 255 = 23%
G 130 of 255 = 51%
B 96 of 255 = 38%

59
130
96

R + G + B ~ 37%. #3B8260 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 130 + 96 = 285 (100%)
R 59 of 285 ~ 20.7%
G 130 of 285 ~ 45.61%
B 96 of 285 ~ 33.68%

%20.7
%45.61
%33.68

CMYK color model

#3B8260 color CMYK value is (55,0,26,49).

  • cyan value is 54.62%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 49.02%
CMYK:
(55,0,26,49)
C55M0Y26K49 
(55%,0%,26%,49%)
(0.55/0.00/0.26/0.49)	

CMYK percentages

%54.62
%0
%26.15
%49.02

Codes

Color #3B8260 in popluar color models

3B8260
RGB5913096
HSL151°37.57%37.06%
HSB/HSV151°54.62%50.98%
CMYK54.62%0.00%26.15%
49.02%

Color #3B8260 in popluar number systems.

HEX3B8260
Decimal5913096
Binary111011100000101100000
Octal73202140

Shades and tints

Shades of #3B8260

#3B8260
(59,130,96)
#367758
(54,119,88)
#316C50
(49,108,80)
#2C6148
(44,97,72)
#275640
(39,86,64)
#224B38
(34,75,56)
#1D4030
(29,64,48)
#183528
(24,53,40)
#132A20
(19,42,32)
#0E1F18
(14,31,24)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #3B8260

#3B8260
(59,130,96)
#4C8D6E
(76,141,110)
#5D987C
(93,152,124)
#6EA38A
(110,163,138)
#7FAE98
(127,174,152)
#90B9A6
(144,185,166)
#A1C4B4
(161,196,180)
#B2CFC2
(178,207,194)
#C3DAD0
(195,218,208)
#D4E5DE
(212,229,222)
#E5F0EC
(229,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8260 color. Also use rgb(59,130,96) instead hex code.

Text Font Color

.myTextColor { color: #3B8260; }

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

This text font color is #3B8260.


Background Color

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

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

This div background color is #3B8260.


Border color

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

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

This div border color is #3B8260.


Opacity

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

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

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

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

This text has shadow with #3B8260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8260 on black background.


Color preview on white background

This text has color #3B8260 on white background.



Black color preview on #3B8260 background

This text has black color on #3B8260 background.


White color preview on #3B8260 background

This text has white color on #3B8260 background.