COLOR #3B6346

HEX: #3B6346
RGB: (59,99,70)

Color info

#3B6346 contains red, green and blue colors in about the same proportion. Web safe color of #3B6346 is #336633 (or #363).

RGB color model

#3B6346 color RGB value is (59,99,70).

  • red value is 59;
  • green value is 99;
  • blue value is 70.
RGB:
(59,99,70)
(23%,39%,27%)

RGB channels and saturation

R 59 of 255 = 23%
G 99 of 255 = 39%
B 70 of 255 = 27%

59
99
70

R + G + B ~ 30%. #3B6346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 99 + 70 = 228 (100%)
R 59 of 228 ~ 25.88%
G 99 of 228 ~ 43.42%
B 70 of 228 ~ 30.7%

%25.88
%43.42
%30.7

CMYK color model

#3B6346 color CMYK value is (40,0,29,61).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK:
(40,0,29,61)
C40M0Y29K61 
(40%,0%,29%,61%)
(0.40/0.00/0.29/0.61)	

CMYK percentages

%40.4
%0
%29.29
%61.18

Codes

Color #3B6346 in popluar color models

3B6346
RGB599970
HSL137°25.32%30.98%
HSB/HSV137°40.40%38.82%
CMYK40.40%0.00%29.29%
61.18%

Color #3B6346 in popluar number systems.

HEX3B6346
Decimal599970
Binary11101111000111000110
Octal73143106

Shades and tints

Shades of #3B6346

#3B6346
(59,99,70)
#365A40
(54,90,64)
#31513A
(49,81,58)
#2C4834
(44,72,52)
#273F2E
(39,63,46)
#223628
(34,54,40)
#1D2D22
(29,45,34)
#18241C
(24,36,28)
#131B16
(19,27,22)
#0E1210
(14,18,16)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #3B6346

#3B6346
(59,99,70)
#4C7156
(76,113,86)
#5D7F66
(93,127,102)
#6E8D76
(110,141,118)
#7F9B86
(127,155,134)
#90A996
(144,169,150)
#A1B7A6
(161,183,166)
#B2C5B6
(178,197,182)
#C3D3C6
(195,211,198)
#D4E1D6
(212,225,214)
#E5EFE6
(229,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6346 color. Also use rgb(59,99,70) instead hex code.

Text Font Color

.myTextColor { color: #3B6346; }

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

This text font color is #3B6346.


Background Color

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

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

This div background color is #3B6346.


Border color

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

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

This div border color is #3B6346.


Opacity

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

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

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

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

This text has shadow with #3B6346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6346 on black background.


Color preview on white background

This text has color #3B6346 on white background.



Black color preview on #3B6346 background

This text has black color on #3B6346 background.


White color preview on #3B6346 background

This text has white color on #3B6346 background.