COLOR #3B2819

HEX: #3B2819
RGB: (59,40,25)

Color info

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

RGB color model

#3B2819 color RGB value is (59,40,25).

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

RGB channels and saturation

R 59 of 255 = 23%
G 40 of 255 = 16%
B 25 of 255 = 10%

59
40
25

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

Portions of RGB colors in percentages

R + G + B =
59 + 40 + 25 = 124 (100%)
R 59 of 124 ~ 47.58%
G 40 of 124 ~ 32.26%
B 25 of 124 ~ 20.16%

%47.58
%32.26
%20.16

CMYK color model

#3B2819 color CMYK value is (0,32,58,77).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 57.63%
  • key color value is 76.86%
CMYK:
(0,32,58,77)
C0M32Y58K77 
(0%,32%,58%,77%)
(0.00/0.32/0.58/0.77)	

CMYK percentages

%0
%32.2
%57.63
%76.86

Codes

Color #3B2819 in popluar color models

3B2819
RGB594025
HSL26°40.48%16.47%
HSB/HSV26°57.63%23.14%
CMYK0.00%32.20%57.63%
76.86%

Color #3B2819 in popluar number systems.

HEX3B2819
Decimal594025
Binary11101110100011001
Octal735031

Shades and tints

Shades of #3B2819

#3B2819
(59,40,25)
#362517
(54,37,23)
#312215
(49,34,21)
#2C1F13
(44,31,19)
#271C11
(39,28,17)
#22190F
(34,25,15)
#1D160D
(29,22,13)
#18130B
(24,19,11)
#131009
(19,16,9)
#0E0D07
(14,13,7)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #3B2819

#3B2819
(59,40,25)
#4C3B2D
(76,59,45)
#5D4E41
(93,78,65)
#6E6155
(110,97,85)
#7F7469
(127,116,105)
#90877D
(144,135,125)
#A19A91
(161,154,145)
#B2ADA5
(178,173,165)
#C3C0B9
(195,192,185)
#D4D3CD
(212,211,205)
#E5E6E1
(229,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2819; }

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

This text font color is #3B2819.


Background Color

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

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

This div background color is #3B2819.


Border color

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

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

This div border color is #3B2819.


Opacity

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

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

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

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

This text has shadow with #3B2819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2819 on black background.


Color preview on white background

This text has color #3B2819 on white background.



Black color preview on #3B2819 background

This text has black color on #3B2819 background.


White color preview on #3B2819 background

This text has white color on #3B2819 background.