COLOR #130D09

HEX: #130D09
RGB: (19,13,9)

Renk bilgisi

#130D09 contains red, green and blue colors in about the same proportion. #130D09 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#130D09 color RGB value is (19,13,9).

  • kırmız ton 19;
  • yeşil ton 13;
  • mavi ton 9.
RGB:
(19,13,9)
(7%,5%,4%)

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 13 of 255 = 5%
B 9 of 255 = 4%

19
13
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 13 + 9 = 41 (100%)
R 19 of 41 ~ 46.34%
G 13 of 41 ~ 31.71%
B 9 of 41 ~ 21.95%

%46.34
%31.71
%21.95

CMYK RENK MODELİ

#130D09 rengi CMYK tonu (0,32,53,93).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.58%
  • sarı tonu 52.63%
  • ana renk tonu 92.55%
CMYK:
(0,32,53,93)
C0M32Y53K93 
(0%,32%,53%,93%)
(0.00/0.32/0.53/0.93)	

CMYK yüzdeleri

%0
%31.58
%52.63
%92.55

Codes

Color #130D09 in popluar color models

130D09
RGB19139
HSL24°35.71%5.49%
HSB/HSV24°52.63%7.45%
CMYK0.00%31.58%52.63%
92.55%

Color #130D09 in popluar number systems.

HEX130D09
Decimal19139
Binary1001111011001
Octal231511

Shades and tints

Shades of #130D09

#130D09
(19,13,9)
#120C09
(18,12,9)
#110B09
(17,11,9)
#100A09
(16,10,9)
#0F0909
(15,9,9)
#0E0809
(14,8,9)
#0D0709
(13,7,9)
#0C0609
(12,6,9)
#0B0509
(11,5,9)
#0A0409
(10,4,9)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #130D09

#130D09
(19,13,9)
#28231F
(40,35,31)
#3D3935
(61,57,53)
#524F4B
(82,79,75)
#676561
(103,101,97)
#7C7B77
(124,123,119)
#91918D
(145,145,141)
#A6A7A3
(166,167,163)
#BBBDB9
(187,189,185)
#D0D3CF
(208,211,207)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130D09; }

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

This text font color is #130D09.


Background Color

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

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

This div background color is #130D09.


Border color

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

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

This div border color is #130D09.


Opacity

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

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

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

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

This text has shadow with #130D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130D09 on black background.


Color preview on white background

This text has color #130D09 on white background.



Black color preview on #130D09 background

This text has black color on #130D09 background.


White color preview on #130D09 background

This text has white color on #130D09 background.