COLOR #3B6213

HEX: #3B6213
RGB: (59,98,19)

Color info

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

RGB color model

#3B6213 color RGB value is (59,98,19).

  • red value is 59;
  • green value is 98;
  • blue value is 19.
RGB:
(59,98,19)
(23%,38%,7%)

RGB channels and saturation

R 59 of 255 = 23%
G 98 of 255 = 38%
B 19 of 255 = 7%

59
98
19

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

Portions of RGB colors in percentages

R + G + B =
59 + 98 + 19 = 176 (100%)
R 59 of 176 ~ 33.52%
G 98 of 176 ~ 55.68%
B 19 of 176 ~ 10.8%

%33.52
%55.68
%10.8

CMYK color model

#3B6213 color CMYK value is (40,0,81,62).

  • cyan value is 39.80%
  • magenta value is 0.00%
  • yellow value is 80.61%
  • key color value is 61.57%
CMYK:
(40,0,81,62)
C40M0Y81K62 
(40%,0%,81%,62%)
(0.40/0.00/0.81/0.62)	

CMYK percentages

%39.8
%0
%80.61
%61.57

Codes

Color #3B6213 in popluar color models

3B6213
RGB599819
HSL90°67.52%22.94%
HSB/HSV90°80.61%38.43%
CMYK39.80%0.00%80.61%
61.57%

Color #3B6213 in popluar number systems.

HEX3B6213
Decimal599819
Binary111011110001010011
Octal7314223

Shades and tints

Shades of #3B6213

#3B6213
(59,98,19)
#365A12
(54,90,18)
#315211
(49,82,17)
#2C4A10
(44,74,16)
#27420F
(39,66,15)
#223A0E
(34,58,14)
#1D320D
(29,50,13)
#182A0C
(24,42,12)
#13220B
(19,34,11)
#0E1A0A
(14,26,10)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #3B6213

#3B6213
(59,98,19)
#4C7028
(76,112,40)
#5D7E3D
(93,126,61)
#6E8C52
(110,140,82)
#7F9A67
(127,154,103)
#90A87C
(144,168,124)
#A1B691
(161,182,145)
#B2C4A6
(178,196,166)
#C3D2BB
(195,210,187)
#D4E0D0
(212,224,208)
#E5EEE5
(229,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6213 color. Also use rgb(59,98,19) instead hex code.

Text Font Color

.myTextColor { color: #3B6213; }

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

This text font color is #3B6213.


Background Color

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

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

This div background color is #3B6213.


Border color

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

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

This div border color is #3B6213.


Opacity

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

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

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

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

This text has shadow with #3B6213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6213 on black background.


Color preview on white background

This text has color #3B6213 on white background.



Black color preview on #3B6213 background

This text has black color on #3B6213 background.


White color preview on #3B6213 background

This text has white color on #3B6213 background.