COLOR #3A0D11

HEX: #3A0D11
RGB: (58,13,17)

Color info

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

RGB color model

#3A0D11 color RGB value is (58,13,17).

  • red value is 58;
  • green value is 13;
  • blue value is 17.
RGB:
(58,13,17)
(23%,5%,7%)

RGB channels and saturation

R 58 of 255 = 23%
G 13 of 255 = 5%
B 17 of 255 = 7%

58
13
17

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

Portions of RGB colors in percentages

R + G + B =
58 + 13 + 17 = 88 (100%)
R 58 of 88 ~ 65.91%
G 13 of 88 ~ 14.77%
B 17 of 88 ~ 19.32%

%65.91
%14.77
%19.32

CMYK color model

#3A0D11 color CMYK value is (0,78,71,77).

  • cyan value is 0.00%
  • magenta value is 77.59%
  • yellow value is 70.69%
  • key color value is 77.25%
CMYK:
(0,78,71,77)
C0M78Y71K77 
(0%,78%,71%,77%)
(0.00/0.78/0.71/0.77)	

CMYK percentages

%0
%77.59
%70.69
%77.25

Codes

Color #3A0D11 in popluar color models

3A0D11
RGB581317
HSL355°63.38%13.92%
HSB/HSV355°77.59%22.75%
CMYK0.00%77.59%70.69%
77.25%

Color #3A0D11 in popluar number systems.

HEX3A0D11
Decimal581317
Binary111010110110001
Octal721521

Shades and tints

Shades of #3A0D11

#3A0D11
(58,13,17)
#350C10
(53,12,16)
#300B0F
(48,11,15)
#2B0A0E
(43,10,14)
#26090D
(38,9,13)
#21080C
(33,8,12)
#1C070B
(28,7,11)
#17060A
(23,6,10)
#120509
(18,5,9)
#0D0408
(13,4,8)
#080307
(8,3,7)
#000000
(0,0,0)

Tints of #3A0D11

#3A0D11
(58,13,17)
#4B2326
(75,35,38)
#5C393B
(92,57,59)
#6D4F50
(109,79,80)
#7E6565
(126,101,101)
#8F7B7A
(143,123,122)
#A0918F
(160,145,143)
#B1A7A4
(177,167,164)
#C2BDB9
(194,189,185)
#D3D3CE
(211,211,206)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A0D11 color. Also use rgb(58,13,17) instead hex code.

Text Font Color

.myTextColor { color: #3A0D11; }

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

This text font color is #3A0D11.


Background Color

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

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

This div background color is #3A0D11.


Border color

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

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

This div border color is #3A0D11.


Opacity

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

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

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

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

This text has shadow with #3A0D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A0D11 on black background.


Color preview on white background

This text has color #3A0D11 on white background.



Black color preview on #3A0D11 background

This text has black color on #3A0D11 background.


White color preview on #3A0D11 background

This text has white color on #3A0D11 background.