COLOR #3B2939

HEX: #3B2939
RGB: (59,41,57)

Color info

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

RGB color model

#3B2939 color RGB value is (59,41,57).

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

RGB channels and saturation

R 59 of 255 = 23%
G 41 of 255 = 16%
B 57 of 255 = 22%

59
41
57

R + G + B ~ 20%. #3B2939 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 41 + 57 = 157 (100%)
R 59 of 157 ~ 37.58%
G 41 of 157 ~ 26.11%
B 57 of 157 ~ 36.31%

%37.58
%26.11
%36.31

CMYK color model

#3B2939 color CMYK value is (0,31,3,77).

  • cyan value is 0.00%
  • magenta value is 30.51%
  • yellow value is 3.39%
  • key color value is 76.86%
CMYK:
(0,31,3,77)
C0M31Y3K77 
(0%,31%,3%,77%)
(0.00/0.31/0.03/0.77)	

CMYK percentages

%0
%30.51
%3.39
%76.86

Codes

Color #3B2939 in popluar color models

3B2939
RGB594157
HSL307°18.00%19.61%
HSB/HSV307°30.51%23.14%
CMYK0.00%30.51%3.39%
76.86%

Color #3B2939 in popluar number systems.

HEX3B2939
Decimal594157
Binary111011101001111001
Octal735171

Shades and tints

Shades of #3B2939

#3B2939
(59,41,57)
#362634
(54,38,52)
#31232F
(49,35,47)
#2C202A
(44,32,42)
#271D25
(39,29,37)
#221A20
(34,26,32)
#1D171B
(29,23,27)
#181416
(24,20,22)
#131111
(19,17,17)
#0E0E0C
(14,14,12)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #3B2939

#3B2939
(59,41,57)
#4C3C4B
(76,60,75)
#5D4F5D
(93,79,93)
#6E626F
(110,98,111)
#7F7581
(127,117,129)
#908893
(144,136,147)
#A19BA5
(161,155,165)
#B2AEB7
(178,174,183)
#C3C1C9
(195,193,201)
#D4D4DB
(212,212,219)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2939; }

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

This text font color is #3B2939.


Background Color

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

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

This div background color is #3B2939.


Border color

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

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

This div border color is #3B2939.


Opacity

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

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

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

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

This text has shadow with #3B2939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2939 on black background.


Color preview on white background

This text has color #3B2939 on white background.



Black color preview on #3B2939 background

This text has black color on #3B2939 background.


White color preview on #3B2939 background

This text has white color on #3B2939 background.