COLOR #3B6C2B

HEX: #3B6C2B RGB: (59,108,43)

Color info

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

RGB color model

#3B6C2B color RGB value is (59,108,43).

RGB: (59,108,43) (23%, 42%, 17%)

RGB channels and saturation

R 59 of 255 = 23%
G 108 of 255 = 42%
B 43 of 255 = 17%

59
108
43

R + G + B ~ 27%. #3B6C2B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 108 + 43 = 210 (100%)
R 59 of 210 ~ 28.1%
G 108 of 210 ~ 51.43%
B 43 of 210 ~ 20.48'%

%28.1
%51.43
%20.48

CMYK color model

#3B6C2B color CMYK value is (45,0,60,58).

  • cyan value is 45.37%
  • magenta value is 0.00%
  • yellow value is 60.19%
  • key color value is 57.65%
CMYK: (45,0,60,58) C45M0Y60K58 (45%,0%,60%,58%) (0.45/0.00/0.60/0.58) 

CMYK percentages

%45.37
%0
%60.19
%57.65

Codes

Color #3B6C2B in popluar color models

3B 6C 2B
RGB 59 108 43
HSL 105° 43.05% 29.61%
HSB/HSV 105° 60.19% 42.35%
CMYK 45.37% 0.00% 60.19%
57.65%

Color #3B6C2B in popluar number systems.

HEX 3B 6C 2B
Decimal 59 108 43
Binary 111011 1101100 101011
Octal 73 154 53

Shades and tints

Shades of #3B6C2B

#3B6C2B
(59,108,43)
#366328
(54,99,40)
#315A25
(49,90,37)
#2C5122
(44,81,34)
#27481F
(39,72,31)
#223F1C
(34,63,28)
#1D3619
(29,54,25)
#182D16
(24,45,22)
#132413
(19,36,19)
#0E1B10
(14,27,16)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #3B6C2B

#3B6C2B
(59,108,43)
#4C793E
(76,121,62)
#5D8651
(93,134,81)
#6E9364
(110,147,100)
#7FA077
(127,160,119)
#90AD8A
(144,173,138)
#A1BA9D
(161,186,157)
#B2C7B0
(178,199,176)
#C3D4C3
(195,212,195)
#D4E1D6
(212,225,214)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6C2B; }

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

This text font color is #3B6C2B.

Background Color

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

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

This div background color is #3B6C2B.

Border color

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

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

This div border color is #3B6C2B.

Opacity

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

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

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

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

This text has shadow with #3B6C2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6C2B.

Preview

Color preview on black background

This text has color #3B6C2B on black background.


Color preview on white background

This text has color #3B6C2B on white background.


Black color preview on #3B6C2B background

This text has black color on #3B6C2B background.


White color preview on #3B6C2B background

This text has white color on #3B6C2B background.


Related colors

Complementary color

Complementary color for #hex is #C493D4.


I love getcolorcode.com

Triadic colors

1 #2B3B6C and #6C2B3B with #3B6C2B are triadic colors.

2 #2B6C3B and #6C3B2B with #3B6C2B are triadic colors.