COLOR #3B2514

HEX: #3B2514 RGB: (59,37,20)

Color info

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

RGB color model

#3B2514 color RGB value is (59,37,20).

RGB: (59,37,20) (23%, 15%, 8%)

RGB channels and saturation

R 59 of 255 = 23%
G 37 of 255 = 15%
B 20 of 255 = 8%

59
37
20

R + G + B ~ 15%. #3B2514 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 37 + 20 = 116 (100%)
R 59 of 116 ~ 50.86%
G 37 of 116 ~ 31.9%
B 20 of 116 ~ 17.24'%

%50.86
%31.9
%17.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 66.10%
  • key color value is 76.86%
CMYK: (0,37,66,77) C0M37Y66K77 (0%,37%,66%,77%) (0.00/0.37/0.66/0.77) 

CMYK percentages

%0
%37.29
%66.1
%76.86

Codes

Color #3B2514 in popluar color models

3B 25 14
RGB 59 37 20
HSL 26° 49.37% 15.49%
HSB/HSV 26° 66.10% 23.14%
CMYK 0.00% 37.29% 66.10%
76.86%

Color #3B2514 in popluar number systems.

HEX 3B 25 14
Decimal 59 37 20
Binary 111011 100101 10100
Octal 73 45 24

Shades and tints

Shades of #3B2514

#3B2514
(59,37,20)
#362213
(54,34,19)
#311F12
(49,31,18)
#2C1C11
(44,28,17)
#271910
(39,25,16)
#22160F
(34,22,15)
#1D130E
(29,19,14)
#18100D
(24,16,13)
#130D0C
(19,13,12)
#0E0A0B
(14,10,11)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #3B2514

#3B2514
(59,37,20)
#4C3829
(76,56,41)
#5D4B3E
(93,75,62)
#6E5E53
(110,94,83)
#7F7168
(127,113,104)
#90847D
(144,132,125)
#A19792
(161,151,146)
#B2AAA7
(178,170,167)
#C3BDBC
(195,189,188)
#D4D0D1
(212,208,209)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2514; }

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

This text font color is #3B2514.

Background Color

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

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

This div background color is #3B2514.

Border color

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

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

This div border color is #3B2514.

Opacity

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

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

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

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

This text has shadow with #3B2514 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2514.

Preview

Color preview on black background

This text has color #3B2514 on black background.


Color preview on white background

This text has color #3B2514 on white background.


Black color preview on #3B2514 background

This text has black color on #3B2514 background.


White color preview on #3B2514 background

This text has white color on #3B2514 background.


Related colors

Complementary color

Complementary color for #hex is #C4DAEB.


I love getcolorcode.com

Triadic colors

1 #143B25 and #25143B with #3B2514 are triadic colors.

2 #14253B and #253B14 with #3B2514 are triadic colors.