COLOR #3B4E13

HEX: #3B4E13
RGB: (59,78,19)

Color info

#3B4E13 contains red, green and blue colors in about the same proportion. Web safe color of #3B4E13 is #336600 (or #360).

RGB color model

#3B4E13 color RGB value is (59,78,19).

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

RGB channels and saturation

R 59 of 255 = 23%
G 78 of 255 = 31%
B 19 of 255 = 7%

59
78
19

R + G + B ~ 20%. #3B4E13 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 78 + 19 = 156 (100%)
R 59 of 156 ~ 37.82%
G 78 of 156 ~ 50%
B 19 of 156 ~ 12.18%

%37.82
%50
%12.18

CMYK color model

#3B4E13 color CMYK value is (24,0,76,69).

  • cyan value is 24.36%
  • magenta value is 0.00%
  • yellow value is 75.64%
  • key color value is 69.41%
CMYK:
(24,0,76,69)
C24M0Y76K69 
(24%,0%,76%,69%)
(0.24/0.00/0.76/0.69)	

CMYK percentages

%24.36
%0
%75.64
%69.41

Codes

Color #3B4E13 in popluar color models

3B4E13
RGB597819
HSL79°60.82%19.02%
HSB/HSV79°75.64%30.59%
CMYK24.36%0.00%75.64%
69.41%

Color #3B4E13 in popluar number systems.

HEX3B4E13
Decimal597819
Binary111011100111010011
Octal7311623

Shades and tints

Shades of #3B4E13

#3B4E13
(59,78,19)
#364712
(54,71,18)
#314011
(49,64,17)
#2C3910
(44,57,16)
#27320F
(39,50,15)
#222B0E
(34,43,14)
#1D240D
(29,36,13)
#181D0C
(24,29,12)
#13160B
(19,22,11)
#0E0F0A
(14,15,10)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #3B4E13

#3B4E13
(59,78,19)
#4C5E28
(76,94,40)
#5D6E3D
(93,110,61)
#6E7E52
(110,126,82)
#7F8E67
(127,142,103)
#909E7C
(144,158,124)
#A1AE91
(161,174,145)
#B2BEA6
(178,190,166)
#C3CEBB
(195,206,187)
#D4DED0
(212,222,208)
#E5EEE5
(229,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4E13; }

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

This text font color is #3B4E13.


Background Color

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

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

This div background color is #3B4E13.


Border color

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

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

This div border color is #3B4E13.


Opacity

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

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

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

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

This text has shadow with #3B4E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4E13 on black background.


Color preview on white background

This text has color #3B4E13 on white background.



Black color preview on #3B4E13 background

This text has black color on #3B4E13 background.


White color preview on #3B4E13 background

This text has white color on #3B4E13 background.