COLOR #090B04

HEX: #090B04
RGB: (9,11,4)

Renk bilgisi

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

RGB renk modeli

#090B04 color RGB value is (9,11,4).

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

RGB bağlantıları ve doygunluk

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

9
11
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 11 + 4 = 24 (100%)
R 9 of 24 ~ 37.5%
G 11 of 24 ~ 45.83%
B 4 of 24 ~ 16.67%

%37.5
%45.83
%16.67

CMYK RENK MODELİ

#090B04 rengi CMYK tonu (18,0,64,96).

  • camgöbeği tonu 18.18%
  • eflatun tonu 0.00%
  • sarı tonu 63.64%
  • ana renk tonu 95.69%
CMYK:
(18,0,64,96)
C18M0Y64K96 
(18%,0%,64%,96%)
(0.18/0.00/0.64/0.96)	

CMYK yüzdeleri

%18.18
%0
%63.64
%95.69

Codes

Color #090B04 in popluar color models

090B04
RGB9114
HSL77°46.67%2.94%
HSB/HSV77°63.64%4.31%
CMYK18.18%0.00%63.64%
95.69%

Color #090B04 in popluar number systems.

HEX090B04
Decimal9114
Binary10011011100
Octal11134

Shades and tints

Shades of #090B04

#090B04
(9,11,4)
#090A04
(9,10,4)
#090904
(9,9,4)
#090804
(9,8,4)
#090704
(9,7,4)
#090604
(9,6,4)
#090504
(9,5,4)
#090404
(9,4,4)
#090304
(9,3,4)
#090204
(9,2,4)
#090104
(9,1,4)
#000000
(0,0,0)

Tints of #090B04

#090B04
(9,11,4)
#1F211A
(31,33,26)
#353730
(53,55,48)
#4B4D46
(75,77,70)
#61635C
(97,99,92)
#777972
(119,121,114)
#8D8F88
(141,143,136)
#A3A59E
(163,165,158)
#B9BBB4
(185,187,180)
#CFD1CA
(207,209,202)
#E5E7E0
(229,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090B04; }

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

This text font color is #090B04.


Background Color

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

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

This div background color is #090B04.


Border color

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

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

This div border color is #090B04.


Opacity

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

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

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

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

This text has shadow with #090B04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090B04 on black background.


Color preview on white background

This text has color #090B04 on white background.



Black color preview on #090B04 background

This text has black color on #090B04 background.


White color preview on #090B04 background

This text has white color on #090B04 background.