COLOR #3B6C0F

HEX: #3B6C0F RGB: (59,108,15)

Color info

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

RGB color model

#3B6C0F color RGB value is (59,108,15).

RGB: (59,108,15) (23%, 42%, 6%)

RGB channels and saturation

R 59 of 255 = 23%
G 108 of 255 = 42%
B 15 of 255 = 6%

59
108
15

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

Portions of RGB colors in percentages

R + G + B = 59 + 108 + 15 = 182 (100%)
R 59 of 182 ~ 32.42%
G 108 of 182 ~ 59.34%
B 15 of 182 ~ 8.24'%

%32.42
%59.34

CMYK color model

#3B6C0F color CMYK value is (45,0,86,58).

  • cyan value is 45.37%
  • magenta value is 0.00%
  • yellow value is 86.11%
  • key color value is 57.65%

CMYK: (45,0,86,58)
C45M0Y86K58 (45%, 0%, 86%, 58%)
(0.45 / 0.00 / 0.86 / 0.58)

CMYK percentages

%45.37
%0
%86.11
%57.65

Codes

Color #3B6C0F in popluar color models

3B 6C 0F
RGB 59 108 15
HSL 92° 75.61% 24.12%
HSB/HSV 92° 86.11% 42.35%
CMYK 45.37% 0.00% 86.11%
57.65%

Color #3B6C0F in popluar number systems.

HEX 3B 6C 0F
Decimal 59 108 15
Binary 111011 1101100 1111
Octal 73 154 17

Shades and tints

Shades of #3B6C0F

#3B6C0F
(59,108,15)
#36630E
(54,99,14)
#315A0D
(49,90,13)
#2C510C
(44,81,12)
#27480B
(39,72,11)
#223F0A
(34,63,10)
#1D3609
(29,54,9)
#182D08
(24,45,8)
#132407
(19,36,7)
#0E1B06
(14,27,6)
#091205
(9,18,5)
#000000
(0,0,0)

Tints of #3B6C0F

#3B6C0F
(59,108,15)
#4C7924
(76,121,36)
#5D8639
(93,134,57)
#6E934E
(110,147,78)
#7FA063
(127,160,99)
#90AD78
(144,173,120)
#A1BA8D
(161,186,141)
#B2C7A2
(178,199,162)
#C3D4B7
(195,212,183)
#D4E1CC
(212,225,204)
#E5EEE1
(229,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6C0F; }

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

This text font color is #3B6C0F.

Background Color

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

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

This div background color is #3B6C0F.

Border color

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

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

This div border color is #3B6C0F.

Opacity

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

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

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

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

This text has shadow with #3B6C0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6C0F.

Preview

Color preview on black background

This text has color #3B6C0F on black background.


Color preview on white background

This text has color #3B6C0F on white background.


Black color preview on #3B6C0F background

This text has black color on #3B6C0F background.


White color preview on #3B6C0F background

This text has white color on #3B6C0F background.


Related colors

Complementary color

Complementary color for #hex is #C493F0.


I love getcolorcode.com

Triadic colors

1 #0F3B6C and #6C0F3B with #3B6C0F are triadic colors.

2 #0F6C3B and #6C3B0F with #3B6C0F are triadic colors.