COLOR #130D03

HEX: #130D03
RGB: (19,13,3)

Color info

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

RGB color model

#130D03 color RGB value is (19,13,3).

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

RGB channels and saturation

R 19 of 255 = 7%
G 13 of 255 = 5%
B 3 of 255 = 1%

19
13
3

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

Portions of RGB colors in percentages

R + G + B =
19 + 13 + 3 = 35 (100%)
R 19 of 35 ~ 54.29%
G 13 of 35 ~ 37.14%
B 3 of 35 ~ 8.57%

%54.29
%37.14

CMYK color model

#130D03 color CMYK value is (0,32,84,93).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 84.21%
  • key color value is 92.55%
CMYK:
(0,32,84,93)
C0M32Y84K93 
(0%,32%,84%,93%)
(0.00/0.32/0.84/0.93)	

CMYK percentages

%0
%31.58
%84.21
%92.55

Codes

Color #130D03 in popluar color models

130D03
RGB19133
HSL38°72.73%4.31%
HSB/HSV38°84.21%7.45%
CMYK0.00%31.58%84.21%
92.55%

Color #130D03 in popluar number systems.

HEX130D03
Decimal19133
Binary10011110111
Octal23153

Shades and tints

Shades of #130D03

#130D03
(19,13,3)
#120C03
(18,12,3)
#110B03
(17,11,3)
#100A03
(16,10,3)
#0F0903
(15,9,3)
#0E0803
(14,8,3)
#0D0703
(13,7,3)
#0C0603
(12,6,3)
#0B0503
(11,5,3)
#0A0403
(10,4,3)
#090303
(9,3,3)
#000000
(0,0,0)

Tints of #130D03

#130D03
(19,13,3)
#282319
(40,35,25)
#3D392F
(61,57,47)
#524F45
(82,79,69)
#67655B
(103,101,91)
#7C7B71
(124,123,113)
#919187
(145,145,135)
#A6A79D
(166,167,157)
#BBBDB3
(187,189,179)
#D0D3C9
(208,211,201)
#E5E9DF
(229,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130D03; }

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

This text font color is #130D03.


Background Color

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

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

This div background color is #130D03.


Border color

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

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

This div border color is #130D03.


Opacity

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

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

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

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

This text has shadow with #130D03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130D03 on black background.


Color preview on white background

This text has color #130D03 on white background.



Black color preview on #130D03 background

This text has black color on #130D03 background.


White color preview on #130D03 background

This text has white color on #130D03 background.