COLOR #3B2828

HEX: #3B2828
RGB: (59,40,40)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

59
40
40

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

Portions of RGB colors in percentages

R + G + B =
59 + 40 + 40 = 139 (100%)
R 59 of 139 ~ 42.45%
G 40 of 139 ~ 28.78%
B 40 of 139 ~ 28.78%

%42.45
%28.78
%28.78

CMYK color model

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

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

CMYK percentages

%0
%32.2
%32.2
%76.86

Codes

Color #3B2828 in popluar color models

3B2828
RGB594040
HSL19.19%19.41%
HSB/HSV32.20%23.14%
CMYK0.00%32.20%32.20%
76.86%

Color #3B2828 in popluar number systems.

HEX3B2828
Decimal594040
Binary111011101000101000
Octal735050

Shades and tints

Shades of #3B2828

#3B2828
(59,40,40)
#362525
(54,37,37)
#312222
(49,34,34)
#2C1F1F
(44,31,31)
#271C1C
(39,28,28)
#221919
(34,25,25)
#1D1616
(29,22,22)
#181313
(24,19,19)
#131010
(19,16,16)
#0E0D0D
(14,13,13)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #3B2828

#3B2828
(59,40,40)
#4C3B3B
(76,59,59)
#5D4E4E
(93,78,78)
#6E6161
(110,97,97)
#7F7474
(127,116,116)
#908787
(144,135,135)
#A19A9A
(161,154,154)
#B2ADAD
(178,173,173)
#C3C0C0
(195,192,192)
#D4D3D3
(212,211,211)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2828; }

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

This text font color is #3B2828.


Background Color

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

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

This div background color is #3B2828.


Border color

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

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

This div border color is #3B2828.


Opacity

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

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

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

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

This text has shadow with #3B2828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2828 on black background.


Color preview on white background

This text has color #3B2828 on white background.



Black color preview on #3B2828 background

This text has black color on #3B2828 background.


White color preview on #3B2828 background

This text has white color on #3B2828 background.