COLOR #3B1E27

HEX: #3B1E27
RGB: (59,30,39)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

59
30
39

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

Portions of RGB colors in percentages

R + G + B =
59 + 30 + 39 = 128 (100%)
R 59 of 128 ~ 46.09%
G 30 of 128 ~ 23.44%
B 39 of 128 ~ 30.47%

%46.09
%23.44
%30.47

CMYK color model

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

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

CMYK percentages

%0
%49.15
%33.9
%76.86

Codes

Color #3B1E27 in popluar color models

3B1E27
RGB593039
HSL341°32.58%17.45%
HSB/HSV341°49.15%23.14%
CMYK0.00%49.15%33.90%
76.86%

Color #3B1E27 in popluar number systems.

HEX3B1E27
Decimal593039
Binary11101111110100111
Octal733647

Shades and tints

Shades of #3B1E27

#3B1E27
(59,30,39)
#361C24
(54,28,36)
#311A21
(49,26,33)
#2C181E
(44,24,30)
#27161B
(39,22,27)
#221418
(34,20,24)
#1D1215
(29,18,21)
#181012
(24,16,18)
#130E0F
(19,14,15)
#0E0C0C
(14,12,12)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #3B1E27

#3B1E27
(59,30,39)
#4C323A
(76,50,58)
#5D464D
(93,70,77)
#6E5A60
(110,90,96)
#7F6E73
(127,110,115)
#908286
(144,130,134)
#A19699
(161,150,153)
#B2AAAC
(178,170,172)
#C3BEBF
(195,190,191)
#D4D2D2
(212,210,210)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1E27; }

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

This text font color is #3B1E27.


Background Color

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

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

This div background color is #3B1E27.


Border color

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

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

This div border color is #3B1E27.


Opacity

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

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

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

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

This text has shadow with #3B1E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1E27 on black background.


Color preview on white background

This text has color #3B1E27 on white background.



Black color preview on #3B1E27 background

This text has black color on #3B1E27 background.


White color preview on #3B1E27 background

This text has white color on #3B1E27 background.