COLOR #3B894D

HEX: #3B894D
RGB: (59,137,77)

Color info

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

RGB color model

#3B894D color RGB value is (59,137,77).

  • red value is 59;
  • green value is 137;
  • blue value is 77.
RGB:
(59,137,77)
(23%,54%,30%)

RGB channels and saturation

R 59 of 255 = 23%
G 137 of 255 = 54%
B 77 of 255 = 30%

59
137
77

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

Portions of RGB colors in percentages

R + G + B =
59 + 137 + 77 = 273 (100%)
R 59 of 273 ~ 21.61%
G 137 of 273 ~ 50.18%
B 77 of 273 ~ 28.21%

%21.61
%50.18
%28.21

CMYK color model

#3B894D color CMYK value is (57,0,44,46).

  • cyan value is 56.93%
  • magenta value is 0.00%
  • yellow value is 43.80%
  • key color value is 46.27%
CMYK:
(57,0,44,46)
C57M0Y44K46 
(57%,0%,44%,46%)
(0.57/0.00/0.44/0.46)	

CMYK percentages

%56.93
%0
%43.8
%46.27

Codes

Color #3B894D in popluar color models

3B894D
RGB5913777
HSL134°39.80%38.43%
HSB/HSV134°56.93%53.73%
CMYK56.93%0.00%43.80%
46.27%

Color #3B894D in popluar number systems.

HEX3B894D
Decimal5913777
Binary111011100010011001101
Octal73211115

Shades and tints

Shades of #3B894D

#3B894D
(59,137,77)
#367D46
(54,125,70)
#31713F
(49,113,63)
#2C6538
(44,101,56)
#275931
(39,89,49)
#224D2A
(34,77,42)
#1D4123
(29,65,35)
#18351C
(24,53,28)
#132915
(19,41,21)
#0E1D0E
(14,29,14)
#091107
(9,17,7)
#000000
(0,0,0)

Tints of #3B894D

#3B894D
(59,137,77)
#4C935D
(76,147,93)
#5D9D6D
(93,157,109)
#6EA77D
(110,167,125)
#7FB18D
(127,177,141)
#90BB9D
(144,187,157)
#A1C5AD
(161,197,173)
#B2CFBD
(178,207,189)
#C3D9CD
(195,217,205)
#D4E3DD
(212,227,221)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B894D color. Also use rgb(59,137,77) instead hex code.

Text Font Color

.myTextColor { color: #3B894D; }

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

This text font color is #3B894D.


Background Color

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

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

This div background color is #3B894D.


Border color

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

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

This div border color is #3B894D.


Opacity

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

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

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

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

This text has shadow with #3B894D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B894D on black background.


Color preview on white background

This text has color #3B894D on white background.



Black color preview on #3B894D background

This text has black color on #3B894D background.


White color preview on #3B894D background

This text has white color on #3B894D background.