COLOR #3A0E09

HEX: #3A0E09
RGB: (58,14,9)

Color info

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

RGB color model

#3A0E09 color RGB value is (58,14,9).

  • red value is 58;
  • green value is 14;
  • blue value is 9.
RGB:
(58,14,9)
(23%,5%,4%)

RGB channels and saturation

R 58 of 255 = 23%
G 14 of 255 = 5%
B 9 of 255 = 4%

58
14
9

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

Portions of RGB colors in percentages

R + G + B =
58 + 14 + 9 = 81 (100%)
R 58 of 81 ~ 71.6%
G 14 of 81 ~ 17.28%
B 9 of 81 ~ 11.11%

%71.6
%17.28
%11.11

CMYK color model

#3A0E09 color CMYK value is (0,76,84,77).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 84.48%
  • key color value is 77.25%
CMYK:
(0,76,84,77)
C0M76Y84K77 
(0%,76%,84%,77%)
(0.00/0.76/0.84/0.77)	

CMYK percentages

%0
%75.86
%84.48
%77.25

Codes

Color #3A0E09 in popluar color models

3A0E09
RGB58149
HSL73.13%13.14%
HSB/HSV84.48%22.75%
CMYK0.00%75.86%84.48%
77.25%

Color #3A0E09 in popluar number systems.

HEX3A0E09
Decimal58149
Binary11101011101001
Octal721611

Shades and tints

Shades of #3A0E09

#3A0E09
(58,14,9)
#350D09
(53,13,9)
#300C09
(48,12,9)
#2B0B09
(43,11,9)
#260A09
(38,10,9)
#210909
(33,9,9)
#1C0809
(28,8,9)
#170709
(23,7,9)
#120609
(18,6,9)
#0D0509
(13,5,9)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #3A0E09

#3A0E09
(58,14,9)
#4B231F
(75,35,31)
#5C3835
(92,56,53)
#6D4D4B
(109,77,75)
#7E6261
(126,98,97)
#8F7777
(143,119,119)
#A08C8D
(160,140,141)
#B1A1A3
(177,161,163)
#C2B6B9
(194,182,185)
#D3CBCF
(211,203,207)
#E4E0E5
(228,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A0E09 color. Also use rgb(58,14,9) instead hex code.

Text Font Color

.myTextColor { color: #3A0E09; }

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

This text font color is #3A0E09.


Background Color

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

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

This div background color is #3A0E09.


Border color

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

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

This div border color is #3A0E09.


Opacity

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

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

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

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

This text has shadow with #3A0E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A0E09 on black background.


Color preview on white background

This text has color #3A0E09 on white background.



Black color preview on #3A0E09 background

This text has black color on #3A0E09 background.


White color preview on #3A0E09 background

This text has white color on #3A0E09 background.