COLOR #3A0013

HEX: #3A0013
RGB: (58,0,19)

Color info

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

RGB color model

#3A0013 color RGB value is (58,0,19).

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

RGB channels and saturation

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

58
0
19

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

Portions of RGB colors in percentages

R + G + B =
58 + 0 + 19 = 77 (100%)
R 58 of 77 ~ 75.32%
G 0 of 77 ~ 0%
B 19 of 77 ~ 24.68%

%75.32
%24.68

CMYK color model

#3A0013 color CMYK value is (0,100,67,77).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 67.24%
  • key color value is 77.25%
CMYK:
(0,100,67,77)
C0M100Y67K77 
(0%,100%,67%,77%)
(0.00/1.00/0.67/0.77)	

CMYK percentages

%0
%100
%67.24
%77.25

Codes

Color #3A0013 in popluar color models

3A0013
RGB58019
HSL340°100.00%11.37%
HSB/HSV340°100.00%22.75%
CMYK0.00%100.00%67.24%
77.25%

Color #3A0013 in popluar number systems.

HEX3A0013
Decimal58019
Binary111010010011
Octal72023

Shades and tints

Shades of #3A0013

#3A0013
(58,0,19)
#350012
(53,0,18)
#300011
(48,0,17)
#2B0010
(43,0,16)
#26000F
(38,0,15)
#21000E
(33,0,14)
#1C000D
(28,0,13)
#17000C
(23,0,12)
#12000B
(18,0,11)
#0D000A
(13,0,10)
#080009
(8,0,9)
#000000
(0,0,0)

Tints of #3A0013

#3A0013
(58,0,19)
#4B1728
(75,23,40)
#5C2E3D
(92,46,61)
#6D4552
(109,69,82)
#7E5C67
(126,92,103)
#8F737C
(143,115,124)
#A08A91
(160,138,145)
#B1A1A6
(177,161,166)
#C2B8BB
(194,184,187)
#D3CFD0
(211,207,208)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A0013; }

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

This text font color is #3A0013.


Background Color

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

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

This div background color is #3A0013.


Border color

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

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

This div border color is #3A0013.


Opacity

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

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

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

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

This text has shadow with #3A0013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A0013 on black background.


Color preview on white background

This text has color #3A0013 on white background.



Black color preview on #3A0013 background

This text has black color on #3A0013 background.


White color preview on #3A0013 background

This text has white color on #3A0013 background.