COLOR #3B874B

HEX: #3B874B
RGB: (59,135,75)

Color info

#3B874B contains mainly green color. Web safe color of #3B874B is #339933 (or #393).

RGB color model

#3B874B color RGB value is (59,135,75).

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

RGB channels and saturation

R 59 of 255 = 23%
G 135 of 255 = 53%
B 75 of 255 = 29%

59
135
75

R + G + B ~ 35%. #3B874B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 135 + 75 = 269 (100%)
R 59 of 269 ~ 21.93%
G 135 of 269 ~ 50.19%
B 75 of 269 ~ 27.88%

%21.93
%50.19
%27.88

CMYK color model

#3B874B color CMYK value is (56,0,44,47).

  • cyan value is 56.30%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 47.06%
CMYK:
(56,0,44,47)
C56M0Y44K47 
(56%,0%,44%,47%)
(0.56/0.00/0.44/0.47)	

CMYK percentages

%56.3
%0
%44.44
%47.06

Codes

Color #3B874B in popluar color models

3B874B
RGB5913575
HSL133°39.18%38.04%
HSB/HSV133°56.30%52.94%
CMYK56.30%0.00%44.44%
47.06%

Color #3B874B in popluar number systems.

HEX3B874B
Decimal5913575
Binary111011100001111001011
Octal73207113

Shades and tints

Shades of #3B874B

#3B874B
(59,135,75)
#367B45
(54,123,69)
#316F3F
(49,111,63)
#2C6339
(44,99,57)
#275733
(39,87,51)
#224B2D
(34,75,45)
#1D3F27
(29,63,39)
#183321
(24,51,33)
#13271B
(19,39,27)
#0E1B15
(14,27,21)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #3B874B

#3B874B
(59,135,75)
#4C915B
(76,145,91)
#5D9B6B
(93,155,107)
#6EA57B
(110,165,123)
#7FAF8B
(127,175,139)
#90B99B
(144,185,155)
#A1C3AB
(161,195,171)
#B2CDBB
(178,205,187)
#C3D7CB
(195,215,203)
#D4E1DB
(212,225,219)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B874B; }

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

This text font color is #3B874B.


Background Color

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

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

This div background color is #3B874B.


Border color

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

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

This div border color is #3B874B.


Opacity

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

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

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

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

This text has shadow with #3B874B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B874B on black background.


Color preview on white background

This text has color #3B874B on white background.



Black color preview on #3B874B background

This text has black color on #3B874B background.


White color preview on #3B874B background

This text has white color on #3B874B background.