COLOR #3B2C11

HEX: #3B2C11 RGB: (59,44,17)

Color info

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

RGB color model

#3B2C11 color RGB value is (59,44,17).

RGB: (59,44,17) (23%, 17%, 7%)

RGB channels and saturation

R 59 of 255 = 23%
G 44 of 255 = 17%
B 17 of 255 = 7%

59
44
17

R + G + B ~ 16%. #3B2C11 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 44 + 17 = 120 (100%)
R 59 of 120 ~ 49.17%
G 44 of 120 ~ 36.67%
B 17 of 120 ~ 14.17'%

%49.17
%36.67
%14.17

CMYK color model

#3B2C11 color CMYK value is (0,25,71,77).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 71.19%
  • key color value is 76.86%

CMYK: (0,25,71,77)
C0M25Y71K77 (0%, 25%, 71%, 77%)
(0.00 / 0.25 / 0.71 / 0.77)

CMYK percentages

%0
%25.42
%71.19
%76.86

Codes

Color #3B2C11 in popluar color models

3B 2C 11
RGB 59 44 17
HSL 39° 55.26% 14.90%
HSB/HSV 39° 71.19% 23.14%
CMYK 0.00% 25.42% 71.19%
76.86%

Color #3B2C11 in popluar number systems.

HEX 3B 2C 11
Decimal 59 44 17
Binary 111011 101100 10001
Octal 73 54 21

Shades and tints

Shades of #3B2C11

#3B2C11
(59,44,17)
#362810
(54,40,16)
#31240F
(49,36,15)
#2C200E
(44,32,14)
#271C0D
(39,28,13)
#22180C
(34,24,12)
#1D140B
(29,20,11)
#18100A
(24,16,10)
#130C09
(19,12,9)
#0E0808
(14,8,8)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #3B2C11

#3B2C11
(59,44,17)
#4C3F26
(76,63,38)
#5D523B
(93,82,59)
#6E6550
(110,101,80)
#7F7865
(127,120,101)
#908B7A
(144,139,122)
#A19E8F
(161,158,143)
#B2B1A4
(178,177,164)
#C3C4B9
(195,196,185)
#D4D7CE
(212,215,206)
#E5EAE3
(229,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2C11; }

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

This text font color is #3B2C11.

Background Color

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

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

This div background color is #3B2C11.

Border color

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

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

This div border color is #3B2C11.

Opacity

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

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

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

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

This text has shadow with #3B2C11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2C11.

Preview

Color preview on black background

This text has color #3B2C11 on black background.


Color preview on white background

This text has color #3B2C11 on white background.


Black color preview on #3B2C11 background

This text has black color on #3B2C11 background.


White color preview on #3B2C11 background

This text has white color on #3B2C11 background.


Related colors

Complementary color

Complementary color for #hex is #C4D3EE.


I love getcolorcode.com

Triadic colors

1 #113B2C and #2C113B with #3B2C11 are triadic colors.

2 #112C3B and #2C3B11 with #3B2C11 are triadic colors.