COLOR #3B4E14

HEX: #3B4E14
RGB: (59,78,20)

Color info

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

RGB color model

#3B4E14 color RGB value is (59,78,20).

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

RGB channels and saturation

R 59 of 255 = 23%
G 78 of 255 = 31%
B 20 of 255 = 8%

59
78
20

R + G + B ~ 21%. #3B4E14 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 78 + 20 = 157 (100%)
R 59 of 157 ~ 37.58%
G 78 of 157 ~ 49.68%
B 20 of 157 ~ 12.74%

%37.58
%49.68
%12.74

CMYK color model

#3B4E14 color CMYK value is (24,0,74,69).

  • cyan value is 24.36%
  • magenta value is 0.00%
  • yellow value is 74.36%
  • key color value is 69.41%
CMYK:
(24,0,74,69)
C24M0Y74K69 
(24%,0%,74%,69%)
(0.24/0.00/0.74/0.69)	

CMYK percentages

%24.36
%0
%74.36
%69.41

Codes

Color #3B4E14 in popluar color models

3B4E14
RGB597820
HSL80°59.18%19.22%
HSB/HSV80°74.36%30.59%
CMYK24.36%0.00%74.36%
69.41%

Color #3B4E14 in popluar number systems.

HEX3B4E14
Decimal597820
Binary111011100111010100
Octal7311624

Shades and tints

Shades of #3B4E14

#3B4E14
(59,78,20)
#364713
(54,71,19)
#314012
(49,64,18)
#2C3911
(44,57,17)
#273210
(39,50,16)
#222B0F
(34,43,15)
#1D240E
(29,36,14)
#181D0D
(24,29,13)
#13160C
(19,22,12)
#0E0F0B
(14,15,11)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #3B4E14

#3B4E14
(59,78,20)
#4C5E29
(76,94,41)
#5D6E3E
(93,110,62)
#6E7E53
(110,126,83)
#7F8E68
(127,142,104)
#909E7D
(144,158,125)
#A1AE92
(161,174,146)
#B2BEA7
(178,190,167)
#C3CEBC
(195,206,188)
#D4DED1
(212,222,209)
#E5EEE6
(229,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4E14; }

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

This text font color is #3B4E14.


Background Color

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

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

This div background color is #3B4E14.


Border color

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

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

This div border color is #3B4E14.


Opacity

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

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

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

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

This text has shadow with #3B4E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4E14 on black background.


Color preview on white background

This text has color #3B4E14 on white background.



Black color preview on #3B4E14 background

This text has black color on #3B4E14 background.


White color preview on #3B4E14 background

This text has white color on #3B4E14 background.