COLOR #3B6D2F

HEX: #3B6D2F RGB: (59,109,47)

Color info

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

RGB color model

#3B6D2F color RGB value is (59,109,47).

RGB: (59,109,47) (23%, 43%, 18%)

RGB channels and saturation

R 59 of 255 = 23%
G 109 of 255 = 43%
B 47 of 255 = 18%

59
109
47

R + G + B ~ 28%. #3B6D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 109 + 47 = 215 (100%)
R 59 of 215 ~ 27.44%
G 109 of 215 ~ 50.7%
B 47 of 215 ~ 21.86'%

%27.44
%50.7
%21.86

CMYK color model

#3B6D2F color CMYK value is (46,0,57,57).

  • cyan value is 45.87%
  • magenta value is 0.00%
  • yellow value is 56.88%
  • key color value is 57.25%

CMYK: (46,0,57,57)
C46M0Y57K57 (46%, 0%, 57%, 57%)
(0.46 / 0.00 / 0.57 / 0.57)

CMYK percentages

%45.87
%0
%56.88
%57.25

Codes

Color #3B6D2F in popluar color models

3B 6D 2F
RGB 59 109 47
HSL 108° 39.74% 30.59%
HSB/HSV 108° 56.88% 42.75%
CMYK 45.87% 0.00% 56.88%
57.25%

Color #3B6D2F in popluar number systems.

HEX 3B 6D 2F
Decimal 59 109 47
Binary 111011 1101101 101111
Octal 73 155 57

Shades and tints

Shades of #3B6D2F

#3B6D2F
(59,109,47)
#36642B
(54,100,43)
#315B27
(49,91,39)
#2C5223
(44,82,35)
#27491F
(39,73,31)
#22401B
(34,64,27)
#1D3717
(29,55,23)
#182E13
(24,46,19)
#13250F
(19,37,15)
#0E1C0B
(14,28,11)
#091307
(9,19,7)
#000000
(0,0,0)

Tints of #3B6D2F

#3B6D2F
(59,109,47)
#4C7A41
(76,122,65)
#5D8753
(93,135,83)
#6E9465
(110,148,101)
#7FA177
(127,161,119)
#90AE89
(144,174,137)
#A1BB9B
(161,187,155)
#B2C8AD
(178,200,173)
#C3D5BF
(195,213,191)
#D4E2D1
(212,226,209)
#E5EFE3
(229,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6D2F color. Also use rgb(59,109,47) instead hex code.

Text Font Color

.myTextColor { color: #3B6D2F; }

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

This text font color is #3B6D2F.

Background Color

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

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

This div background color is #3B6D2F.

Border color

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

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

This div border color is #3B6D2F.

Opacity

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

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

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

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

This text has shadow with #3B6D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6D2F.

Preview

Color preview on black background

This text has color #3B6D2F on black background.


Color preview on white background

This text has color #3B6D2F on white background.


Black color preview on #3B6D2F background

This text has black color on #3B6D2F background.


White color preview on #3B6D2F background

This text has white color on #3B6D2F background.


Related colors

Complementary color

Complementary color for #hex is #C492D0.


I love getcolorcode.com

Triadic colors

1 #2F3B6D and #6D2F3B with #3B6D2F are triadic colors.

2 #2F6D3B and #6D3B2F with #3B6D2F are triadic colors.