COLOR #3B2727

HEX: #3B2727
RGB: (59,39,39)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

59
39
39

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

Portions of RGB colors in percentages

R + G + B =
59 + 39 + 39 = 137 (100%)
R 59 of 137 ~ 43.07%
G 39 of 137 ~ 28.47%
B 39 of 137 ~ 28.47%

%43.07
%28.47
%28.47

CMYK color model

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

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

CMYK percentages

%0
%33.9
%33.9
%76.86

Codes

Color #3B2727 in popluar color models

3B2727
RGB593939
HSL20.41%19.22%
HSB/HSV33.90%23.14%
CMYK0.00%33.90%33.90%
76.86%

Color #3B2727 in popluar number systems.

HEX3B2727
Decimal593939
Binary111011100111100111
Octal734747

Shades and tints

Shades of #3B2727

#3B2727
(59,39,39)
#362424
(54,36,36)
#312121
(49,33,33)
#2C1E1E
(44,30,30)
#271B1B
(39,27,27)
#221818
(34,24,24)
#1D1515
(29,21,21)
#181212
(24,18,18)
#130F0F
(19,15,15)
#0E0C0C
(14,12,12)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #3B2727

#3B2727
(59,39,39)
#4C3A3A
(76,58,58)
#5D4D4D
(93,77,77)
#6E6060
(110,96,96)
#7F7373
(127,115,115)
#908686
(144,134,134)
#A19999
(161,153,153)
#B2ACAC
(178,172,172)
#C3BFBF
(195,191,191)
#D4D2D2
(212,210,210)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2727; }

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

This text font color is #3B2727.


Background Color

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

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

This div background color is #3B2727.


Border color

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

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

This div border color is #3B2727.


Opacity

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

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

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

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

This text has shadow with #3B2727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2727 on black background.


Color preview on white background

This text has color #3B2727 on white background.



Black color preview on #3B2727 background

This text has black color on #3B2727 background.


White color preview on #3B2727 background

This text has white color on #3B2727 background.