COLOR #3B1E07

HEX: #3B1E07
RGB: (59,30,7)

Color info

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

RGB color model

#3B1E07 color RGB value is (59,30,7).

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

RGB channels and saturation

R 59 of 255 = 23%
G 30 of 255 = 12%
B 7 of 255 = 3%

59
30
7

R + G + B ~ 13%. #3B1E07 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 30 + 7 = 96 (100%)
R 59 of 96 ~ 61.46%
G 30 of 96 ~ 31.25%
B 7 of 96 ~ 7.29%

%61.46
%31.25

CMYK color model

#3B1E07 color CMYK value is (0,49,88,77).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 88.14%
  • key color value is 76.86%
CMYK:
(0,49,88,77)
C0M49Y88K77 
(0%,49%,88%,77%)
(0.00/0.49/0.88/0.77)	

CMYK percentages

%0
%49.15
%88.14
%76.86

Codes

Color #3B1E07 in popluar color models

3B1E07
RGB59307
HSL27°78.79%12.94%
HSB/HSV27°88.14%23.14%
CMYK0.00%49.15%88.14%
76.86%

Color #3B1E07 in popluar number systems.

HEX3B1E07
Decimal59307
Binary11101111110111
Octal73367

Shades and tints

Shades of #3B1E07

#3B1E07
(59,30,7)
#361C07
(54,28,7)
#311A07
(49,26,7)
#2C1807
(44,24,7)
#271607
(39,22,7)
#221407
(34,20,7)
#1D1207
(29,18,7)
#181007
(24,16,7)
#130E07
(19,14,7)
#0E0C07
(14,12,7)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #3B1E07

#3B1E07
(59,30,7)
#4C321D
(76,50,29)
#5D4633
(93,70,51)
#6E5A49
(110,90,73)
#7F6E5F
(127,110,95)
#908275
(144,130,117)
#A1968B
(161,150,139)
#B2AAA1
(178,170,161)
#C3BEB7
(195,190,183)
#D4D2CD
(212,210,205)
#E5E6E3
(229,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1E07; }

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

This text font color is #3B1E07.


Background Color

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

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

This div background color is #3B1E07.


Border color

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

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

This div border color is #3B1E07.


Opacity

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

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

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

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

This text has shadow with #3B1E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1E07 on black background.


Color preview on white background

This text has color #3B1E07 on white background.



Black color preview on #3B1E07 background

This text has black color on #3B1E07 background.


White color preview on #3B1E07 background

This text has white color on #3B1E07 background.