COLOR #3B7F0F

HEX: #3B7F0F
RGB: (59,127,15)

Color info

#3B7F0F contains mainly green color. Web safe color of #3B7F0F is #336600 (or #360).

RGB color model

#3B7F0F color RGB value is (59,127,15).

  • red value is 59;
  • green value is 127;
  • blue value is 15.
RGB:
(59,127,15)
(23%,50%,6%)

RGB channels and saturation

R 59 of 255 = 23%
G 127 of 255 = 50%
B 15 of 255 = 6%

59
127
15

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

Portions of RGB colors in percentages

R + G + B =
59 + 127 + 15 = 201 (100%)
R 59 of 201 ~ 29.35%
G 127 of 201 ~ 63.18%
B 15 of 201 ~ 7.46%

%29.35
%63.18

CMYK color model

#3B7F0F color CMYK value is (54,0,88,50).

  • cyan value is 53.54%
  • magenta value is 0.00%
  • yellow value is 88.19%
  • key color value is 50.20%
CMYK:
(54,0,88,50)
C54M0Y88K50 
(54%,0%,88%,50%)
(0.54/0.00/0.88/0.50)	

CMYK percentages

%53.54
%0
%88.19
%50.2

Codes

Color #3B7F0F in popluar color models

3B7F0F
RGB5912715
HSL96°78.87%27.84%
HSB/HSV96°88.19%49.80%
CMYK53.54%0.00%88.19%
50.20%

Color #3B7F0F in popluar number systems.

HEX3B7F0F
Decimal5912715
Binary11101111111111111
Octal7317717

Shades and tints

Shades of #3B7F0F

#3B7F0F
(59,127,15)
#36740E
(54,116,14)
#31690D
(49,105,13)
#2C5E0C
(44,94,12)
#27530B
(39,83,11)
#22480A
(34,72,10)
#1D3D09
(29,61,9)
#183208
(24,50,8)
#132707
(19,39,7)
#0E1C06
(14,28,6)
#091105
(9,17,5)
#000000
(0,0,0)

Tints of #3B7F0F

#3B7F0F
(59,127,15)
#4C8A24
(76,138,36)
#5D9539
(93,149,57)
#6EA04E
(110,160,78)
#7FAB63
(127,171,99)
#90B678
(144,182,120)
#A1C18D
(161,193,141)
#B2CCA2
(178,204,162)
#C3D7B7
(195,215,183)
#D4E2CC
(212,226,204)
#E5EDE1
(229,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7F0F color. Also use rgb(59,127,15) instead hex code.

Text Font Color

.myTextColor { color: #3B7F0F; }

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

This text font color is #3B7F0F.


Background Color

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

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

This div background color is #3B7F0F.


Border color

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

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

This div border color is #3B7F0F.


Opacity

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

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

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

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

This text has shadow with #3B7F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7F0F on black background.


Color preview on white background

This text has color #3B7F0F on white background.



Black color preview on #3B7F0F background

This text has black color on #3B7F0F background.


White color preview on #3B7F0F background

This text has white color on #3B7F0F background.