COLOR #0C0D13

HEX: #0C0D13
RGB: (12,13,19)

Renk bilgisi

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

RGB renk modeli

#0C0D13 color RGB value is (12,13,19).

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

RGB bağlantıları ve doygunluk

R 12 of 255 = 5%
G 13 of 255 = 5%
B 19 of 255 = 7%

12
13
19

R + G + B ~ 6%. #0C0D13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
12 + 13 + 19 = 44 (100%)
R 12 of 44 ~ 27.27%
G 13 of 44 ~ 29.55%
B 19 of 44 ~ 43.18%

%27.27
%29.55
%43.18

CMYK RENK MODELİ

#0C0D13 rengi CMYK tonu (37,32,0,93).

  • camgöbeği tonu 36.84%
  • eflatun tonu 31.58%
  • sarı tonu 0.00%
  • ana renk tonu 92.55%
CMYK:
(37,32,0,93)
C37M32Y0K93 
(37%,32%,0%,93%)
(0.37/0.32/0.00/0.93)	

CMYK yüzdeleri

%36.84
%31.58
%0
%92.55

Codes

Color #0C0D13 in popluar color models

0C0D13
RGB121319
HSL231°22.58%6.08%
HSB/HSV231°36.84%7.45%
CMYK36.84%31.58%0.00%
92.55%

Color #0C0D13 in popluar number systems.

HEX0C0D13
Decimal121319
Binary1100110110011
Octal141523

Shades and tints

Shades of #0C0D13

#0C0D13
(12,13,19)
#0B0C12
(11,12,18)
#0A0B11
(10,11,17)
#090A10
(9,10,16)
#08090F
(8,9,15)
#07080E
(7,8,14)
#06070D
(6,7,13)
#05060C
(5,6,12)
#04050B
(4,5,11)
#03040A
(3,4,10)
#020309
(2,3,9)
#000000
(0,0,0)

Tints of #0C0D13

#0C0D13
(12,13,19)
#222328
(34,35,40)
#38393D
(56,57,61)
#4E4F52
(78,79,82)
#646567
(100,101,103)
#7A7B7C
(122,123,124)
#909191
(144,145,145)
#A6A7A6
(166,167,166)
#BCBDBB
(188,189,187)
#D2D3D0
(210,211,208)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C0D13 color. Also use rgb(12,13,19) instead hex code.

Text Font Color

.myTextColor { color: #0C0D13; }

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

This text font color is #0C0D13.


Background Color

.myBgColor { background-color: #0C0D13; }

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

This div background color is #0C0D13.


Border color

.myBorderColor { border: 1px solid #0C0D13; }

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

This div border color is #0C0D13.


Opacity

.myOpacity80 { color: #0C0D13; opacity: 0.8; }

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

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

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

This text has shadow with #0C0D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0D13 on black background.


Color preview on white background

This text has color #0C0D13 on white background.



Black color preview on #0C0D13 background

This text has black color on #0C0D13 background.


White color preview on #0C0D13 background

This text has white color on #0C0D13 background.