COLOR #09050D

HEX: #09050D
RGB: (9,5,13)

Renk bilgisi

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

RGB renk modeli

#09050D color RGB value is (9,5,13).

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

RGB bağlantıları ve doygunluk

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

9
5
13

R + G + B ~ 4%. #09050D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 5 + 13 = 27 (100%)
R 9 of 27 ~ 33.33%
G 5 of 27 ~ 18.52%
B 13 of 27 ~ 48.15%

%33.33
%18.52
%48.15

CMYK RENK MODELİ

#09050D rengi CMYK tonu (31,62,0,95).

  • camgöbeği tonu 30.77%
  • eflatun tonu 61.54%
  • sarı tonu 0.00%
  • ana renk tonu 94.90%
CMYK:
(31,62,0,95)
C31M62Y0K95 
(31%,62%,0%,95%)
(0.31/0.62/0.00/0.95)	

CMYK yüzdeleri

%30.77
%61.54
%0
%94.9

Codes

Color #09050D in popluar color models

09050D
RGB9513
HSL270°44.44%3.53%
HSB/HSV270°61.54%5.10%
CMYK30.77%61.54%0.00%
94.90%

Color #09050D in popluar number systems.

HEX09050D
Decimal9513
Binary10011011101
Octal11515

Shades and tints

Shades of #09050D

#09050D
(9,5,13)
#09050C
(9,5,12)
#09050B
(9,5,11)
#09050A
(9,5,10)
#090509
(9,5,9)
#090508
(9,5,8)
#090507
(9,5,7)
#090506
(9,5,6)
#090505
(9,5,5)
#090504
(9,5,4)
#090503
(9,5,3)
#000000
(0,0,0)

Tints of #09050D

#09050D
(9,5,13)
#1F1B23
(31,27,35)
#353139
(53,49,57)
#4B474F
(75,71,79)
#615D65
(97,93,101)
#77737B
(119,115,123)
#8D8991
(141,137,145)
#A39FA7
(163,159,167)
#B9B5BD
(185,181,189)
#CFCBD3
(207,203,211)
#E5E1E9
(229,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09050D; }

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

This text font color is #09050D.


Background Color

.myBgColor { background-color: #09050D; }

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

This div background color is #09050D.


Border color

.myBorderColor { border: 1px solid #09050D; }

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

This div border color is #09050D.


Opacity

.myOpacity80 { color: #09050D; opacity: 0.8; }

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

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

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

This text has shadow with #09050D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09050D on black background.


Color preview on white background

This text has color #09050D on white background.



Black color preview on #09050D background

This text has black color on #09050D background.


White color preview on #09050D background

This text has white color on #09050D background.