COLOR #130803

HEX: #130803
RGB: (19,8,3)

Color info

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

RGB color model

#130803 color RGB value is (19,8,3).

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

RGB channels and saturation

R 19 of 255 = 7%
G 8 of 255 = 3%
B 3 of 255 = 1%

19
8
3

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

Portions of RGB colors in percentages

R + G + B =
19 + 8 + 3 = 30 (100%)
R 19 of 30 ~ 63.33%
G 8 of 30 ~ 26.67%
B 3 of 30 ~ 10%

%63.33
%26.67
%10

CMYK color model

#130803 color CMYK value is (0,58,84,93).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 84.21%
  • key color value is 92.55%
CMYK:
(0,58,84,93)
C0M58Y84K93 
(0%,58%,84%,93%)
(0.00/0.58/0.84/0.93)	

CMYK percentages

%0
%57.89
%84.21
%92.55

Codes

Color #130803 in popluar color models

130803
RGB1983
HSL19°72.73%4.31%
HSB/HSV19°84.21%7.45%
CMYK0.00%57.89%84.21%
92.55%

Color #130803 in popluar number systems.

HEX130803
Decimal1983
Binary10011100011
Octal23103

Shades and tints

Shades of #130803

#130803
(19,8,3)
#120803
(18,8,3)
#110803
(17,8,3)
#100803
(16,8,3)
#0F0803
(15,8,3)
#0E0803
(14,8,3)
#0D0803
(13,8,3)
#0C0803
(12,8,3)
#0B0803
(11,8,3)
#0A0803
(10,8,3)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #130803

#130803
(19,8,3)
#281E19
(40,30,25)
#3D342F
(61,52,47)
#524A45
(82,74,69)
#67605B
(103,96,91)
#7C7671
(124,118,113)
#918C87
(145,140,135)
#A6A29D
(166,162,157)
#BBB8B3
(187,184,179)
#D0CEC9
(208,206,201)
#E5E4DF
(229,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130803; }

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

This text font color is #130803.


Background Color

.myBgColor { background-color: #130803; }

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

This div background color is #130803.


Border color

.myBorderColor { border: 1px solid #130803; }

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

This div border color is #130803.


Opacity

.myOpacity80 { color: #130803; opacity: 0.8; }

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

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

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

This text has shadow with #130803 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130803 on black background.


Color preview on white background

This text has color #130803 on white background.



Black color preview on #130803 background

This text has black color on #130803 background.


White color preview on #130803 background

This text has white color on #130803 background.