COLOR #050709

HEX: #050709
RGB: (5,7,9)

Renk bilgisi

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

RGB renk modeli

#050709 color RGB value is (5,7,9).

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

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 7 of 255 = 3%
B 9 of 255 = 4%

5
7
9

R + G + B ~ 3%. #050709 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 7 + 9 = 21 (100%)
R 5 of 21 ~ 23.81%
G 7 of 21 ~ 33.33%
B 9 of 21 ~ 42.86%

%23.81
%33.33
%42.86

CMYK RENK MODELİ

#050709 rengi CMYK tonu (44,22,0,96).

  • camgöbeği tonu 44.44%
  • eflatun tonu 22.22%
  • sarı tonu 0.00%
  • ana renk tonu 96.47%
CMYK:
(44,22,0,96)
C44M22Y0K96 
(44%,22%,0%,96%)
(0.44/0.22/0.00/0.96)	

CMYK yüzdeleri

%44.44
%22.22
%0
%96.47

Codes

Color #050709 in popluar color models

050709
RGB579
HSL210°28.57%2.75%
HSB/HSV210°44.44%3.53%
CMYK44.44%22.22%0.00%
96.47%

Color #050709 in popluar number systems.

HEX050709
Decimal579
Binary1011111001
Octal5711

Shades and tints

Tints of #050709

#050709
(5,7,9)
#1B1D1F
(27,29,31)
#313335
(49,51,53)
#47494B
(71,73,75)
#5D5F61
(93,95,97)
#737577
(115,117,119)
#898B8D
(137,139,141)
#9FA1A3
(159,161,163)
#B5B7B9
(181,183,185)
#CBCDCF
(203,205,207)
#E1E3E5
(225,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050709; }

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

This text font color is #050709.


Background Color

.myBgColor { background-color: #050709; }

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

This div background color is #050709.


Border color

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

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

This div border color is #050709.


Opacity

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

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

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

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

This text has shadow with #050709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050709 on black background.


Color preview on white background

This text has color #050709 on white background.



Black color preview on #050709 background

This text has black color on #050709 background.


White color preview on #050709 background

This text has white color on #050709 background.