COLOR #140709

HEX: #140709
RGB: (20,7,9)

Renk bilgisi

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

RGB renk modeli

#140709 color RGB value is (20,7,9).

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

RGB bağlantıları ve doygunluk

R 20 of 255 = 8%
G 7 of 255 = 3%
B 9 of 255 = 4%

20
7
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
20 + 7 + 9 = 36 (100%)
R 20 of 36 ~ 55.56%
G 7 of 36 ~ 19.44%
B 9 of 36 ~ 25%

%55.56
%19.44
%25

CMYK RENK MODELİ

#140709 rengi CMYK tonu (0,65,55,92).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.00%
  • sarı tonu 55.00%
  • ana renk tonu 92.16%
CMYK:
(0,65,55,92)
C0M65Y55K92 
(0%,65%,55%,92%)
(0.00/0.65/0.55/0.92)	

CMYK yüzdeleri

%0
%65
%55
%92.16

Codes

Color #140709 in popluar color models

140709
RGB2079
HSL351°48.15%5.29%
HSB/HSV351°65.00%7.84%
CMYK0.00%65.00%55.00%
92.16%

Color #140709 in popluar number systems.

HEX140709
Decimal2079
Binary101001111001
Octal24711

Shades and tints

Shades of #140709

#140709
(20,7,9)
#130709
(19,7,9)
#120709
(18,7,9)
#110709
(17,7,9)
#100709
(16,7,9)
#0F0709
(15,7,9)
#0E0709
(14,7,9)
#0D0709
(13,7,9)
#0C0709
(12,7,9)
#0B0709
(11,7,9)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #140709

#140709
(20,7,9)
#291D1F
(41,29,31)
#3E3335
(62,51,53)
#53494B
(83,73,75)
#685F61
(104,95,97)
#7D7577
(125,117,119)
#928B8D
(146,139,141)
#A7A1A3
(167,161,163)
#BCB7B9
(188,183,185)
#D1CDCF
(209,205,207)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140709; }

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

This text font color is #140709.


Background Color

.myBgColor { background-color: #140709; }

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

This div background color is #140709.


Border color

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

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

This div border color is #140709.


Opacity

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

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

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

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

This text has shadow with #140709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140709 on black background.


Color preview on white background

This text has color #140709 on white background.



Black color preview on #140709 background

This text has black color on #140709 background.


White color preview on #140709 background

This text has white color on #140709 background.