COLOR #3B2827

HEX: #3B2827
RGB: (59,40,39)

Color info

#3B2827 contains red, green and blue colors in about the same proportion. Web safe color of #3B2827 is #333333 (or #333).

RGB color model

#3B2827 color RGB value is (59,40,39).

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

RGB channels and saturation

R 59 of 255 = 23%
G 40 of 255 = 16%
B 39 of 255 = 15%

59
40
39

R + G + B ~ 18%. #3B2827 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 40 + 39 = 138 (100%)
R 59 of 138 ~ 42.75%
G 40 of 138 ~ 28.99%
B 39 of 138 ~ 28.26%

%42.75
%28.99
%28.26

CMYK color model

#3B2827 color CMYK value is (0,32,34,77).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 33.90%
  • key color value is 76.86%
CMYK:
(0,32,34,77)
C0M32Y34K77 
(0%,32%,34%,77%)
(0.00/0.32/0.34/0.77)	

CMYK percentages

%0
%32.2
%33.9
%76.86

Codes

Color #3B2827 in popluar color models

3B2827
RGB594039
HSL20.41%19.22%
HSB/HSV33.90%23.14%
CMYK0.00%32.20%33.90%
76.86%

Color #3B2827 in popluar number systems.

HEX3B2827
Decimal594039
Binary111011101000100111
Octal735047

Shades and tints

Shades of #3B2827

#3B2827
(59,40,39)
#362524
(54,37,36)
#312221
(49,34,33)
#2C1F1E
(44,31,30)
#271C1B
(39,28,27)
#221918
(34,25,24)
#1D1615
(29,22,21)
#181312
(24,19,18)
#13100F
(19,16,15)
#0E0D0C
(14,13,12)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #3B2827

#3B2827
(59,40,39)
#4C3B3A
(76,59,58)
#5D4E4D
(93,78,77)
#6E6160
(110,97,96)
#7F7473
(127,116,115)
#908786
(144,135,134)
#A19A99
(161,154,153)
#B2ADAC
(178,173,172)
#C3C0BF
(195,192,191)
#D4D3D2
(212,211,210)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2827; }

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

This text font color is #3B2827.


Background Color

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

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

This div background color is #3B2827.


Border color

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

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

This div border color is #3B2827.


Opacity

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

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

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

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

This text has shadow with #3B2827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2827 on black background.


Color preview on white background

This text has color #3B2827 on white background.



Black color preview on #3B2827 background

This text has black color on #3B2827 background.


White color preview on #3B2827 background

This text has white color on #3B2827 background.