COLOR #3B3119

HEX: #3B3119
RGB: (59,49,25)

Color info

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

RGB color model

#3B3119 color RGB value is (59,49,25).

  • red value is 59;
  • green value is 49;
  • blue value is 25.
RGB:
(59,49,25)
(23%,19%,10%)

RGB channels and saturation

R 59 of 255 = 23%
G 49 of 255 = 19%
B 25 of 255 = 10%

59
49
25

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

Portions of RGB colors in percentages

R + G + B =
59 + 49 + 25 = 133 (100%)
R 59 of 133 ~ 44.36%
G 49 of 133 ~ 36.84%
B 25 of 133 ~ 18.8%

%44.36
%36.84
%18.8

CMYK color model

#3B3119 color CMYK value is (0,17,58,77).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 57.63%
  • key color value is 76.86%
CMYK:
(0,17,58,77)
C0M17Y58K77 
(0%,17%,58%,77%)
(0.00/0.17/0.58/0.77)	

CMYK percentages

%0
%16.95
%57.63
%76.86

Codes

Color #3B3119 in popluar color models

3B3119
RGB594925
HSL42°40.48%16.47%
HSB/HSV42°57.63%23.14%
CMYK0.00%16.95%57.63%
76.86%

Color #3B3119 in popluar number systems.

HEX3B3119
Decimal594925
Binary11101111000111001
Octal736131

Shades and tints

Shades of #3B3119

#3B3119
(59,49,25)
#362D17
(54,45,23)
#312915
(49,41,21)
#2C2513
(44,37,19)
#272111
(39,33,17)
#221D0F
(34,29,15)
#1D190D
(29,25,13)
#18150B
(24,21,11)
#131109
(19,17,9)
#0E0D07
(14,13,7)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #3B3119

#3B3119
(59,49,25)
#4C432D
(76,67,45)
#5D5541
(93,85,65)
#6E6755
(110,103,85)
#7F7969
(127,121,105)
#908B7D
(144,139,125)
#A19D91
(161,157,145)
#B2AFA5
(178,175,165)
#C3C1B9
(195,193,185)
#D4D3CD
(212,211,205)
#E5E5E1
(229,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3119 color. Also use rgb(59,49,25) instead hex code.

Text Font Color

.myTextColor { color: #3B3119; }

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

This text font color is #3B3119.


Background Color

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

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

This div background color is #3B3119.


Border color

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

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

This div border color is #3B3119.


Opacity

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

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

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

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

This text has shadow with #3B3119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3119 on black background.


Color preview on white background

This text has color #3B3119 on white background.



Black color preview on #3B3119 background

This text has black color on #3B3119 background.


White color preview on #3B3119 background

This text has white color on #3B3119 background.