COLOR #3B1E01

HEX: #3B1E01
RGB: (59,30,1)

Color info

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

RGB color model

#3B1E01 color RGB value is (59,30,1).

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

RGB channels and saturation

R 59 of 255 = 23%
G 30 of 255 = 12%
B 1 of 255 = 0%

59
30
1

R + G + B ~ 12%. #3B1E01 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 30 + 1 = 90 (100%)
R 59 of 90 ~ 65.56%
G 30 of 90 ~ 33.33%
B 1 of 90 ~ 1.11%

%65.56
%33.33

CMYK color model

#3B1E01 color CMYK value is (0,49,98,77).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 98.31%
  • key color value is 76.86%
CMYK:
(0,49,98,77)
C0M49Y98K77 
(0%,49%,98%,77%)
(0.00/0.49/0.98/0.77)	

CMYK percentages

%0
%49.15
%98.31
%76.86

Codes

Color #3B1E01 in popluar color models

3B1E01
RGB59301
HSL30°96.67%11.76%
HSB/HSV30°98.31%23.14%
CMYK0.00%49.15%98.31%
76.86%

Color #3B1E01 in popluar number systems.

HEX3B1E01
Decimal59301
Binary111011111101
Octal73361

Shades and tints

Shades of #3B1E01

#3B1E01
(59,30,1)
#361C01
(54,28,1)
#311A01
(49,26,1)
#2C1801
(44,24,1)
#271601
(39,22,1)
#221401
(34,20,1)
#1D1201
(29,18,1)
#181001
(24,16,1)
#130E01
(19,14,1)
#0E0C01
(14,12,1)
#090A01
(9,10,1)
#000000
(0,0,0)

Tints of #3B1E01

#3B1E01
(59,30,1)
#4C3218
(76,50,24)
#5D462F
(93,70,47)
#6E5A46
(110,90,70)
#7F6E5D
(127,110,93)
#908274
(144,130,116)
#A1968B
(161,150,139)
#B2AAA2
(178,170,162)
#C3BEB9
(195,190,185)
#D4D2D0
(212,210,208)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1E01; }

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

This text font color is #3B1E01.


Background Color

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

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

This div background color is #3B1E01.


Border color

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

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

This div border color is #3B1E01.


Opacity

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

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

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

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

This text has shadow with #3B1E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1E01 on black background.


Color preview on white background

This text has color #3B1E01 on white background.



Black color preview on #3B1E01 background

This text has black color on #3B1E01 background.


White color preview on #3B1E01 background

This text has white color on #3B1E01 background.