COLOR #3B9352

HEX: #3B9352
RGB: (59,147,82)

Color info

#3B9352 contains mainly green color. Web safe color of #3B9352 is #339966 (or #396).

RGB color model

#3B9352 color RGB value is (59,147,82).

  • red value is 59;
  • green value is 147;
  • blue value is 82.
RGB:
(59,147,82)
(23%,58%,32%)

RGB channels and saturation

R 59 of 255 = 23%
G 147 of 255 = 58%
B 82 of 255 = 32%

59
147
82

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

Portions of RGB colors in percentages

R + G + B =
59 + 147 + 82 = 288 (100%)
R 59 of 288 ~ 20.49%
G 147 of 288 ~ 51.04%
B 82 of 288 ~ 28.47%

%20.49
%51.04
%28.47

CMYK color model

#3B9352 color CMYK value is (60,0,44,42).

  • cyan value is 59.86%
  • magenta value is 0.00%
  • yellow value is 44.22%
  • key color value is 42.35%
CMYK:
(60,0,44,42)
C60M0Y44K42 
(60%,0%,44%,42%)
(0.60/0.00/0.44/0.42)	

CMYK percentages

%59.86
%0
%44.22
%42.35

Codes

Color #3B9352 in popluar color models

3B9352
RGB5914782
HSL136°42.72%40.39%
HSB/HSV136°59.86%57.65%
CMYK59.86%0.00%44.22%
42.35%

Color #3B9352 in popluar number systems.

HEX3B9352
Decimal5914782
Binary111011100100111010010
Octal73223122

Shades and tints

Shades of #3B9352

#3B9352
(59,147,82)
#36864B
(54,134,75)
#317944
(49,121,68)
#2C6C3D
(44,108,61)
#275F36
(39,95,54)
#22522F
(34,82,47)
#1D4528
(29,69,40)
#183821
(24,56,33)
#132B1A
(19,43,26)
#0E1E13
(14,30,19)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #3B9352

#3B9352
(59,147,82)
#4C9C61
(76,156,97)
#5DA570
(93,165,112)
#6EAE7F
(110,174,127)
#7FB78E
(127,183,142)
#90C09D
(144,192,157)
#A1C9AC
(161,201,172)
#B2D2BB
(178,210,187)
#C3DBCA
(195,219,202)
#D4E4D9
(212,228,217)
#E5EDE8
(229,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B9352 color. Also use rgb(59,147,82) instead hex code.

Text Font Color

.myTextColor { color: #3B9352; }

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

This text font color is #3B9352.


Background Color

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

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

This div background color is #3B9352.


Border color

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

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

This div border color is #3B9352.


Opacity

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

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

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

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

This text has shadow with #3B9352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B9352 on black background.


Color preview on white background

This text has color #3B9352 on white background.



Black color preview on #3B9352 background

This text has black color on #3B9352 background.


White color preview on #3B9352 background

This text has white color on #3B9352 background.