COLOR #150D14

HEX: #150D14
RGB: (21,13,20)

Renk bilgisi

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

RGB renk modeli

#150D14 color RGB value is (21,13,20).

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

RGB bağlantıları ve doygunluk

R 21 of 255 = 8%
G 13 of 255 = 5%
B 20 of 255 = 8%

21
13
20

R + G + B ~ 7%. #150D14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
21 + 13 + 20 = 54 (100%)
R 21 of 54 ~ 38.89%
G 13 of 54 ~ 24.07%
B 20 of 54 ~ 37.04%

%38.89
%24.07
%37.04

CMYK RENK MODELİ

#150D14 rengi CMYK tonu (0,38,5,92).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.10%
  • sarı tonu 4.76%
  • ana renk tonu 91.76%
CMYK:
(0,38,5,92)
C0M38Y5K92 
(0%,38%,5%,92%)
(0.00/0.38/0.05/0.92)	

CMYK yüzdeleri

%0
%38.1
%4.76
%91.76

Codes

Color #150D14 in popluar color models

150D14
RGB211320
HSL308°23.53%6.67%
HSB/HSV308°38.10%8.24%
CMYK0.00%38.10%4.76%
91.76%

Color #150D14 in popluar number systems.

HEX150D14
Decimal211320
Binary10101110110100
Octal251524

Shades and tints

Shades of #150D14

#150D14
(21,13,20)
#140C13
(20,12,19)
#130B12
(19,11,18)
#120A11
(18,10,17)
#110910
(17,9,16)
#10080F
(16,8,15)
#0F070E
(15,7,14)
#0E060D
(14,6,13)
#0D050C
(13,5,12)
#0C040B
(12,4,11)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #150D14

#150D14
(21,13,20)
#2A2329
(42,35,41)
#3F393E
(63,57,62)
#544F53
(84,79,83)
#696568
(105,101,104)
#7E7B7D
(126,123,125)
#939192
(147,145,146)
#A8A7A7
(168,167,167)
#BDBDBC
(189,189,188)
#D2D3D1
(210,211,209)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150D14 color. Also use rgb(21,13,20) instead hex code.

Text Font Color

.myTextColor { color: #150D14; }

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

This text font color is #150D14.


Background Color

.myBgColor { background-color: #150D14; }

<div style="background-color:#150D14">Inner text</div>

This div background color is #150D14.


Border color

.myBorderColor { border: 1px solid #150D14; }

<div style="border:3px solid #150D14">Div</div>

This div border color is #150D14.


Opacity

.myOpacity80 { color: #150D14; opacity: 0.8; }

<p style="color:#150D14;opacity:0.8;">80%</p>

Text with #150D14 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 #150D14;}

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

This text has shadow with #150D14 color.

.textShadow {text-shadow: 3px 3px 1px #150D14, 3px 3px 1px red;}

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

This text has shadow with #150D14 primary color and red secondary color.


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

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

This text has shadow with #150D14 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150D14 on black background.


Color preview on white background

This text has color #150D14 on white background.



Black color preview on #150D14 background

This text has black color on #150D14 background.


White color preview on #150D14 background

This text has white color on #150D14 background.