COLOR #131514

HEX: #131514
RGB: (19,21,20)

Renk bilgisi

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

RGB renk modeli

#131514 color RGB value is (19,21,20).

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

RGB bağlantıları ve doygunluk

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

19
21
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 21 + 20 = 60 (100%)
R 19 of 60 ~ 31.67%
G 21 of 60 ~ 35%
B 20 of 60 ~ 33.33%

%31.67
%35
%33.33

CMYK RENK MODELİ

#131514 rengi CMYK tonu (10,0,5,92).

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

CMYK yüzdeleri

%9.52
%0
%4.76
%91.76

Codes

Color #131514 in popluar color models

131514
RGB192120
HSL150°5.00%7.84%
HSB/HSV150°9.52%8.24%
CMYK9.52%0.00%4.76%
91.76%

Color #131514 in popluar number systems.

HEX131514
Decimal192120
Binary100111010110100
Octal232524

Shades and tints

Shades of #131514

#131514
(19,21,20)
#121413
(18,20,19)
#111312
(17,19,18)
#101211
(16,18,17)
#0F1110
(15,17,16)
#0E100F
(14,16,15)
#0D0F0E
(13,15,14)
#0C0E0D
(12,14,13)
#0B0D0C
(11,13,12)
#0A0C0B
(10,12,11)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #131514

#131514
(19,21,20)
#282A29
(40,42,41)
#3D3F3E
(61,63,62)
#525453
(82,84,83)
#676968
(103,105,104)
#7C7E7D
(124,126,125)
#919392
(145,147,146)
#A6A8A7
(166,168,167)
#BBBDBC
(187,189,188)
#D0D2D1
(208,210,209)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131514; }

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

This text font color is #131514.


Background Color

.myBgColor { background-color: #131514; }

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

This div background color is #131514.


Border color

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

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

This div border color is #131514.


Opacity

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

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

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

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

This text has shadow with #131514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131514 on black background.


Color preview on white background

This text has color #131514 on white background.



Black color preview on #131514 background

This text has black color on #131514 background.


White color preview on #131514 background

This text has white color on #131514 background.