COLOR #3B6F1F

HEX: #3B6F1F
RGB: (59,111,31)

Color info

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

RGB color model

#3B6F1F color RGB value is (59,111,31).

  • red value is 59;
  • green value is 111;
  • blue value is 31.
RGB:
(59,111,31)
(23%,44%,12%)

RGB channels and saturation

R 59 of 255 = 23%
G 111 of 255 = 44%
B 31 of 255 = 12%

59
111
31

R + G + B ~ 26%. #3B6F1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 111 + 31 = 201 (100%)
R 59 of 201 ~ 29.35%
G 111 of 201 ~ 55.22%
B 31 of 201 ~ 15.42%

%29.35
%55.22
%15.42

CMYK color model

#3B6F1F color CMYK value is (47,0,72,56).

  • cyan value is 46.85%
  • magenta value is 0.00%
  • yellow value is 72.07%
  • key color value is 56.47%
CMYK:
(47,0,72,56)
C47M0Y72K56 
(47%,0%,72%,56%)
(0.47/0.00/0.72/0.56)	

CMYK percentages

%46.85
%0
%72.07
%56.47

Codes

Color #3B6F1F in popluar color models

3B6F1F
RGB5911131
HSL99°56.34%27.84%
HSB/HSV99°72.07%43.53%
CMYK46.85%0.00%72.07%
56.47%

Color #3B6F1F in popluar number systems.

HEX3B6F1F
Decimal5911131
Binary111011110111111111
Octal7315737

Shades and tints

Shades of #3B6F1F

#3B6F1F
(59,111,31)
#36651D
(54,101,29)
#315B1B
(49,91,27)
#2C5119
(44,81,25)
#274717
(39,71,23)
#223D15
(34,61,21)
#1D3313
(29,51,19)
#182911
(24,41,17)
#131F0F
(19,31,15)
#0E150D
(14,21,13)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #3B6F1F

#3B6F1F
(59,111,31)
#4C7C33
(76,124,51)
#5D8947
(93,137,71)
#6E965B
(110,150,91)
#7FA36F
(127,163,111)
#90B083
(144,176,131)
#A1BD97
(161,189,151)
#B2CAAB
(178,202,171)
#C3D7BF
(195,215,191)
#D4E4D3
(212,228,211)
#E5F1E7
(229,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6F1F color. Also use rgb(59,111,31) instead hex code.

Text Font Color

.myTextColor { color: #3B6F1F; }

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

This text font color is #3B6F1F.


Background Color

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

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

This div background color is #3B6F1F.


Border color

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

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

This div border color is #3B6F1F.


Opacity

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

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

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

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

This text has shadow with #3B6F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6F1F on black background.


Color preview on white background

This text has color #3B6F1F on white background.



Black color preview on #3B6F1F background

This text has black color on #3B6F1F background.


White color preview on #3B6F1F background

This text has white color on #3B6F1F background.