COLOR #3B8614

HEX: #3B8614
RGB: (59,134,20)

Color info

#3B8614 contains mainly green color. Web safe color of #3B8614 is #339900 (or #390).

RGB color model

#3B8614 color RGB value is (59,134,20).

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

RGB channels and saturation

R 59 of 255 = 23%
G 134 of 255 = 53%
B 20 of 255 = 8%

59
134
20

R + G + B ~ 28%. #3B8614 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 134 + 20 = 213 (100%)
R 59 of 213 ~ 27.7%
G 134 of 213 ~ 62.91%
B 20 of 213 ~ 9.39%

%27.7
%62.91

CMYK color model

#3B8614 color CMYK value is (56,0,85,47).

  • cyan value is 55.97%
  • magenta value is 0.00%
  • yellow value is 85.07%
  • key color value is 47.45%
CMYK:
(56,0,85,47)
C56M0Y85K47 
(56%,0%,85%,47%)
(0.56/0.00/0.85/0.47)	

CMYK percentages

%55.97
%0
%85.07
%47.45

Codes

Color #3B8614 in popluar color models

3B8614
RGB5913420
HSL99°74.03%30.20%
HSB/HSV99°85.07%52.55%
CMYK55.97%0.00%85.07%
47.45%

Color #3B8614 in popluar number systems.

HEX3B8614
Decimal5913420
Binary1110111000011010100
Octal7320624

Shades and tints

Shades of #3B8614

#3B8614
(59,134,20)
#367A13
(54,122,19)
#316E12
(49,110,18)
#2C6211
(44,98,17)
#275610
(39,86,16)
#224A0F
(34,74,15)
#1D3E0E
(29,62,14)
#18320D
(24,50,13)
#13260C
(19,38,12)
#0E1A0B
(14,26,11)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #3B8614

#3B8614
(59,134,20)
#4C9129
(76,145,41)
#5D9C3E
(93,156,62)
#6EA753
(110,167,83)
#7FB268
(127,178,104)
#90BD7D
(144,189,125)
#A1C892
(161,200,146)
#B2D3A7
(178,211,167)
#C3DEBC
(195,222,188)
#D4E9D1
(212,233,209)
#E5F4E6
(229,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B8614; }

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

This text font color is #3B8614.


Background Color

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

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

This div background color is #3B8614.


Border color

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

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

This div border color is #3B8614.


Opacity

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

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

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

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

This text has shadow with #3B8614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8614 on black background.


Color preview on white background

This text has color #3B8614 on white background.



Black color preview on #3B8614 background

This text has black color on #3B8614 background.


White color preview on #3B8614 background

This text has white color on #3B8614 background.