COLOR #00120F

HEX: #00120F
RGB: (0,18,15)

Renk bilgisi

#00120F contains only green and blue colors. #00120F ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#00120F color RGB value is (0,18,15).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 18 of 255 = 7%
B 15 of 255 = 6%

0
18
15

R + G + B ~ 4%. #00120F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 18 + 15 = 33 (100%)
R 0 of 33 ~ 0%
G 18 of 33 ~ 54.55%
B 15 of 33 ~ 45.45%

%54.55
%45.45

CMYK RENK MODELİ

#00120F rengi CMYK tonu (100,0,17,93).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 92.94%
CMYK:
(100,0,17,93)
C100M0Y17K93 
(100%,0%,17%,93%)
(1.00/0.00/0.17/0.93)	

CMYK yüzdeleri

%100
%0
%16.67
%92.94

Codes

Color #00120F in popluar color models

00120F
RGB01815
HSL170°100.00%3.53%
HSB/HSV170°100.00%7.06%
CMYK100.00%0.00%16.67%
92.94%

Color #00120F in popluar number systems.

HEX00120F
Decimal01815
Binary0100101111
Octal02217

Shades and tints

Shades of #00120F

#00120F
(0,18,15)
#00110E
(0,17,14)
#00100D
(0,16,13)
#000F0C
(0,15,12)
#000E0B
(0,14,11)
#000D0A
(0,13,10)
#000C09
(0,12,9)
#000B08
(0,11,8)
#000A07
(0,10,7)
#000906
(0,9,6)
#000805
(0,8,5)
#000000
(0,0,0)

Tints of #00120F

#00120F
(0,18,15)
#172724
(23,39,36)
#2E3C39
(46,60,57)
#45514E
(69,81,78)
#5C6663
(92,102,99)
#737B78
(115,123,120)
#8A908D
(138,144,141)
#A1A5A2
(161,165,162)
#B8BAB7
(184,186,183)
#CFCFCC
(207,207,204)
#E6E4E1
(230,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00120F color. Also use rgb(0,18,15) instead hex code.

Text Font Color

.myTextColor { color: #00120F; }

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

This text font color is #00120F.


Background Color

.myBgColor { background-color: #00120F; }

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

This div background color is #00120F.


Border color

.myBorderColor { border: 1px solid #00120F; }

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

This div border color is #00120F.


Opacity

.myOpacity80 { color: #00120F; opacity: 0.8; }

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

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

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

This text has shadow with #00120F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00120F on black background.


Color preview on white background

This text has color #00120F on white background.



Black color preview on #00120F background

This text has black color on #00120F background.


White color preview on #00120F background

This text has white color on #00120F background.