COLOR #130F00

HEX: #130F00
RGB: (19,15,0)

Color info

#130F00 contains only red and green colors. Web safe color of #130F00 is #000000 (or #000).

RGB color model

#130F00 color RGB value is (19,15,0).

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

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 0 of 255 = 0%

19
15
0

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

Portions of RGB colors in percentages

R + G + B =
19 + 15 + 0 = 34 (100%)
R 19 of 34 ~ 55.88%
G 15 of 34 ~ 44.12%
B 0 of 34 ~ 0%

%55.88
%44.12

CMYK color model

#130F00 color CMYK value is (0,21,100,93).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 100.00%
  • key color value is 92.55%
CMYK:
(0,21,100,93)
C0M21Y100K93 
(0%,21%,100%,93%)
(0.00/0.21/1.00/0.93)	

CMYK percentages

%0
%21.05
%100
%92.55

Codes

Color #130F00 in popluar color models

130F00
RGB19150
HSL47°100.00%3.73%
HSB/HSV47°100.00%7.45%
CMYK0.00%21.05%100.00%
92.55%

Color #130F00 in popluar number systems.

HEX130F00
Decimal19150
Binary1001111110
Octal23170

Shades and tints

Shades of #130F00

#130F00
(19,15,0)
#120E00
(18,14,0)
#110D00
(17,13,0)
#100C00
(16,12,0)
#0F0B00
(15,11,0)
#0E0A00
(14,10,0)
#0D0900
(13,9,0)
#0C0800
(12,8,0)
#0B0700
(11,7,0)
#0A0600
(10,6,0)
#090500
(9,5,0)
#000000
(0,0,0)

Tints of #130F00

#130F00
(19,15,0)
#282417
(40,36,23)
#3D392E
(61,57,46)
#524E45
(82,78,69)
#67635C
(103,99,92)
#7C7873
(124,120,115)
#918D8A
(145,141,138)
#A6A2A1
(166,162,161)
#BBB7B8
(187,183,184)
#D0CCCF
(208,204,207)
#E5E1E6
(229,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130F00 color. Also use rgb(19,15,0) instead hex code.

Text Font Color

.myTextColor { color: #130F00; }

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

This text font color is #130F00.


Background Color

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

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

This div background color is #130F00.


Border color

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

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

This div border color is #130F00.


Opacity

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

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

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

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

This text has shadow with #130F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130F00 on black background.


Color preview on white background

This text has color #130F00 on white background.



Black color preview on #130F00 background

This text has black color on #130F00 background.


White color preview on #130F00 background

This text has white color on #130F00 background.