COLOR #3B8046

HEX: #3B8046
RGB: (59,128,70)

Color info

#3B8046 contains mainly green and blue colors. Web safe color of #3B8046 is #336633 (or #363).

RGB color model

#3B8046 color RGB value is (59,128,70).

  • red value is 59;
  • green value is 128;
  • blue value is 70.
RGB:
(59,128,70)
(23%,50%,27%)

RGB channels and saturation

R 59 of 255 = 23%
G 128 of 255 = 50%
B 70 of 255 = 27%

59
128
70

R + G + B ~ 33%. #3B8046 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 128 + 70 = 257 (100%)
R 59 of 257 ~ 22.96%
G 128 of 257 ~ 49.81%
B 70 of 257 ~ 27.24%

%22.96
%49.81
%27.24

CMYK color model

#3B8046 color CMYK value is (54,0,45,50).

  • cyan value is 53.91%
  • magenta value is 0.00%
  • yellow value is 45.31%
  • key color value is 49.80%
CMYK:
(54,0,45,50)
C54M0Y45K50 
(54%,0%,45%,50%)
(0.54/0.00/0.45/0.50)	

CMYK percentages

%53.91
%0
%45.31
%49.8

Codes

Color #3B8046 in popluar color models

3B8046
RGB5912870
HSL130°36.90%36.67%
HSB/HSV130°53.91%50.20%
CMYK53.91%0.00%45.31%
49.80%

Color #3B8046 in popluar number systems.

HEX3B8046
Decimal5912870
Binary111011100000001000110
Octal73200106

Shades and tints

Shades of #3B8046

#3B8046
(59,128,70)
#367540
(54,117,64)
#316A3A
(49,106,58)
#2C5F34
(44,95,52)
#27542E
(39,84,46)
#224928
(34,73,40)
#1D3E22
(29,62,34)
#18331C
(24,51,28)
#132816
(19,40,22)
#0E1D10
(14,29,16)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #3B8046

#3B8046
(59,128,70)
#4C8B56
(76,139,86)
#5D9666
(93,150,102)
#6EA176
(110,161,118)
#7FAC86
(127,172,134)
#90B796
(144,183,150)
#A1C2A6
(161,194,166)
#B2CDB6
(178,205,182)
#C3D8C6
(195,216,198)
#D4E3D6
(212,227,214)
#E5EEE6
(229,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8046 color. Also use rgb(59,128,70) instead hex code.

Text Font Color

.myTextColor { color: #3B8046; }

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

This text font color is #3B8046.


Background Color

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

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

This div background color is #3B8046.


Border color

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

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

This div border color is #3B8046.


Opacity

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

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

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

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

This text has shadow with #3B8046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8046 on black background.


Color preview on white background

This text has color #3B8046 on white background.



Black color preview on #3B8046 background

This text has black color on #3B8046 background.


White color preview on #3B8046 background

This text has white color on #3B8046 background.