COLOR #3B6314

HEX: #3B6314
RGB: (59,99,20)

Color info

#3B6314 contains mainly red and green colors. Web safe color of #3B6314 is #336600 (or #360).

RGB color model

#3B6314 color RGB value is (59,99,20).

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

RGB channels and saturation

R 59 of 255 = 23%
G 99 of 255 = 39%
B 20 of 255 = 8%

59
99
20

R + G + B ~ 23%. #3B6314 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 99 + 20 = 178 (100%)
R 59 of 178 ~ 33.15%
G 99 of 178 ~ 55.62%
B 20 of 178 ~ 11.24%

%33.15
%55.62
%11.24

CMYK color model

#3B6314 color CMYK value is (40,0,80,61).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 79.80%
  • key color value is 61.18%
CMYK:
(40,0,80,61)
C40M0Y80K61 
(40%,0%,80%,61%)
(0.40/0.00/0.80/0.61)	

CMYK percentages

%40.4
%0
%79.8
%61.18

Codes

Color #3B6314 in popluar color models

3B6314
RGB599920
HSL90°66.39%23.33%
HSB/HSV90°79.80%38.82%
CMYK40.40%0.00%79.80%
61.18%

Color #3B6314 in popluar number systems.

HEX3B6314
Decimal599920
Binary111011110001110100
Octal7314324

Shades and tints

Shades of #3B6314

#3B6314
(59,99,20)
#365A13
(54,90,19)
#315112
(49,81,18)
#2C4811
(44,72,17)
#273F10
(39,63,16)
#22360F
(34,54,15)
#1D2D0E
(29,45,14)
#18240D
(24,36,13)
#131B0C
(19,27,12)
#0E120B
(14,18,11)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #3B6314

#3B6314
(59,99,20)
#4C7129
(76,113,41)
#5D7F3E
(93,127,62)
#6E8D53
(110,141,83)
#7F9B68
(127,155,104)
#90A97D
(144,169,125)
#A1B792
(161,183,146)
#B2C5A7
(178,197,167)
#C3D3BC
(195,211,188)
#D4E1D1
(212,225,209)
#E5EFE6
(229,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6314; }

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

This text font color is #3B6314.


Background Color

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

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

This div background color is #3B6314.


Border color

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

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

This div border color is #3B6314.


Opacity

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

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

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

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

This text has shadow with #3B6314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6314 on black background.


Color preview on white background

This text has color #3B6314 on white background.



Black color preview on #3B6314 background

This text has black color on #3B6314 background.


White color preview on #3B6314 background

This text has white color on #3B6314 background.