COLOR #130A03

HEX: #130A03
RGB: (19,10,3)

Color info

#130A03 contains red, green and blue colors in about the same proportion. Web safe color of #130A03 is #000000 (or #000).

RGB color model

#130A03 color RGB value is (19,10,3).

  • red value is 19;
  • green value is 10;
  • blue value is 3.
RGB:
(19,10,3)
(7%,4%,1%)

RGB channels and saturation

R 19 of 255 = 7%
G 10 of 255 = 4%
B 3 of 255 = 1%

19
10
3

R + G + B ~ 4%. #130A03 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 10 + 3 = 32 (100%)
R 19 of 32 ~ 59.38%
G 10 of 32 ~ 31.25%
B 3 of 32 ~ 9.38%

%59.38
%31.25

CMYK color model

#130A03 color CMYK value is (0,47,84,93).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 84.21%
  • key color value is 92.55%
CMYK:
(0,47,84,93)
C0M47Y84K93 
(0%,47%,84%,93%)
(0.00/0.47/0.84/0.93)	

CMYK percentages

%0
%47.37
%84.21
%92.55

Codes

Color #130A03 in popluar color models

130A03
RGB19103
HSL26°72.73%4.31%
HSB/HSV26°84.21%7.45%
CMYK0.00%47.37%84.21%
92.55%

Color #130A03 in popluar number systems.

HEX130A03
Decimal19103
Binary10011101011
Octal23123

Shades and tints

Shades of #130A03

#130A03
(19,10,3)
#120A03
(18,10,3)
#110A03
(17,10,3)
#100A03
(16,10,3)
#0F0A03
(15,10,3)
#0E0A03
(14,10,3)
#0D0A03
(13,10,3)
#0C0A03
(12,10,3)
#0B0A03
(11,10,3)
#0A0A03
(10,10,3)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #130A03

#130A03
(19,10,3)
#282019
(40,32,25)
#3D362F
(61,54,47)
#524C45
(82,76,69)
#67625B
(103,98,91)
#7C7871
(124,120,113)
#918E87
(145,142,135)
#A6A49D
(166,164,157)
#BBBAB3
(187,186,179)
#D0D0C9
(208,208,201)
#E5E6DF
(229,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130A03 color. Also use rgb(19,10,3) instead hex code.

Text Font Color

.myTextColor { color: #130A03; }

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

This text font color is #130A03.


Background Color

.myBgColor { background-color: #130A03; }

<div style="background-color:#130A03">Inner text</div>

This div background color is #130A03.


Border color

.myBorderColor { border: 1px solid #130A03; }

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

This div border color is #130A03.


Opacity

.myOpacity80 { color: #130A03; opacity: 0.8; }

<p style="color:#130A03;opacity:0.8;">80%</p>

Text with #130A03 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 #130A03;}

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

This text has shadow with #130A03 color.

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

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

This text has shadow with #130A03 primary color and red secondary color.


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

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

This text has shadow with #130A03 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130A03 on black background.


Color preview on white background

This text has color #130A03 on white background.



Black color preview on #130A03 background

This text has black color on #130A03 background.


White color preview on #130A03 background

This text has white color on #130A03 background.