COLOR #3B4313

HEX: #3B4313
RGB: (59,67,19)

Color info

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

RGB color model

#3B4313 color RGB value is (59,67,19).

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

RGB channels and saturation

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

59
67
19

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

Portions of RGB colors in percentages

R + G + B =
59 + 67 + 19 = 145 (100%)
R 59 of 145 ~ 40.69%
G 67 of 145 ~ 46.21%
B 19 of 145 ~ 13.1%

%40.69
%46.21
%13.1

CMYK color model

#3B4313 color CMYK value is (12,0,72,74).

  • cyan value is 11.94%
  • magenta value is 0.00%
  • yellow value is 71.64%
  • key color value is 73.73%
CMYK:
(12,0,72,74)
C12M0Y72K74 
(12%,0%,72%,74%)
(0.12/0.00/0.72/0.74)	

CMYK percentages

%11.94
%0
%71.64
%73.73

Codes

Color #3B4313 in popluar color models

3B4313
RGB596719
HSL70°55.81%16.86%
HSB/HSV70°71.64%26.27%
CMYK11.94%0.00%71.64%
73.73%

Color #3B4313 in popluar number systems.

HEX3B4313
Decimal596719
Binary111011100001110011
Octal7310323

Shades and tints

Shades of #3B4313

#3B4313
(59,67,19)
#363D12
(54,61,18)
#313711
(49,55,17)
#2C3110
(44,49,16)
#272B0F
(39,43,15)
#22250E
(34,37,14)
#1D1F0D
(29,31,13)
#18190C
(24,25,12)
#13130B
(19,19,11)
#0E0D0A
(14,13,10)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #3B4313

#3B4313
(59,67,19)
#4C5428
(76,84,40)
#5D653D
(93,101,61)
#6E7652
(110,118,82)
#7F8767
(127,135,103)
#90987C
(144,152,124)
#A1A991
(161,169,145)
#B2BAA6
(178,186,166)
#C3CBBB
(195,203,187)
#D4DCD0
(212,220,208)
#E5EDE5
(229,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4313; }

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

This text font color is #3B4313.


Background Color

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

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

This div background color is #3B4313.


Border color

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

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

This div border color is #3B4313.


Opacity

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

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

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

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

This text has shadow with #3B4313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4313 on black background.


Color preview on white background

This text has color #3B4313 on white background.



Black color preview on #3B4313 background

This text has black color on #3B4313 background.


White color preview on #3B4313 background

This text has white color on #3B4313 background.