COLOR #3B8649

HEX: #3B8649
RGB: (59,134,73)

Color info

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

RGB color model

#3B8649 color RGB value is (59,134,73).

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

RGB channels and saturation

R 59 of 255 = 23%
G 134 of 255 = 53%
B 73 of 255 = 29%

59
134
73

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

Portions of RGB colors in percentages

R + G + B =
59 + 134 + 73 = 266 (100%)
R 59 of 266 ~ 22.18%
G 134 of 266 ~ 50.38%
B 73 of 266 ~ 27.44%

%22.18
%50.38
%27.44

CMYK color model

#3B8649 color CMYK value is (56,0,46,47).

  • cyan value is 55.97%
  • magenta value is 0.00%
  • yellow value is 45.52%
  • key color value is 47.45%
CMYK:
(56,0,46,47)
C56M0Y46K47 
(56%,0%,46%,47%)
(0.56/0.00/0.46/0.47)	

CMYK percentages

%55.97
%0
%45.52
%47.45

Codes

Color #3B8649 in popluar color models

3B8649
RGB5913473
HSL131°38.86%37.84%
HSB/HSV131°55.97%52.55%
CMYK55.97%0.00%45.52%
47.45%

Color #3B8649 in popluar number systems.

HEX3B8649
Decimal5913473
Binary111011100001101001001
Octal73206111

Shades and tints

Shades of #3B8649

#3B8649
(59,134,73)
#367A43
(54,122,67)
#316E3D
(49,110,61)
#2C6237
(44,98,55)
#275631
(39,86,49)
#224A2B
(34,74,43)
#1D3E25
(29,62,37)
#18321F
(24,50,31)
#132619
(19,38,25)
#0E1A13
(14,26,19)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #3B8649

#3B8649
(59,134,73)
#4C9159
(76,145,89)
#5D9C69
(93,156,105)
#6EA779
(110,167,121)
#7FB289
(127,178,137)
#90BD99
(144,189,153)
#A1C8A9
(161,200,169)
#B2D3B9
(178,211,185)
#C3DEC9
(195,222,201)
#D4E9D9
(212,233,217)
#E5F4E9
(229,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8649 color. Also use rgb(59,134,73) instead hex code.

Text Font Color

.myTextColor { color: #3B8649; }

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

This text font color is #3B8649.


Background Color

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

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

This div background color is #3B8649.


Border color

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

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

This div border color is #3B8649.


Opacity

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

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

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

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

This text has shadow with #3B8649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8649 on black background.


Color preview on white background

This text has color #3B8649 on white background.



Black color preview on #3B8649 background

This text has black color on #3B8649 background.


White color preview on #3B8649 background

This text has white color on #3B8649 background.