COLOR #3B6B15

HEX: #3B6B15
RGB: (59,107,21)

Color info

#3B6B15 contains mainly red and green colors. Web safe color of #3B6B15 is #336600 (or #360).

RGB color model

#3B6B15 color RGB value is (59,107,21).

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

RGB channels and saturation

R 59 of 255 = 23%
G 107 of 255 = 42%
B 21 of 255 = 8%

59
107
21

R + G + B ~ 24%. #3B6B15 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 107 + 21 = 187 (100%)
R 59 of 187 ~ 31.55%
G 107 of 187 ~ 57.22%
B 21 of 187 ~ 11.23%

%31.55
%57.22
%11.23

CMYK color model

#3B6B15 color CMYK value is (45,0,80,58).

  • cyan value is 44.86%
  • magenta value is 0.00%
  • yellow value is 80.37%
  • key color value is 58.04%
CMYK:
(45,0,80,58)
C45M0Y80K58 
(45%,0%,80%,58%)
(0.45/0.00/0.80/0.58)	

CMYK percentages

%44.86
%0
%80.37
%58.04

Codes

Color #3B6B15 in popluar color models

3B6B15
RGB5910721
HSL93°67.19%25.10%
HSB/HSV93°80.37%41.96%
CMYK44.86%0.00%80.37%
58.04%

Color #3B6B15 in popluar number systems.

HEX3B6B15
Decimal5910721
Binary111011110101110101
Octal7315325

Shades and tints

Shades of #3B6B15

#3B6B15
(59,107,21)
#366214
(54,98,20)
#315913
(49,89,19)
#2C5012
(44,80,18)
#274711
(39,71,17)
#223E10
(34,62,16)
#1D350F
(29,53,15)
#182C0E
(24,44,14)
#13230D
(19,35,13)
#0E1A0C
(14,26,12)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #3B6B15

#3B6B15
(59,107,21)
#4C782A
(76,120,42)
#5D853F
(93,133,63)
#6E9254
(110,146,84)
#7F9F69
(127,159,105)
#90AC7E
(144,172,126)
#A1B993
(161,185,147)
#B2C6A8
(178,198,168)
#C3D3BD
(195,211,189)
#D4E0D2
(212,224,210)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6B15; }

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

This text font color is #3B6B15.


Background Color

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

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

This div background color is #3B6B15.


Border color

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

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

This div border color is #3B6B15.


Opacity

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

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

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

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

This text has shadow with #3B6B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6B15 on black background.


Color preview on white background

This text has color #3B6B15 on white background.



Black color preview on #3B6B15 background

This text has black color on #3B6B15 background.


White color preview on #3B6B15 background

This text has white color on #3B6B15 background.