COLOR #3A0012

HEX: #3A0012
RGB: (58,0,18)

Color info

#3A0012 contains only red and blue colors. Web safe color of #3A0012 is #330000 (or #300).

RGB color model

#3A0012 color RGB value is (58,0,18).

  • red value is 58;
  • green value is 0;
  • blue value is 18.
RGB:
(58,0,18)
(23%,0%,7%)

RGB channels and saturation

R 58 of 255 = 23%
G 0 of 255 = 0%
B 18 of 255 = 7%

58
0
18

R + G + B ~ 10%. #3A0012 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 0 + 18 = 76 (100%)
R 58 of 76 ~ 76.32%
G 0 of 76 ~ 0%
B 18 of 76 ~ 23.68%

%76.32
%23.68

CMYK color model

#3A0012 color CMYK value is (0,100,69,77).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 68.97%
  • key color value is 77.25%
CMYK:
(0,100,69,77)
C0M100Y69K77 
(0%,100%,69%,77%)
(0.00/1.00/0.69/0.77)	

CMYK percentages

%0
%100
%68.97
%77.25

Codes

Color #3A0012 in popluar color models

3A0012
RGB58018
HSL341°100.00%11.37%
HSB/HSV341°100.00%22.75%
CMYK0.00%100.00%68.97%
77.25%

Color #3A0012 in popluar number systems.

HEX3A0012
Decimal58018
Binary111010010010
Octal72022

Shades and tints

Shades of #3A0012

#3A0012
(58,0,18)
#350011
(53,0,17)
#300010
(48,0,16)
#2B000F
(43,0,15)
#26000E
(38,0,14)
#21000D
(33,0,13)
#1C000C
(28,0,12)
#17000B
(23,0,11)
#12000A
(18,0,10)
#0D0009
(13,0,9)
#080008
(8,0,8)
#000000
(0,0,0)

Tints of #3A0012

#3A0012
(58,0,18)
#4B1727
(75,23,39)
#5C2E3C
(92,46,60)
#6D4551
(109,69,81)
#7E5C66
(126,92,102)
#8F737B
(143,115,123)
#A08A90
(160,138,144)
#B1A1A5
(177,161,165)
#C2B8BA
(194,184,186)
#D3CFCF
(211,207,207)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A0012 color. Also use rgb(58,0,18) instead hex code.

Text Font Color

.myTextColor { color: #3A0012; }

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

This text font color is #3A0012.


Background Color

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

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

This div background color is #3A0012.


Border color

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

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

This div border color is #3A0012.


Opacity

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

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

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

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

This text has shadow with #3A0012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A0012 on black background.


Color preview on white background

This text has color #3A0012 on white background.



Black color preview on #3A0012 background

This text has black color on #3A0012 background.


White color preview on #3A0012 background

This text has white color on #3A0012 background.