COLOR #09060A

HEX: #09060A
RGB: (9,6,10)

Renk bilgisi

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

RGB renk modeli

#09060A color RGB value is (9,6,10).

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

RGB bağlantıları ve doygunluk

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

9
6
10

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 6 + 10 = 25 (100%)
R 9 of 25 ~ 36%
G 6 of 25 ~ 24%
B 10 of 25 ~ 40%

%36
%24
%40

CMYK RENK MODELİ

#09060A rengi CMYK tonu (10,40,0,96).

  • camgöbeği tonu 10.00%
  • eflatun tonu 40.00%
  • sarı tonu 0.00%
  • ana renk tonu 96.08%
CMYK:
(10,40,0,96)
C10M40Y0K96 
(10%,40%,0%,96%)
(0.10/0.40/0.00/0.96)	

CMYK yüzdeleri

%10
%40
%0
%96.08

Codes

Color #09060A in popluar color models

09060A
RGB9610
HSL285°25.00%3.14%
HSB/HSV285°40.00%3.92%
CMYK10.00%40.00%0.00%
96.08%

Color #09060A in popluar number systems.

HEX09060A
Decimal9610
Binary10011101010
Octal11612

Shades and tints

Tints of #09060A

#09060A
(9,6,10)
#1F1C20
(31,28,32)
#353236
(53,50,54)
#4B484C
(75,72,76)
#615E62
(97,94,98)
#777478
(119,116,120)
#8D8A8E
(141,138,142)
#A3A0A4
(163,160,164)
#B9B6BA
(185,182,186)
#CFCCD0
(207,204,208)
#E5E2E6
(229,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09060A; }

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

This text font color is #09060A.


Background Color

.myBgColor { background-color: #09060A; }

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

This div background color is #09060A.


Border color

.myBorderColor { border: 1px solid #09060A; }

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

This div border color is #09060A.


Opacity

.myOpacity80 { color: #09060A; opacity: 0.8; }

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

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

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

This text has shadow with #09060A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09060A on black background.


Color preview on white background

This text has color #09060A on white background.



Black color preview on #09060A background

This text has black color on #09060A background.


White color preview on #09060A background

This text has white color on #09060A background.