COLOR #3B4310

HEX: #3B4310
RGB: (59,67,16)

Color info

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

RGB color model

#3B4310 color RGB value is (59,67,16).

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

RGB channels and saturation

R 59 of 255 = 23%
G 67 of 255 = 26%
B 16 of 255 = 6%

59
67
16

R + G + B ~ 18%. #3B4310 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 67 + 16 = 142 (100%)
R 59 of 142 ~ 41.55%
G 67 of 142 ~ 47.18%
B 16 of 142 ~ 11.27%

%41.55
%47.18
%11.27

CMYK color model

#3B4310 color CMYK value is (12,0,76,74).

  • cyan value is 11.94%
  • magenta value is 0.00%
  • yellow value is 76.12%
  • key color value is 73.73%
CMYK:
(12,0,76,74)
C12M0Y76K74 
(12%,0%,76%,74%)
(0.12/0.00/0.76/0.74)	

CMYK percentages

%11.94
%0
%76.12
%73.73

Codes

Color #3B4310 in popluar color models

3B4310
RGB596716
HSL69°61.45%16.27%
HSB/HSV69°76.12%26.27%
CMYK11.94%0.00%76.12%
73.73%

Color #3B4310 in popluar number systems.

HEX3B4310
Decimal596716
Binary111011100001110000
Octal7310320

Shades and tints

Shades of #3B4310

#3B4310
(59,67,16)
#363D0F
(54,61,15)
#31370E
(49,55,14)
#2C310D
(44,49,13)
#272B0C
(39,43,12)
#22250B
(34,37,11)
#1D1F0A
(29,31,10)
#181909
(24,25,9)
#131308
(19,19,8)
#0E0D07
(14,13,7)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #3B4310

#3B4310
(59,67,16)
#4C5425
(76,84,37)
#5D653A
(93,101,58)
#6E764F
(110,118,79)
#7F8764
(127,135,100)
#909879
(144,152,121)
#A1A98E
(161,169,142)
#B2BAA3
(178,186,163)
#C3CBB8
(195,203,184)
#D4DCCD
(212,220,205)
#E5EDE2
(229,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4310; }

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

This text font color is #3B4310.


Background Color

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

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

This div background color is #3B4310.


Border color

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

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

This div border color is #3B4310.


Opacity

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

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

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

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

This text has shadow with #3B4310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4310 on black background.


Color preview on white background

This text has color #3B4310 on white background.



Black color preview on #3B4310 background

This text has black color on #3B4310 background.


White color preview on #3B4310 background

This text has white color on #3B4310 background.