COLOR #141514

HEX: #141514
RGB: (20,21,20)

Renk bilgisi

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

RGB renk modeli

#141514 color RGB value is (20,21,20).

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

RGB bağlantıları ve doygunluk

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

20
21
20

R + G + B ~ 8%. #141514 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
20 + 21 + 20 = 61 (100%)
R 20 of 61 ~ 32.79%
G 21 of 61 ~ 34.43%
B 20 of 61 ~ 32.79%

%32.79
%34.43
%32.79

CMYK RENK MODELİ

#141514 rengi CMYK tonu (5,0,5,92).

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

CMYK yüzdeleri

%4.76
%0
%4.76
%91.76

Codes

Color #141514 in popluar color models

141514
RGB202120
HSL120°2.44%8.04%
HSB/HSV120°4.76%8.24%
CMYK4.76%0.00%4.76%
91.76%

Color #141514 in popluar number systems.

HEX141514
Decimal202120
Binary101001010110100
Octal242524

Shades and tints

Shades of #141514

#141514
(20,21,20)
#131413
(19,20,19)
#121312
(18,19,18)
#111211
(17,18,17)
#101110
(16,17,16)
#0F100F
(15,16,15)
#0E0F0E
(14,15,14)
#0D0E0D
(13,14,13)
#0C0D0C
(12,13,12)
#0B0C0B
(11,12,11)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #141514

#141514
(20,21,20)
#292A29
(41,42,41)
#3E3F3E
(62,63,62)
#535453
(83,84,83)
#686968
(104,105,104)
#7D7E7D
(125,126,125)
#929392
(146,147,146)
#A7A8A7
(167,168,167)
#BCBDBC
(188,189,188)
#D1D2D1
(209,210,209)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141514; }

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

This text font color is #141514.


Background Color

.myBgColor { background-color: #141514; }

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

This div background color is #141514.


Border color

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

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

This div border color is #141514.


Opacity

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

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

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

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

This text has shadow with #141514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141514 on black background.


Color preview on white background

This text has color #141514 on white background.



Black color preview on #141514 background

This text has black color on #141514 background.


White color preview on #141514 background

This text has white color on #141514 background.