COLOR #3B1E17

HEX: #3B1E17
RGB: (59,30,23)

Color info

#3B1E17 contains red, green and blue colors in about the same proportion. Web safe color of #3B1E17 is #333300 (or #330).

RGB color model

#3B1E17 color RGB value is (59,30,23).

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

RGB channels and saturation

R 59 of 255 = 23%
G 30 of 255 = 12%
B 23 of 255 = 9%

59
30
23

R + G + B ~ 15%. #3B1E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 30 + 23 = 112 (100%)
R 59 of 112 ~ 52.68%
G 30 of 112 ~ 26.79%
B 23 of 112 ~ 20.54%

%52.68
%26.79
%20.54

CMYK color model

#3B1E17 color CMYK value is (0,49,61,77).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 61.02%
  • key color value is 76.86%
CMYK:
(0,49,61,77)
C0M49Y61K77 
(0%,49%,61%,77%)
(0.00/0.49/0.61/0.77)	

CMYK percentages

%0
%49.15
%61.02
%76.86

Codes

Color #3B1E17 in popluar color models

3B1E17
RGB593023
HSL12°43.90%16.08%
HSB/HSV12°61.02%23.14%
CMYK0.00%49.15%61.02%
76.86%

Color #3B1E17 in popluar number systems.

HEX3B1E17
Decimal593023
Binary1110111111010111
Octal733627

Shades and tints

Shades of #3B1E17

#3B1E17
(59,30,23)
#361C15
(54,28,21)
#311A13
(49,26,19)
#2C1811
(44,24,17)
#27160F
(39,22,15)
#22140D
(34,20,13)
#1D120B
(29,18,11)
#181009
(24,16,9)
#130E07
(19,14,7)
#0E0C05
(14,12,5)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #3B1E17

#3B1E17
(59,30,23)
#4C322C
(76,50,44)
#5D4641
(93,70,65)
#6E5A56
(110,90,86)
#7F6E6B
(127,110,107)
#908280
(144,130,128)
#A19695
(161,150,149)
#B2AAAA
(178,170,170)
#C3BEBF
(195,190,191)
#D4D2D4
(212,210,212)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1E17; }

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

This text font color is #3B1E17.


Background Color

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

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

This div background color is #3B1E17.


Border color

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

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

This div border color is #3B1E17.


Opacity

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

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

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

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

This text has shadow with #3B1E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1E17 on black background.


Color preview on white background

This text has color #3B1E17 on white background.



Black color preview on #3B1E17 background

This text has black color on #3B1E17 background.


White color preview on #3B1E17 background

This text has white color on #3B1E17 background.