COLOR #130510

HEX: #130510
RGB: (19,5,16)

Color info

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

RGB color model

#130510 color RGB value is (19,5,16).

  • red value is 19;
  • green value is 5;
  • blue value is 16.
RGB:
(19,5,16)
(7%,2%,6%)

RGB channels and saturation

R 19 of 255 = 7%
G 5 of 255 = 2%
B 16 of 255 = 6%

19
5
16

R + G + B ~ 5%. #130510 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 5 + 16 = 40 (100%)
R 19 of 40 ~ 47.5%
G 5 of 40 ~ 12.5%
B 16 of 40 ~ 40%

%47.5
%12.5
%40

CMYK color model

#130510 color CMYK value is (0,74,16,93).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 15.79%
  • key color value is 92.55%
CMYK:
(0,74,16,93)
C0M74Y16K93 
(0%,74%,16%,93%)
(0.00/0.74/0.16/0.93)	

CMYK percentages

%0
%73.68
%15.79
%92.55

Codes

Color #130510 in popluar color models

130510
RGB19516
HSL313°58.33%4.71%
HSB/HSV313°73.68%7.45%
CMYK0.00%73.68%15.79%
92.55%

Color #130510 in popluar number systems.

HEX130510
Decimal19516
Binary1001110110000
Octal23520

Shades and tints

Shades of #130510

#130510
(19,5,16)
#12050F
(18,5,15)
#11050E
(17,5,14)
#10050D
(16,5,13)
#0F050C
(15,5,12)
#0E050B
(14,5,11)
#0D050A
(13,5,10)
#0C0509
(12,5,9)
#0B0508
(11,5,8)
#0A0507
(10,5,7)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #130510

#130510
(19,5,16)
#281B25
(40,27,37)
#3D313A
(61,49,58)
#52474F
(82,71,79)
#675D64
(103,93,100)
#7C7379
(124,115,121)
#91898E
(145,137,142)
#A69FA3
(166,159,163)
#BBB5B8
(187,181,184)
#D0CBCD
(208,203,205)
#E5E1E2
(229,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130510 color. Also use rgb(19,5,16) instead hex code.

Text Font Color

.myTextColor { color: #130510; }

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

This text font color is #130510.


Background Color

.myBgColor { background-color: #130510; }

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

This div background color is #130510.


Border color

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

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

This div border color is #130510.


Opacity

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

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

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

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

This text has shadow with #130510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130510 on black background.


Color preview on white background

This text has color #130510 on white background.



Black color preview on #130510 background

This text has black color on #130510 background.


White color preview on #130510 background

This text has white color on #130510 background.