COLOR #3B8265

HEX: #3B8265
RGB: (59,130,101)

Color info

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

RGB color model

#3B8265 color RGB value is (59,130,101).

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

RGB channels and saturation

R 59 of 255 = 23%
G 130 of 255 = 51%
B 101 of 255 = 40%

59
130
101

R + G + B ~ 38%. #3B8265 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 130 + 101 = 290 (100%)
R 59 of 290 ~ 20.34%
G 130 of 290 ~ 44.83%
B 101 of 290 ~ 34.83%

%20.34
%44.83
%34.83

CMYK color model

#3B8265 color CMYK value is (55,0,22,49).

  • cyan value is 54.62%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 49.02%
CMYK:
(55,0,22,49)
C55M0Y22K49 
(55%,0%,22%,49%)
(0.55/0.00/0.22/0.49)	

CMYK percentages

%54.62
%0
%22.31
%49.02

Codes

Color #3B8265 in popluar color models

3B8265
RGB59130101
HSL155°37.57%37.06%
HSB/HSV155°54.62%50.98%
CMYK54.62%0.00%22.31%
49.02%

Color #3B8265 in popluar number systems.

HEX3B8265
Decimal59130101
Binary111011100000101100101
Octal73202145

Shades and tints

Shades of #3B8265

#3B8265
(59,130,101)
#36775C
(54,119,92)
#316C53
(49,108,83)
#2C614A
(44,97,74)
#275641
(39,86,65)
#224B38
(34,75,56)
#1D402F
(29,64,47)
#183526
(24,53,38)
#132A1D
(19,42,29)
#0E1F14
(14,31,20)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #3B8265

#3B8265
(59,130,101)
#4C8D73
(76,141,115)
#5D9881
(93,152,129)
#6EA38F
(110,163,143)
#7FAE9D
(127,174,157)
#90B9AB
(144,185,171)
#A1C4B9
(161,196,185)
#B2CFC7
(178,207,199)
#C3DAD5
(195,218,213)
#D4E5E3
(212,229,227)
#E5F0F1
(229,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B8265; }

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

This text font color is #3B8265.


Background Color

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

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

This div background color is #3B8265.


Border color

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

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

This div border color is #3B8265.


Opacity

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

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

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

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

This text has shadow with #3B8265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8265 on black background.


Color preview on white background

This text has color #3B8265 on white background.



Black color preview on #3B8265 background

This text has black color on #3B8265 background.


White color preview on #3B8265 background

This text has white color on #3B8265 background.