COLOR #130C06

HEX: #130C06
RGB: (19,12,6)

Renk bilgisi

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

RGB renk modeli

#130C06 color RGB value is (19,12,6).

  • kırmız ton 19;
  • yeşil ton 12;
  • mavi ton 6.
RGB:
(19,12,6)
(7%,5%,2%)

RGB bağlantıları ve doygunluk

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

19
12
6

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

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 12 + 6 = 37 (100%)
R 19 of 37 ~ 51.35%
G 12 of 37 ~ 32.43%
B 6 of 37 ~ 16.22%

%51.35
%32.43
%16.22

CMYK RENK MODELİ

#130C06 rengi CMYK tonu (0,37,68,93).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.84%
  • sarı tonu 68.42%
  • ana renk tonu 92.55%
CMYK:
(0,37,68,93)
C0M37Y68K93 
(0%,37%,68%,93%)
(0.00/0.37/0.68/0.93)	

CMYK yüzdeleri

%0
%36.84
%68.42
%92.55

Codes

Color #130C06 in popluar color models

130C06
RGB19126
HSL28°52.00%4.90%
HSB/HSV28°68.42%7.45%
CMYK0.00%36.84%68.42%
92.55%

Color #130C06 in popluar number systems.

HEX130C06
Decimal19126
Binary100111100110
Octal23146

Shades and tints

Shades of #130C06

#130C06
(19,12,6)
#120B06
(18,11,6)
#110A06
(17,10,6)
#100906
(16,9,6)
#0F0806
(15,8,6)
#0E0706
(14,7,6)
#0D0606
(13,6,6)
#0C0506
(12,5,6)
#0B0406
(11,4,6)
#0A0306
(10,3,6)
#090206
(9,2,6)
#000000
(0,0,0)

Tints of #130C06

#130C06
(19,12,6)
#28221C
(40,34,28)
#3D3832
(61,56,50)
#524E48
(82,78,72)
#67645E
(103,100,94)
#7C7A74
(124,122,116)
#91908A
(145,144,138)
#A6A6A0
(166,166,160)
#BBBCB6
(187,188,182)
#D0D2CC
(208,210,204)
#E5E8E2
(229,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130C06 color. Also use rgb(19,12,6) instead hex code.

Text Font Color

.myTextColor { color: #130C06; }

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

This text font color is #130C06.


Background Color

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

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

This div background color is #130C06.


Border color

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

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

This div border color is #130C06.


Opacity

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

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

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

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

This text has shadow with #130C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130C06 on black background.


Color preview on white background

This text has color #130C06 on white background.



Black color preview on #130C06 background

This text has black color on #130C06 background.


White color preview on #130C06 background

This text has white color on #130C06 background.