COLOR #3B6C12

HEX: #3B6C12 RGB: (59,108,18)

Color info

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

RGB color model

#3B6C12 color RGB value is (59,108,18).

RGB: (59,108,18) (23%, 42%, 7%)

RGB channels and saturation

R 59 of 255 = 23%
G 108 of 255 = 42%
B 18 of 255 = 7%

59
108
18

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

Portions of RGB colors in percentages

R + G + B = 59 + 108 + 18 = 185 (100%)
R 59 of 185 ~ 31.89%
G 108 of 185 ~ 58.38%
B 18 of 185 ~ 9.73'%

%31.89
%58.38

CMYK color model

#3B6C12 color CMYK value is (45,0,83,58).

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

CMYK: (45,0,83,58)
C45M0Y83K58 (45%, 0%, 83%, 58%)
(0.45 / 0.00 / 0.83 / 0.58)

CMYK percentages

%45.37
%0
%83.33
%57.65

Codes

Color #3B6C12 in popluar color models

3B 6C 12
RGB 59 108 18
HSL 93° 71.43% 24.71%
HSB/HSV 93° 83.33% 42.35%
CMYK 45.37% 0.00% 83.33%
57.65%

Color #3B6C12 in popluar number systems.

HEX 3B 6C 12
Decimal 59 108 18
Binary 111011 1101100 10010
Octal 73 154 22

Shades and tints

Shades of #3B6C12

#3B6C12
(59,108,18)
#366311
(54,99,17)
#315A10
(49,90,16)
#2C510F
(44,81,15)
#27480E
(39,72,14)
#223F0D
(34,63,13)
#1D360C
(29,54,12)
#182D0B
(24,45,11)
#13240A
(19,36,10)
#0E1B09
(14,27,9)
#091208
(9,18,8)
#000000
(0,0,0)

Tints of #3B6C12

#3B6C12
(59,108,18)
#4C7927
(76,121,39)
#5D863C
(93,134,60)
#6E9351
(110,147,81)
#7FA066
(127,160,102)
#90AD7B
(144,173,123)
#A1BA90
(161,186,144)
#B2C7A5
(178,199,165)
#C3D4BA
(195,212,186)
#D4E1CF
(212,225,207)
#E5EEE4
(229,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6C12; }

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

This text font color is #3B6C12.

Background Color

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

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

This div background color is #3B6C12.

Border color

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

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

This div border color is #3B6C12.

Opacity

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

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

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

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

This text has shadow with #3B6C12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6C12.

Preview

Color preview on black background

This text has color #3B6C12 on black background.


Color preview on white background

This text has color #3B6C12 on white background.


Black color preview on #3B6C12 background

This text has black color on #3B6C12 background.


White color preview on #3B6C12 background

This text has white color on #3B6C12 background.


Related colors

Complementary color

Complementary color for #hex is #C493ED.


I love getcolorcode.com

Triadic colors

1 #123B6C and #6C123B with #3B6C12 are triadic colors.

2 #126C3B and #6C3B12 with #3B6C12 are triadic colors.