COLOR #3B7832

HEX: #3B7832
RGB: (59,120,50)

Color info

#3B7832 contains mainly green color. Web safe color of #3B7832 is #336633 (or #363).

RGB color model

#3B7832 color RGB value is (59,120,50).

  • red value is 59;
  • green value is 120;
  • blue value is 50.
RGB:
(59,120,50)
(23%,47%,20%)

RGB channels and saturation

R 59 of 255 = 23%
G 120 of 255 = 47%
B 50 of 255 = 20%

59
120
50

R + G + B ~ 30%. #3B7832 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 120 + 50 = 229 (100%)
R 59 of 229 ~ 25.76%
G 120 of 229 ~ 52.4%
B 50 of 229 ~ 21.83%

%25.76
%52.4
%21.83

CMYK color model

#3B7832 color CMYK value is (51,0,58,53).

  • cyan value is 50.83%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 52.94%
CMYK:
(51,0,58,53)
C51M0Y58K53 
(51%,0%,58%,53%)
(0.51/0.00/0.58/0.53)	

CMYK percentages

%50.83
%0
%58.33
%52.94

Codes

Color #3B7832 in popluar color models

3B7832
RGB5912050
HSL112°41.18%33.33%
HSB/HSV112°58.33%47.06%
CMYK50.83%0.00%58.33%
52.94%

Color #3B7832 in popluar number systems.

HEX3B7832
Decimal5912050
Binary1110111111000110010
Octal7317062

Shades and tints

Shades of #3B7832

#3B7832
(59,120,50)
#366E2E
(54,110,46)
#31642A
(49,100,42)
#2C5A26
(44,90,38)
#275022
(39,80,34)
#22461E
(34,70,30)
#1D3C1A
(29,60,26)
#183216
(24,50,22)
#132812
(19,40,18)
#0E1E0E
(14,30,14)
#09140A
(9,20,10)
#000000
(0,0,0)

Tints of #3B7832

#3B7832
(59,120,50)
#4C8444
(76,132,68)
#5D9056
(93,144,86)
#6E9C68
(110,156,104)
#7FA87A
(127,168,122)
#90B48C
(144,180,140)
#A1C09E
(161,192,158)
#B2CCB0
(178,204,176)
#C3D8C2
(195,216,194)
#D4E4D4
(212,228,212)
#E5F0E6
(229,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7832 color. Also use rgb(59,120,50) instead hex code.

Text Font Color

.myTextColor { color: #3B7832; }

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

This text font color is #3B7832.


Background Color

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

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

This div background color is #3B7832.


Border color

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

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

This div border color is #3B7832.


Opacity

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

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

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

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

This text has shadow with #3B7832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7832 on black background.


Color preview on white background

This text has color #3B7832 on white background.



Black color preview on #3B7832 background

This text has black color on #3B7832 background.


White color preview on #3B7832 background

This text has white color on #3B7832 background.