COLOR #3B6935

HEX: #3B6935
RGB: (59,105,53)

Color info

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

RGB color model

#3B6935 color RGB value is (59,105,53).

  • red value is 59;
  • green value is 105;
  • blue value is 53.
RGB:
(59,105,53)
(23%,41%,21%)

RGB channels and saturation

R 59 of 255 = 23%
G 105 of 255 = 41%
B 53 of 255 = 21%

59
105
53

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

Portions of RGB colors in percentages

R + G + B =
59 + 105 + 53 = 217 (100%)
R 59 of 217 ~ 27.19%
G 105 of 217 ~ 48.39%
B 53 of 217 ~ 24.42%

%27.19
%48.39
%24.42

CMYK color model

#3B6935 color CMYK value is (44,0,50,59).

  • cyan value is 43.81%
  • magenta value is 0.00%
  • yellow value is 49.52%
  • key color value is 58.82%
CMYK:
(44,0,50,59)
C44M0Y50K59 
(44%,0%,50%,59%)
(0.44/0.00/0.50/0.59)	

CMYK percentages

%43.81
%0
%49.52
%58.82

Codes

Color #3B6935 in popluar color models

3B6935
RGB5910553
HSL113°32.91%30.98%
HSB/HSV113°49.52%41.18%
CMYK43.81%0.00%49.52%
58.82%

Color #3B6935 in popluar number systems.

HEX3B6935
Decimal5910553
Binary1110111101001110101
Octal7315165

Shades and tints

Shades of #3B6935

#3B6935
(59,105,53)
#366031
(54,96,49)
#31572D
(49,87,45)
#2C4E29
(44,78,41)
#274525
(39,69,37)
#223C21
(34,60,33)
#1D331D
(29,51,29)
#182A19
(24,42,25)
#132115
(19,33,21)
#0E1811
(14,24,17)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #3B6935

#3B6935
(59,105,53)
#4C7647
(76,118,71)
#5D8359
(93,131,89)
#6E906B
(110,144,107)
#7F9D7D
(127,157,125)
#90AA8F
(144,170,143)
#A1B7A1
(161,183,161)
#B2C4B3
(178,196,179)
#C3D1C5
(195,209,197)
#D4DED7
(212,222,215)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6935 color. Also use rgb(59,105,53) instead hex code.

Text Font Color

.myTextColor { color: #3B6935; }

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

This text font color is #3B6935.


Background Color

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

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

This div background color is #3B6935.


Border color

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

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

This div border color is #3B6935.


Opacity

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

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

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

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

This text has shadow with #3B6935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6935 on black background.


Color preview on white background

This text has color #3B6935 on white background.



Black color preview on #3B6935 background

This text has black color on #3B6935 background.


White color preview on #3B6935 background

This text has white color on #3B6935 background.