COLOR #3B6E2B

HEX: #3B6E2B
RGB: (59,110,43)

Color info

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

RGB color model

#3B6E2B color RGB value is (59,110,43).

  • red value is 59;
  • green value is 110;
  • blue value is 43.
RGB:
(59,110,43)
(23%,43%,17%)

RGB channels and saturation

R 59 of 255 = 23%
G 110 of 255 = 43%
B 43 of 255 = 17%

59
110
43

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

Portions of RGB colors in percentages

R + G + B =
59 + 110 + 43 = 212 (100%)
R 59 of 212 ~ 27.83%
G 110 of 212 ~ 51.89%
B 43 of 212 ~ 20.28%

%27.83
%51.89
%20.28

CMYK color model

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

  • cyan value is 46.36%
  • magenta value is 0.00%
  • yellow value is 60.91%
  • key color value is 56.86%
CMYK:
(46,0,61,57)
C46M0Y61K57 
(46%,0%,61%,57%)
(0.46/0.00/0.61/0.57)	

CMYK percentages

%46.36
%0
%60.91
%56.86

Codes

Color #3B6E2B in popluar color models

3B6E2B
RGB5911043
HSL106°43.79%30.00%
HSB/HSV106°60.91%43.14%
CMYK46.36%0.00%60.91%
56.86%

Color #3B6E2B in popluar number systems.

HEX3B6E2B
Decimal5911043
Binary1110111101110101011
Octal7315653

Shades and tints

Shades of #3B6E2B

#3B6E2B
(59,110,43)
#366428
(54,100,40)
#315A25
(49,90,37)
#2C5022
(44,80,34)
#27461F
(39,70,31)
#223C1C
(34,60,28)
#1D3219
(29,50,25)
#182816
(24,40,22)
#131E13
(19,30,19)
#0E1410
(14,20,16)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #3B6E2B

#3B6E2B
(59,110,43)
#4C7B3E
(76,123,62)
#5D8851
(93,136,81)
#6E9564
(110,149,100)
#7FA277
(127,162,119)
#90AF8A
(144,175,138)
#A1BC9D
(161,188,157)
#B2C9B0
(178,201,176)
#C3D6C3
(195,214,195)
#D4E3D6
(212,227,214)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6E2B; }

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

This text font color is #3B6E2B.


Background Color

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

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

This div background color is #3B6E2B.


Border color

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

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

This div border color is #3B6E2B.


Opacity

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

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

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

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

This text has shadow with #3B6E2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6E2B on black background.


Color preview on white background

This text has color #3B6E2B on white background.



Black color preview on #3B6E2B background

This text has black color on #3B6E2B background.


White color preview on #3B6E2B background

This text has white color on #3B6E2B background.