COLOR #0D0C12

HEX: #0D0C12
RGB: (13,12,18)

Renk bilgisi

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

RGB renk modeli

#0D0C12 color RGB value is (13,12,18).

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

RGB bağlantıları ve doygunluk

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

13
12
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
13 + 12 + 18 = 43 (100%)
R 13 of 43 ~ 30.23%
G 12 of 43 ~ 27.91%
B 18 of 43 ~ 41.86%

%30.23
%27.91
%41.86

CMYK RENK MODELİ

#0D0C12 rengi CMYK tonu (28,33,0,93).

  • camgöbeği tonu 27.78%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 92.94%
CMYK:
(28,33,0,93)
C28M33Y0K93 
(28%,33%,0%,93%)
(0.28/0.33/0.00/0.93)	

CMYK yüzdeleri

%27.78
%33.33
%0
%92.94

Codes

Color #0D0C12 in popluar color models

0D0C12
RGB131218
HSL250°20.00%5.88%
HSB/HSV250°33.33%7.06%
CMYK27.78%33.33%0.00%
92.94%

Color #0D0C12 in popluar number systems.

HEX0D0C12
Decimal131218
Binary1101110010010
Octal151422

Shades and tints

Shades of #0D0C12

#0D0C12
(13,12,18)
#0C0B11
(12,11,17)
#0B0A10
(11,10,16)
#0A090F
(10,9,15)
#09080E
(9,8,14)
#08070D
(8,7,13)
#07060C
(7,6,12)
#06050B
(6,5,11)
#05040A
(5,4,10)
#040309
(4,3,9)
#030208
(3,2,8)
#000000
(0,0,0)

Tints of #0D0C12

#0D0C12
(13,12,18)
#232227
(35,34,39)
#39383C
(57,56,60)
#4F4E51
(79,78,81)
#656466
(101,100,102)
#7B7A7B
(123,122,123)
#919090
(145,144,144)
#A7A6A5
(167,166,165)
#BDBCBA
(189,188,186)
#D3D2CF
(211,210,207)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0C12; }

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

This text font color is #0D0C12.


Background Color

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

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

This div background color is #0D0C12.


Border color

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

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

This div border color is #0D0C12.


Opacity

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

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

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

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

This text has shadow with #0D0C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0C12 on black background.


Color preview on white background

This text has color #0D0C12 on white background.



Black color preview on #0D0C12 background

This text has black color on #0D0C12 background.


White color preview on #0D0C12 background

This text has white color on #0D0C12 background.