COLOR #130F2F

HEX: #130F2F
RGB: (19,15,47)

Color info

#130F2F contains red, green and blue colors in about the same proportion. Web safe color of #130F2F is #000033 (or #003).

RGB color model

#130F2F color RGB value is (19,15,47).

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

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 47 of 255 = 18%

19
15
47

R + G + B ~ 10%. #130F2F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 15 + 47 = 81 (100%)
R 19 of 81 ~ 23.46%
G 15 of 81 ~ 18.52%
B 47 of 81 ~ 58.02%

%23.46
%18.52
%58.02

CMYK color model

#130F2F color CMYK value is (60,68,0,82).

  • cyan value is 59.57%
  • magenta value is 68.09%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(60,68,0,82)
C60M68Y0K82 
(60%,68%,0%,82%)
(0.60/0.68/0.00/0.82)	

CMYK percentages

%59.57
%68.09
%0
%81.57

Codes

Color #130F2F in popluar color models

130F2F
RGB191547
HSL248°51.61%12.16%
HSB/HSV248°68.09%18.43%
CMYK59.57%68.09%0.00%
81.57%

Color #130F2F in popluar number systems.

HEX130F2F
Decimal191547
Binary100111111101111
Octal231757

Shades and tints

Shades of #130F2F

#130F2F
(19,15,47)
#120E2B
(18,14,43)
#110D27
(17,13,39)
#100C23
(16,12,35)
#0F0B1F
(15,11,31)
#0E0A1B
(14,10,27)
#0D0917
(13,9,23)
#0C0813
(12,8,19)
#0B070F
(11,7,15)
#0A060B
(10,6,11)
#090507
(9,5,7)
#000000
(0,0,0)

Tints of #130F2F

#130F2F
(19,15,47)
#282441
(40,36,65)
#3D3953
(61,57,83)
#524E65
(82,78,101)
#676377
(103,99,119)
#7C7889
(124,120,137)
#918D9B
(145,141,155)
#A6A2AD
(166,162,173)
#BBB7BF
(187,183,191)
#D0CCD1
(208,204,209)
#E5E1E3
(229,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F2F; }

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

This text font color is #130F2F.


Background Color

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

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

This div background color is #130F2F.


Border color

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

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

This div border color is #130F2F.


Opacity

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

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

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

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

This text has shadow with #130F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130F2F on black background.


Color preview on white background

This text has color #130F2F on white background.



Black color preview on #130F2F background

This text has black color on #130F2F background.


White color preview on #130F2F background

This text has white color on #130F2F background.