COLOR #00140C

HEX: #00140C
RGB: (0,20,12)

Renk bilgisi

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

RGB renk modeli

#00140C color RGB value is (0,20,12).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 20 of 255 = 8%
B 12 of 255 = 5%

0
20
12

R + G + B ~ 4%. #00140C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 20 + 12 = 32 (100%)
R 0 of 32 ~ 0%
G 20 of 32 ~ 62.5%
B 12 of 32 ~ 37.5%

%62.5
%37.5

CMYK RENK MODELİ

#00140C rengi CMYK tonu (100,0,40,92).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 40.00%
  • ana renk tonu 92.16%
CMYK:
(100,0,40,92)
C100M0Y40K92 
(100%,0%,40%,92%)
(1.00/0.00/0.40/0.92)	

CMYK yüzdeleri

%100
%0
%40
%92.16

Codes

Color #00140C in popluar color models

00140C
RGB02012
HSL156°100.00%3.92%
HSB/HSV156°100.00%7.84%
CMYK100.00%0.00%40.00%
92.16%

Color #00140C in popluar number systems.

HEX00140C
Decimal02012
Binary0101001100
Octal02414

Shades and tints

Shades of #00140C

#00140C
(0,20,12)
#00130B
(0,19,11)
#00120A
(0,18,10)
#001109
(0,17,9)
#001008
(0,16,8)
#000F07
(0,15,7)
#000E06
(0,14,6)
#000D05
(0,13,5)
#000C04
(0,12,4)
#000B03
(0,11,3)
#000A02
(0,10,2)
#000000
(0,0,0)

Tints of #00140C

#00140C
(0,20,12)
#172922
(23,41,34)
#2E3E38
(46,62,56)
#45534E
(69,83,78)
#5C6864
(92,104,100)
#737D7A
(115,125,122)
#8A9290
(138,146,144)
#A1A7A6
(161,167,166)
#B8BCBC
(184,188,188)
#CFD1D2
(207,209,210)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00140C color. Also use rgb(0,20,12) instead hex code.

Text Font Color

.myTextColor { color: #00140C; }

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

This text font color is #00140C.


Background Color

.myBgColor { background-color: #00140C; }

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

This div background color is #00140C.


Border color

.myBorderColor { border: 1px solid #00140C; }

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

This div border color is #00140C.


Opacity

.myOpacity80 { color: #00140C; opacity: 0.8; }

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

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

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

This text has shadow with #00140C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00140C on black background.


Color preview on white background

This text has color #00140C on white background.



Black color preview on #00140C background

This text has black color on #00140C background.


White color preview on #00140C background

This text has white color on #00140C background.