COLOR #3B0E1A

HEX: #3B0E1A
RGB: (59,14,26)

Color info

#3B0E1A contains red, green and blue colors in about the same proportion. Web safe color of #3B0E1A is #330000 (or #300).

RGB color model

#3B0E1A color RGB value is (59,14,26).

  • red value is 59;
  • green value is 14;
  • blue value is 26.
RGB:
(59,14,26)
(23%,5%,10%)

RGB channels and saturation

R 59 of 255 = 23%
G 14 of 255 = 5%
B 26 of 255 = 10%

59
14
26

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

Portions of RGB colors in percentages

R + G + B =
59 + 14 + 26 = 99 (100%)
R 59 of 99 ~ 59.6%
G 14 of 99 ~ 14.14%
B 26 of 99 ~ 26.26%

%59.6
%14.14
%26.26

CMYK color model

#3B0E1A color CMYK value is (0,76,56,77).

  • cyan value is 0.00%
  • magenta value is 76.27%
  • yellow value is 55.93%
  • key color value is 76.86%
CMYK:
(0,76,56,77)
C0M76Y56K77 
(0%,76%,56%,77%)
(0.00/0.76/0.56/0.77)	

CMYK percentages

%0
%76.27
%55.93
%76.86

Codes

Color #3B0E1A in popluar color models

3B0E1A
RGB591426
HSL344°61.64%14.31%
HSB/HSV344°76.27%23.14%
CMYK0.00%76.27%55.93%
76.86%

Color #3B0E1A in popluar number systems.

HEX3B0E1A
Decimal591426
Binary111011111011010
Octal731632

Shades and tints

Shades of #3B0E1A

#3B0E1A
(59,14,26)
#360D18
(54,13,24)
#310C16
(49,12,22)
#2C0B14
(44,11,20)
#270A12
(39,10,18)
#220910
(34,9,16)
#1D080E
(29,8,14)
#18070C
(24,7,12)
#13060A
(19,6,10)
#0E0508
(14,5,8)
#090406
(9,4,6)
#000000
(0,0,0)

Tints of #3B0E1A

#3B0E1A
(59,14,26)
#4C232E
(76,35,46)
#5D3842
(93,56,66)
#6E4D56
(110,77,86)
#7F626A
(127,98,106)
#90777E
(144,119,126)
#A18C92
(161,140,146)
#B2A1A6
(178,161,166)
#C3B6BA
(195,182,186)
#D4CBCE
(212,203,206)
#E5E0E2
(229,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0E1A color. Also use rgb(59,14,26) instead hex code.

Text Font Color

.myTextColor { color: #3B0E1A; }

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

This text font color is #3B0E1A.


Background Color

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

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

This div background color is #3B0E1A.


Border color

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

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

This div border color is #3B0E1A.


Opacity

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

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

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

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

This text has shadow with #3B0E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0E1A on black background.


Color preview on white background

This text has color #3B0E1A on white background.



Black color preview on #3B0E1A background

This text has black color on #3B0E1A background.


White color preview on #3B0E1A background

This text has white color on #3B0E1A background.