COLOR #3B9515

HEX: #3B9515
RGB: (59,149,21)

Color info

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

RGB color model

#3B9515 color RGB value is (59,149,21).

  • red value is 59;
  • green value is 149;
  • blue value is 21.
RGB:
(59,149,21)
(23%,58%,8%)

RGB channels and saturation

R 59 of 255 = 23%
G 149 of 255 = 58%
B 21 of 255 = 8%

59
149
21

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

Portions of RGB colors in percentages

R + G + B =
59 + 149 + 21 = 229 (100%)
R 59 of 229 ~ 25.76%
G 149 of 229 ~ 65.07%
B 21 of 229 ~ 9.17%

%25.76
%65.07

CMYK color model

#3B9515 color CMYK value is (60,0,86,42).

  • cyan value is 60.40%
  • magenta value is 0.00%
  • yellow value is 85.91%
  • key color value is 41.57%
CMYK:
(60,0,86,42)
C60M0Y86K42 
(60%,0%,86%,42%)
(0.60/0.00/0.86/0.42)	

CMYK percentages

%60.4
%0
%85.91
%41.57

Codes

Color #3B9515 in popluar color models

3B9515
RGB5914921
HSL102°75.29%33.33%
HSB/HSV102°85.91%58.43%
CMYK60.40%0.00%85.91%
41.57%

Color #3B9515 in popluar number systems.

HEX3B9515
Decimal5914921
Binary1110111001010110101
Octal7322525

Shades and tints

Shades of #3B9515

#3B9515
(59,149,21)
#368814
(54,136,20)
#317B13
(49,123,19)
#2C6E12
(44,110,18)
#276111
(39,97,17)
#225410
(34,84,16)
#1D470F
(29,71,15)
#183A0E
(24,58,14)
#132D0D
(19,45,13)
#0E200C
(14,32,12)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #3B9515

#3B9515
(59,149,21)
#4C9E2A
(76,158,42)
#5DA73F
(93,167,63)
#6EB054
(110,176,84)
#7FB969
(127,185,105)
#90C27E
(144,194,126)
#A1CB93
(161,203,147)
#B2D4A8
(178,212,168)
#C3DDBD
(195,221,189)
#D4E6D2
(212,230,210)
#E5EFE7
(229,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B9515 color. Also use rgb(59,149,21) instead hex code.

Text Font Color

.myTextColor { color: #3B9515; }

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

This text font color is #3B9515.


Background Color

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

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

This div background color is #3B9515.


Border color

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

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

This div border color is #3B9515.


Opacity

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

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

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

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

This text has shadow with #3B9515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B9515 on black background.


Color preview on white background

This text has color #3B9515 on white background.



Black color preview on #3B9515 background

This text has black color on #3B9515 background.


White color preview on #3B9515 background

This text has white color on #3B9515 background.