COLOR #090B00

HEX: #090B00
RGB: (9,11,0)

Renk bilgisi

#090B00 contains only red and green colors. #090B00 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#090B00 color RGB value is (9,11,0).

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

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 11 of 255 = 4%
B 0 of 255 = 0%

9
11
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 11 + 0 = 20 (100%)
R 9 of 20 ~ 45%
G 11 of 20 ~ 55%
B 0 of 20 ~ 0%

%45
%55

CMYK RENK MODELİ

#090B00 rengi CMYK tonu (18,0,100,96).

  • camgöbeği tonu 18.18%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 95.69%
CMYK:
(18,0,100,96)
C18M0Y100K96 
(18%,0%,100%,96%)
(0.18/0.00/1.00/0.96)	

CMYK yüzdeleri

%18.18
%0
%100
%95.69

Codes

Color #090B00 in popluar color models

090B00
RGB9110
HSL71°100.00%2.16%
HSB/HSV71°100.00%4.31%
CMYK18.18%0.00%100.00%
95.69%

Color #090B00 in popluar number systems.

HEX090B00
Decimal9110
Binary100110110
Octal11130

Shades and tints

Shades of #090B00

#090B00
(9,11,0)
#090A00
(9,10,0)
#090900
(9,9,0)
#090800
(9,8,0)
#090700
(9,7,0)
#090600
(9,6,0)
#090500
(9,5,0)
#090400
(9,4,0)
#090300
(9,3,0)
#090200
(9,2,0)
#090100
(9,1,0)
#000000
(0,0,0)

Tints of #090B00

#090B00
(9,11,0)
#1F2117
(31,33,23)
#35372E
(53,55,46)
#4B4D45
(75,77,69)
#61635C
(97,99,92)
#777973
(119,121,115)
#8D8F8A
(141,143,138)
#A3A5A1
(163,165,161)
#B9BBB8
(185,187,184)
#CFD1CF
(207,209,207)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090B00 color. Also use rgb(9,11,0) instead hex code.

Text Font Color

.myTextColor { color: #090B00; }

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

This text font color is #090B00.


Background Color

.myBgColor { background-color: #090B00; }

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

This div background color is #090B00.


Border color

.myBorderColor { border: 1px solid #090B00; }

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

This div border color is #090B00.


Opacity

.myOpacity80 { color: #090B00; opacity: 0.8; }

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

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

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

This text has shadow with #090B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090B00 on black background.


Color preview on white background

This text has color #090B00 on white background.



Black color preview on #090B00 background

This text has black color on #090B00 background.


White color preview on #090B00 background

This text has white color on #090B00 background.