COLOR #3B4311

HEX: #3B4311
RGB: (59,67,17)

Color info

#3B4311 contains red, green and blue colors in about the same proportion. Web safe color of #3B4311 is #333300 (or #330).

RGB color model

#3B4311 color RGB value is (59,67,17).

  • red value is 59;
  • green value is 67;
  • blue value is 17.
RGB:
(59,67,17)
(23%,26%,7%)

RGB channels and saturation

R 59 of 255 = 23%
G 67 of 255 = 26%
B 17 of 255 = 7%

59
67
17

R + G + B ~ 19%. #3B4311 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 67 + 17 = 143 (100%)
R 59 of 143 ~ 41.26%
G 67 of 143 ~ 46.85%
B 17 of 143 ~ 11.89%

%41.26
%46.85
%11.89

CMYK color model

#3B4311 color CMYK value is (12,0,75,74).

  • cyan value is 11.94%
  • magenta value is 0.00%
  • yellow value is 74.63%
  • key color value is 73.73%
CMYK:
(12,0,75,74)
C12M0Y75K74 
(12%,0%,75%,74%)
(0.12/0.00/0.75/0.74)	

CMYK percentages

%11.94
%0
%74.63
%73.73

Codes

Color #3B4311 in popluar color models

3B4311
RGB596717
HSL70°59.52%16.47%
HSB/HSV70°74.63%26.27%
CMYK11.94%0.00%74.63%
73.73%

Color #3B4311 in popluar number systems.

HEX3B4311
Decimal596717
Binary111011100001110001
Octal7310321

Shades and tints

Shades of #3B4311

#3B4311
(59,67,17)
#363D10
(54,61,16)
#31370F
(49,55,15)
#2C310E
(44,49,14)
#272B0D
(39,43,13)
#22250C
(34,37,12)
#1D1F0B
(29,31,11)
#18190A
(24,25,10)
#131309
(19,19,9)
#0E0D08
(14,13,8)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #3B4311

#3B4311
(59,67,17)
#4C5426
(76,84,38)
#5D653B
(93,101,59)
#6E7650
(110,118,80)
#7F8765
(127,135,101)
#90987A
(144,152,122)
#A1A98F
(161,169,143)
#B2BAA4
(178,186,164)
#C3CBB9
(195,203,185)
#D4DCCE
(212,220,206)
#E5EDE3
(229,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4311 color. Also use rgb(59,67,17) instead hex code.

Text Font Color

.myTextColor { color: #3B4311; }

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

This text font color is #3B4311.


Background Color

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

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

This div background color is #3B4311.


Border color

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

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

This div border color is #3B4311.


Opacity

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

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

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

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

This text has shadow with #3B4311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4311 on black background.


Color preview on white background

This text has color #3B4311 on white background.



Black color preview on #3B4311 background

This text has black color on #3B4311 background.


White color preview on #3B4311 background

This text has white color on #3B4311 background.