COLOR #140014

HEX: #140014
RGB: (20,0,20)

Renk bilgisi

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

RGB renk modeli

#140014 color RGB value is (20,0,20).

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

RGB bağlantıları ve doygunluk

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

20
0
20

R + G + B ~ 5%. #140014 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
20 + 0 + 20 = 40 (100%)
R 20 of 40 ~ 50%
G 0 of 40 ~ 0%
B 20 of 40 ~ 50%

%50
%50

CMYK RENK MODELİ

#140014 rengi CMYK tonu (0,100,0,92).

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

CMYK yüzdeleri

%0
%100
%0
%92.16

Codes

Color #140014 in popluar color models

140014
RGB20020
HSL300°100.00%3.92%
HSB/HSV300°100.00%7.84%
CMYK0.00%100.00%0.00%
92.16%

Color #140014 in popluar number systems.

HEX140014
Decimal20020
Binary10100010100
Octal24024

Shades and tints

Shades of #140014

#140014
(20,0,20)
#130013
(19,0,19)
#120012
(18,0,18)
#110011
(17,0,17)
#100010
(16,0,16)
#0F000F
(15,0,15)
#0E000E
(14,0,14)
#0D000D
(13,0,13)
#0C000C
(12,0,12)
#0B000B
(11,0,11)
#0A000A
(10,0,10)
#000000
(0,0,0)

Tints of #140014

#140014
(20,0,20)
#291729
(41,23,41)
#3E2E3E
(62,46,62)
#534553
(83,69,83)
#685C68
(104,92,104)
#7D737D
(125,115,125)
#928A92
(146,138,146)
#A7A1A7
(167,161,167)
#BCB8BC
(188,184,188)
#D1CFD1
(209,207,209)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140014; }

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

This text font color is #140014.


Background Color

.myBgColor { background-color: #140014; }

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

This div background color is #140014.


Border color

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

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

This div border color is #140014.


Opacity

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

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

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

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

This text has shadow with #140014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140014 on black background.


Color preview on white background

This text has color #140014 on white background.



Black color preview on #140014 background

This text has black color on #140014 background.


White color preview on #140014 background

This text has white color on #140014 background.