COLOR #090502

HEX: #090502
RGB: (9,5,2)

Color info

#090502 contains red, green and blue colors in about the same proportion. Web safe color of #090502 is #000000 (or #000).

RGB color model

#090502 color RGB value is (9,5,2).

  • red value is 9;
  • green value is 5;
  • blue value is 2.
RGB:
(9,5,2)
(4%,2%,1%)

RGB channels and saturation

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

9
5
2

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

Portions of RGB colors in percentages

R + G + B =
9 + 5 + 2 = 16 (100%)
R 9 of 16 ~ 56.25%
G 5 of 16 ~ 31.25%
B 2 of 16 ~ 12.5%

%56.25
%31.25
%12.5

CMYK color model

#090502 color CMYK value is (0,44,78,96).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 77.78%
  • key color value is 96.47%
CMYK:
(0,44,78,96)
C0M44Y78K96 
(0%,44%,78%,96%)
(0.00/0.44/0.78/0.96)	

CMYK percentages

%0
%44.44
%77.78
%96.47

Codes

Color #090502 in popluar color models

090502
RGB952
HSL26°63.64%2.16%
HSB/HSV26°77.78%3.53%
CMYK0.00%44.44%77.78%
96.47%

Color #090502 in popluar number systems.

HEX090502
Decimal952
Binary100110110
Octal1152

Shades and tints

Tints of #090502

#090502
(9,5,2)
#1F1B19
(31,27,25)
#353130
(53,49,48)
#4B4747
(75,71,71)
#615D5E
(97,93,94)
#777375
(119,115,117)
#8D898C
(141,137,140)
#A39FA3
(163,159,163)
#B9B5BA
(185,181,186)
#CFCBD1
(207,203,209)
#E5E1E8
(229,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090502; }

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

This text font color is #090502.


Background Color

.myBgColor { background-color: #090502; }

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

This div background color is #090502.


Border color

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

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

This div border color is #090502.


Opacity

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

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

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

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

This text has shadow with #090502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090502 on black background.


Color preview on white background

This text has color #090502 on white background.



Black color preview on #090502 background

This text has black color on #090502 background.


White color preview on #090502 background

This text has white color on #090502 background.