COLOR #090506

HEX: #090506
RGB: (9,5,6)

Renk bilgisi

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

RGB renk modeli

#090506 color RGB value is (9,5,6).

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

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 5 of 255 = 2%
B 6 of 255 = 2%

9
5
6

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 5 + 6 = 20 (100%)
R 9 of 20 ~ 45%
G 5 of 20 ~ 25%
B 6 of 20 ~ 30%

%45
%25
%30

CMYK RENK MODELİ

#090506 rengi CMYK tonu (0,44,33,96).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.44%
  • sarı tonu 33.33%
  • ana renk tonu 96.47%
CMYK:
(0,44,33,96)
C0M44Y33K96 
(0%,44%,33%,96%)
(0.00/0.44/0.33/0.96)	

CMYK yüzdeleri

%0
%44.44
%33.33
%96.47

Codes

Color #090506 in popluar color models

090506
RGB956
HSL345°28.57%2.75%
HSB/HSV345°44.44%3.53%
CMYK0.00%44.44%33.33%
96.47%

Color #090506 in popluar number systems.

HEX090506
Decimal956
Binary1001101110
Octal1156

Shades and tints

Tints of #090506

#090506
(9,5,6)
#1F1B1C
(31,27,28)
#353132
(53,49,50)
#4B4748
(75,71,72)
#615D5E
(97,93,94)
#777374
(119,115,116)
#8D898A
(141,137,138)
#A39FA0
(163,159,160)
#B9B5B6
(185,181,182)
#CFCBCC
(207,203,204)
#E5E1E2
(229,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090506; }

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

This text font color is #090506.


Background Color

.myBgColor { background-color: #090506; }

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

This div background color is #090506.


Border color

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

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

This div border color is #090506.


Opacity

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

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

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

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

This text has shadow with #090506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090506 on black background.


Color preview on white background

This text has color #090506 on white background.



Black color preview on #090506 background

This text has black color on #090506 background.


White color preview on #090506 background

This text has white color on #090506 background.