COLOR #3B6331

HEX: #3B6331
RGB: (59,99,49)

Color info

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

RGB color model

#3B6331 color RGB value is (59,99,49).

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

RGB channels and saturation

R 59 of 255 = 23%
G 99 of 255 = 39%
B 49 of 255 = 19%

59
99
49

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

Portions of RGB colors in percentages

R + G + B =
59 + 99 + 49 = 207 (100%)
R 59 of 207 ~ 28.5%
G 99 of 207 ~ 47.83%
B 49 of 207 ~ 23.67%

%28.5
%47.83
%23.67

CMYK color model

#3B6331 color CMYK value is (40,0,51,61).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 50.51%
  • key color value is 61.18%
CMYK:
(40,0,51,61)
C40M0Y51K61 
(40%,0%,51%,61%)
(0.40/0.00/0.51/0.61)	

CMYK percentages

%40.4
%0
%50.51
%61.18

Codes

Color #3B6331 in popluar color models

3B6331
RGB599949
HSL108°33.78%29.02%
HSB/HSV108°50.51%38.82%
CMYK40.40%0.00%50.51%
61.18%

Color #3B6331 in popluar number systems.

HEX3B6331
Decimal599949
Binary1110111100011110001
Octal7314361

Shades and tints

Shades of #3B6331

#3B6331
(59,99,49)
#365A2D
(54,90,45)
#315129
(49,81,41)
#2C4825
(44,72,37)
#273F21
(39,63,33)
#22361D
(34,54,29)
#1D2D19
(29,45,25)
#182415
(24,36,21)
#131B11
(19,27,17)
#0E120D
(14,18,13)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #3B6331

#3B6331
(59,99,49)
#4C7143
(76,113,67)
#5D7F55
(93,127,85)
#6E8D67
(110,141,103)
#7F9B79
(127,155,121)
#90A98B
(144,169,139)
#A1B79D
(161,183,157)
#B2C5AF
(178,197,175)
#C3D3C1
(195,211,193)
#D4E1D3
(212,225,211)
#E5EFE5
(229,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6331; }

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

This text font color is #3B6331.


Background Color

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

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

This div background color is #3B6331.


Border color

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

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

This div border color is #3B6331.


Opacity

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

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

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

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

This text has shadow with #3B6331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6331 on black background.


Color preview on white background

This text has color #3B6331 on white background.



Black color preview on #3B6331 background

This text has black color on #3B6331 background.


White color preview on #3B6331 background

This text has white color on #3B6331 background.