COLOR #3B875F

HEX: #3B875F
RGB: (59,135,95)

Color info

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

RGB color model

#3B875F color RGB value is (59,135,95).

  • red value is 59;
  • green value is 135;
  • blue value is 95.
RGB:
(59,135,95)
(23%,53%,37%)

RGB channels and saturation

R 59 of 255 = 23%
G 135 of 255 = 53%
B 95 of 255 = 37%

59
135
95

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

Portions of RGB colors in percentages

R + G + B =
59 + 135 + 95 = 289 (100%)
R 59 of 289 ~ 20.42%
G 135 of 289 ~ 46.71%
B 95 of 289 ~ 32.87%

%20.42
%46.71
%32.87

CMYK color model

#3B875F color CMYK value is (56,0,30,47).

  • cyan value is 56.30%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK:
(56,0,30,47)
C56M0Y30K47 
(56%,0%,30%,47%)
(0.56/0.00/0.30/0.47)	

CMYK percentages

%56.3
%0
%29.63
%47.06

Codes

Color #3B875F in popluar color models

3B875F
RGB5913595
HSL148°39.18%38.04%
HSB/HSV148°56.30%52.94%
CMYK56.30%0.00%29.63%
47.06%

Color #3B875F in popluar number systems.

HEX3B875F
Decimal5913595
Binary111011100001111011111
Octal73207137

Shades and tints

Shades of #3B875F

#3B875F
(59,135,95)
#367B57
(54,123,87)
#316F4F
(49,111,79)
#2C6347
(44,99,71)
#27573F
(39,87,63)
#224B37
(34,75,55)
#1D3F2F
(29,63,47)
#183327
(24,51,39)
#13271F
(19,39,31)
#0E1B17
(14,27,23)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #3B875F

#3B875F
(59,135,95)
#4C916D
(76,145,109)
#5D9B7B
(93,155,123)
#6EA589
(110,165,137)
#7FAF97
(127,175,151)
#90B9A5
(144,185,165)
#A1C3B3
(161,195,179)
#B2CDC1
(178,205,193)
#C3D7CF
(195,215,207)
#D4E1DD
(212,225,221)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B875F color. Also use rgb(59,135,95) instead hex code.

Text Font Color

.myTextColor { color: #3B875F; }

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

This text font color is #3B875F.


Background Color

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

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

This div background color is #3B875F.


Border color

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

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

This div border color is #3B875F.


Opacity

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

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

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

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

This text has shadow with #3B875F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B875F on black background.


Color preview on white background

This text has color #3B875F on white background.



Black color preview on #3B875F background

This text has black color on #3B875F background.


White color preview on #3B875F background

This text has white color on #3B875F background.