COLOR #121512

HEX: #121512
RGB: (18,21,18)

Renk bilgisi

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

RGB renk modeli

#121512 color RGB value is (18,21,18).

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

RGB bağlantıları ve doygunluk

R 18 of 255 = 7%
G 21 of 255 = 8%
B 18 of 255 = 7%

18
21
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
18 + 21 + 18 = 57 (100%)
R 18 of 57 ~ 31.58%
G 21 of 57 ~ 36.84%
B 18 of 57 ~ 31.58%

%31.58
%36.84
%31.58

CMYK RENK MODELİ

#121512 rengi CMYK tonu (14,0,14,92).

  • camgöbeği tonu 14.29%
  • eflatun tonu 0.00%
  • sarı tonu 14.29%
  • ana renk tonu 91.76%
CMYK:
(14,0,14,92)
C14M0Y14K92 
(14%,0%,14%,92%)
(0.14/0.00/0.14/0.92)	

CMYK yüzdeleri

%14.29
%0
%14.29
%91.76

Codes

Color #121512 in popluar color models

121512
RGB182118
HSL120°7.69%7.65%
HSB/HSV120°14.29%8.24%
CMYK14.29%0.00%14.29%
91.76%

Color #121512 in popluar number systems.

HEX121512
Decimal182118
Binary100101010110010
Octal222522

Shades and tints

Shades of #121512

#121512
(18,21,18)
#111411
(17,20,17)
#101310
(16,19,16)
#0F120F
(15,18,15)
#0E110E
(14,17,14)
#0D100D
(13,16,13)
#0C0F0C
(12,15,12)
#0B0E0B
(11,14,11)
#0A0D0A
(10,13,10)
#090C09
(9,12,9)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #121512

#121512
(18,21,18)
#272A27
(39,42,39)
#3C3F3C
(60,63,60)
#515451
(81,84,81)
#666966
(102,105,102)
#7B7E7B
(123,126,123)
#909390
(144,147,144)
#A5A8A5
(165,168,165)
#BABDBA
(186,189,186)
#CFD2CF
(207,210,207)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121512 color. Also use rgb(18,21,18) instead hex code.

Text Font Color

.myTextColor { color: #121512; }

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

This text font color is #121512.


Background Color

.myBgColor { background-color: #121512; }

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

This div background color is #121512.


Border color

.myBorderColor { border: 1px solid #121512; }

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

This div border color is #121512.


Opacity

.myOpacity80 { color: #121512; opacity: 0.8; }

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

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

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

This text has shadow with #121512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121512 on black background.


Color preview on white background

This text has color #121512 on white background.



Black color preview on #121512 background

This text has black color on #121512 background.


White color preview on #121512 background

This text has white color on #121512 background.