COLOR #090400

HEX: #090400
RGB: (9,4,0)

Renk bilgisi

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

RGB renk modeli

#090400 color RGB value is (9,4,0).

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

RGB bağlantıları ve doygunluk

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

9
4
0

R + G + B ~ 2%. #090400 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 4 + 0 = 13 (100%)
R 9 of 13 ~ 69.23%
G 4 of 13 ~ 30.77%
B 0 of 13 ~ 0%

%69.23
%30.77

CMYK RENK MODELİ

#090400 rengi CMYK tonu (0,56,100,96).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.56%
  • sarı tonu 100.00%
  • ana renk tonu 96.47%
CMYK:
(0,56,100,96)
C0M56Y100K96 
(0%,56%,100%,96%)
(0.00/0.56/1.00/0.96)	

CMYK yüzdeleri

%0
%55.56
%100
%96.47

Codes

Color #090400 in popluar color models

090400
RGB940
HSL27°100.00%1.76%
HSB/HSV27°100.00%3.53%
CMYK0.00%55.56%100.00%
96.47%

Color #090400 in popluar number systems.

HEX090400
Decimal940
Binary10011000
Octal1140

Shades and tints

Tints of #090400

#090400
(9,4,0)
#1F1A17
(31,26,23)
#35302E
(53,48,46)
#4B4645
(75,70,69)
#615C5C
(97,92,92)
#777273
(119,114,115)
#8D888A
(141,136,138)
#A39EA1
(163,158,161)
#B9B4B8
(185,180,184)
#CFCACF
(207,202,207)
#E5E0E6
(229,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090400; }

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

This text font color is #090400.


Background Color

.myBgColor { background-color: #090400; }

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

This div background color is #090400.


Border color

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

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

This div border color is #090400.


Opacity

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

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

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

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

This text has shadow with #090400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090400 on black background.


Color preview on white background

This text has color #090400 on white background.



Black color preview on #090400 background

This text has black color on #090400 background.


White color preview on #090400 background

This text has white color on #090400 background.