COLOR #0D150F

HEX: #0D150F
RGB: (13,21,15)

Renk bilgisi

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

RGB renk modeli

#0D150F color RGB value is (13,21,15).

  • kırmız ton 13;
  • yeşil ton 21;
  • mavi ton 15.
RGB:
(13,21,15)
(5%,8%,6%)

RGB bağlantıları ve doygunluk

R 13 of 255 = 5%
G 21 of 255 = 8%
B 15 of 255 = 6%

13
21
15

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

Yüzdelerle RGB renk parçaları

R + G + B =
13 + 21 + 15 = 49 (100%)
R 13 of 49 ~ 26.53%
G 21 of 49 ~ 42.86%
B 15 of 49 ~ 30.61%

%26.53
%42.86
%30.61

CMYK RENK MODELİ

#0D150F rengi CMYK tonu (38,0,29,92).

  • camgöbeği tonu 38.10%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 91.76%
CMYK:
(38,0,29,92)
C38M0Y29K92 
(38%,0%,29%,92%)
(0.38/0.00/0.29/0.92)	

CMYK yüzdeleri

%38.1
%0
%28.57
%91.76

Codes

Color #0D150F in popluar color models

0D150F
RGB132115
HSL135°23.53%6.67%
HSB/HSV135°38.10%8.24%
CMYK38.10%0.00%28.57%
91.76%

Color #0D150F in popluar number systems.

HEX0D150F
Decimal132115
Binary1101101011111
Octal152517

Shades and tints

Shades of #0D150F

#0D150F
(13,21,15)
#0C140E
(12,20,14)
#0B130D
(11,19,13)
#0A120C
(10,18,12)
#09110B
(9,17,11)
#08100A
(8,16,10)
#070F09
(7,15,9)
#060E08
(6,14,8)
#050D07
(5,13,7)
#040C06
(4,12,6)
#030B05
(3,11,5)
#000000
(0,0,0)

Tints of #0D150F

#0D150F
(13,21,15)
#232A24
(35,42,36)
#393F39
(57,63,57)
#4F544E
(79,84,78)
#656963
(101,105,99)
#7B7E78
(123,126,120)
#91938D
(145,147,141)
#A7A8A2
(167,168,162)
#BDBDB7
(189,189,183)
#D3D2CC
(211,210,204)
#E9E7E1
(233,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D150F color. Also use rgb(13,21,15) instead hex code.

Text Font Color

.myTextColor { color: #0D150F; }

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

This text font color is #0D150F.


Background Color

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

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

This div background color is #0D150F.


Border color

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

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

This div border color is #0D150F.


Opacity

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

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

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

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

This text has shadow with #0D150F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D150F on black background.


Color preview on white background

This text has color #0D150F on white background.



Black color preview on #0D150F background

This text has black color on #0D150F background.


White color preview on #0D150F background

This text has white color on #0D150F background.