COLOR #3B0A0F

HEX: #3B0A0F
RGB: (59,10,15)

Color info

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

RGB color model

#3B0A0F color RGB value is (59,10,15).

  • red value is 59;
  • green value is 10;
  • blue value is 15.
RGB:
(59,10,15)
(23%,4%,6%)

RGB channels and saturation

R 59 of 255 = 23%
G 10 of 255 = 4%
B 15 of 255 = 6%

59
10
15

R + G + B ~ 11%. #3B0A0F is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 10 + 15 = 84 (100%)
R 59 of 84 ~ 70.24%
G 10 of 84 ~ 11.9%
B 15 of 84 ~ 17.86%

%70.24
%11.9
%17.86

CMYK color model

#3B0A0F color CMYK value is (0,83,75,77).

  • cyan value is 0.00%
  • magenta value is 83.05%
  • yellow value is 74.58%
  • key color value is 76.86%
CMYK:
(0,83,75,77)
C0M83Y75K77 
(0%,83%,75%,77%)
(0.00/0.83/0.75/0.77)	

CMYK percentages

%0
%83.05
%74.58
%76.86

Codes

Color #3B0A0F in popluar color models

3B0A0F
RGB591015
HSL354°71.01%13.53%
HSB/HSV354°83.05%23.14%
CMYK0.00%83.05%74.58%
76.86%

Color #3B0A0F in popluar number systems.

HEX3B0A0F
Decimal591015
Binary11101110101111
Octal731217

Shades and tints

Shades of #3B0A0F

#3B0A0F
(59,10,15)
#360A0E
(54,10,14)
#310A0D
(49,10,13)
#2C0A0C
(44,10,12)
#270A0B
(39,10,11)
#220A0A
(34,10,10)
#1D0A09
(29,10,9)
#180A08
(24,10,8)
#130A07
(19,10,7)
#0E0A06
(14,10,6)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #3B0A0F

#3B0A0F
(59,10,15)
#4C2024
(76,32,36)
#5D3639
(93,54,57)
#6E4C4E
(110,76,78)
#7F6263
(127,98,99)
#907878
(144,120,120)
#A18E8D
(161,142,141)
#B2A4A2
(178,164,162)
#C3BAB7
(195,186,183)
#D4D0CC
(212,208,204)
#E5E6E1
(229,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0A0F color. Also use rgb(59,10,15) instead hex code.

Text Font Color

.myTextColor { color: #3B0A0F; }

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

This text font color is #3B0A0F.


Background Color

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

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

This div background color is #3B0A0F.


Border color

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

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

This div border color is #3B0A0F.


Opacity

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

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

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

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

This text has shadow with #3B0A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0A0F on black background.


Color preview on white background

This text has color #3B0A0F on white background.



Black color preview on #3B0A0F background

This text has black color on #3B0A0F background.


White color preview on #3B0A0F background

This text has white color on #3B0A0F background.