COLOR #3B3313

HEX: #3B3313 RGB: (59,51,19)

Color info

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

RGB color model

#3B3313 color RGB value is (59,51,19).

RGB: (59,51,19) (23%, 20%, 7%)

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 19 of 255 = 7%

59
51
19

R + G + B ~ 17%. #3B3313 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 51 + 19 = 129 (100%)
R 59 of 129 ~ 45.74%
G 51 of 129 ~ 39.53%
B 19 of 129 ~ 14.73'%

%45.74
%39.53
%14.73

CMYK color model

#3B3313 color CMYK value is (0,14,68,77).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 67.80%
  • key color value is 76.86%

CMYK: (0,14,68,77)
C0M14Y68K77 (0%, 14%, 68%, 77%)
(0.00 / 0.14 / 0.68 / 0.77)

CMYK percentages

%0
%13.56
%67.8
%76.86

Codes

Color #3B3313 in popluar color models

3B 33 13
RGB 59 51 19
HSL 48° 51.28% 15.29%
HSB/HSV 48° 67.80% 23.14%
CMYK 0.00% 13.56% 67.80%
76.86%

Color #3B3313 in popluar number systems.

HEX 3B 33 13
Decimal 59 51 19
Binary 111011 110011 10011
Octal 73 63 23

Shades and tints

Shades of #3B3313

#3B3313
(59,51,19)
#362F12
(54,47,18)
#312B11
(49,43,17)
#2C2710
(44,39,16)
#27230F
(39,35,15)
#221F0E
(34,31,14)
#1D1B0D
(29,27,13)
#18170C
(24,23,12)
#13130B
(19,19,11)
#0E0F0A
(14,15,10)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #3B3313

#3B3313
(59,51,19)
#4C4528
(76,69,40)
#5D573D
(93,87,61)
#6E6952
(110,105,82)
#7F7B67
(127,123,103)
#908D7C
(144,141,124)
#A19F91
(161,159,145)
#B2B1A6
(178,177,166)
#C3C3BB
(195,195,187)
#D4D5D0
(212,213,208)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3313; }

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

This text font color is #3B3313.

Background Color

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

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

This div background color is #3B3313.

Border color

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

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

This div border color is #3B3313.

Opacity

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

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

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

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

This text has shadow with #3B3313 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3313.

Preview

Color preview on black background

This text has color #3B3313 on black background.


Color preview on white background

This text has color #3B3313 on white background.


Black color preview on #3B3313 background

This text has black color on #3B3313 background.


White color preview on #3B3313 background

This text has white color on #3B3313 background.


Related colors

Complementary color

Complementary color for #hex is #C4CCEC.


I love getcolorcode.com

Triadic colors

1 #133B33 and #33133B with #3B3313 are triadic colors.

2 #13333B and #333B13 with #3B3313 are triadic colors.