COLOR #3B3914

HEX: #3B3914
RGB: (59,57,20)

Color info

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

RGB color model

#3B3914 color RGB value is (59,57,20).

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

RGB channels and saturation

R 59 of 255 = 23%
G 57 of 255 = 22%
B 20 of 255 = 8%

59
57
20

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

Portions of RGB colors in percentages

R + G + B =
59 + 57 + 20 = 136 (100%)
R 59 of 136 ~ 43.38%
G 57 of 136 ~ 41.91%
B 20 of 136 ~ 14.71%

%43.38
%41.91
%14.71

CMYK color model

#3B3914 color CMYK value is (0,3,66,77).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 66.10%
  • key color value is 76.86%
CMYK: (0,3,66,77) C0M3Y66K77 (0%,3%,66%,77%) (0.00/0.03/0.66/0.77)

CMYK percentages

%0
%3.39
%66.1
%76.86

Codes

Color #3B3914 in popluar color models

3B3914
RGB595720
HSL57°49.37%15.49%
HSB/HSV57°66.10%23.14%
CMYK0.00%3.39%66.10%
76.86%

Color #3B3914 in popluar number systems.

HEX3B3914
Decimal595720
Binary11101111100110100
Octal737124

Shades and tints

Shades of #3B3914

#3B3914
(59,57,20)
#363413
(54,52,19)
#312F12
(49,47,18)
#2C2A11
(44,42,17)
#272510
(39,37,16)
#22200F
(34,32,15)
#1D1B0E
(29,27,14)
#18160D
(24,22,13)
#13110C
(19,17,12)
#0E0C0B
(14,12,11)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #3B3914

#3B3914
(59,57,20)
#4C4B29
(76,75,41)
#5D5D3E
(93,93,62)
#6E6F53
(110,111,83)
#7F8168
(127,129,104)
#90937D
(144,147,125)
#A1A592
(161,165,146)
#B2B7A7
(178,183,167)
#C3C9BC
(195,201,188)
#D4DBD1
(212,219,209)
#E5EDE6
(229,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3914; }

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

This text font color is #3B3914.


Background Color

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

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

This div background color is #3B3914.


Border color

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

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

This div border color is #3B3914.


Opacity

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

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

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

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

This text has shadow with #3B3914 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3B3914 on black background.


Color preview on white background

This text has color #3B3914 on white background.



Black color preview on #3B3914 background

This text has black color on #3B3914 background.


White color preview on #3B3914 background

This text has white color on #3B3914 background.