COLOR #3B1E26

HEX: #3B1E26
RGB: (59,30,38)

Color info

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

RGB color model

#3B1E26 color RGB value is (59,30,38).

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

RGB channels and saturation

R 59 of 255 = 23%
G 30 of 255 = 12%
B 38 of 255 = 15%

59
30
38

R + G + B ~ 17%. #3B1E26 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 30 + 38 = 127 (100%)
R 59 of 127 ~ 46.46%
G 30 of 127 ~ 23.62%
B 38 of 127 ~ 29.92%

%46.46
%23.62
%29.92

CMYK color model

#3B1E26 color CMYK value is (0,49,36,77).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 35.59%
  • key color value is 76.86%
CMYK:
(0,49,36,77)
C0M49Y36K77 
(0%,49%,36%,77%)
(0.00/0.49/0.36/0.77)	

CMYK percentages

%0
%49.15
%35.59
%76.86

Codes

Color #3B1E26 in popluar color models

3B1E26
RGB593038
HSL343°32.58%17.45%
HSB/HSV343°49.15%23.14%
CMYK0.00%49.15%35.59%
76.86%

Color #3B1E26 in popluar number systems.

HEX3B1E26
Decimal593038
Binary11101111110100110
Octal733646

Shades and tints

Shades of #3B1E26

#3B1E26
(59,30,38)
#361C23
(54,28,35)
#311A20
(49,26,32)
#2C181D
(44,24,29)
#27161A
(39,22,26)
#221417
(34,20,23)
#1D1214
(29,18,20)
#181011
(24,16,17)
#130E0E
(19,14,14)
#0E0C0B
(14,12,11)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #3B1E26

#3B1E26
(59,30,38)
#4C3239
(76,50,57)
#5D464C
(93,70,76)
#6E5A5F
(110,90,95)
#7F6E72
(127,110,114)
#908285
(144,130,133)
#A19698
(161,150,152)
#B2AAAB
(178,170,171)
#C3BEBE
(195,190,190)
#D4D2D1
(212,210,209)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1E26; }

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

This text font color is #3B1E26.


Background Color

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

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

This div background color is #3B1E26.


Border color

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

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

This div border color is #3B1E26.


Opacity

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

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

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

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

This text has shadow with #3B1E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1E26 on black background.


Color preview on white background

This text has color #3B1E26 on white background.



Black color preview on #3B1E26 background

This text has black color on #3B1E26 background.


White color preview on #3B1E26 background

This text has white color on #3B1E26 background.