COLOR #090705

HEX: #090705
RGB: (9,7,5)

Color info

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

RGB color model

#090705 color RGB value is (9,7,5).

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

RGB channels and saturation

R 9 of 255 = 4%
G 7 of 255 = 3%
B 5 of 255 = 2%

9
7
5

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

Portions of RGB colors in percentages

R + G + B =
9 + 7 + 5 = 21 (100%)
R 9 of 21 ~ 42.86%
G 7 of 21 ~ 33.33%
B 5 of 21 ~ 23.81%

%42.86
%33.33
%23.81

CMYK color model

#090705 color CMYK value is (0,22,44,96).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 44.44%
  • key color value is 96.47%
CMYK:
(0,22,44,96)
C0M22Y44K96 
(0%,22%,44%,96%)
(0.00/0.22/0.44/0.96)	

CMYK percentages

%0
%22.22
%44.44
%96.47

Codes

Color #090705 in popluar color models

090705
RGB975
HSL30°28.57%2.75%
HSB/HSV30°44.44%3.53%
CMYK0.00%22.22%44.44%
96.47%

Color #090705 in popluar number systems.

HEX090705
Decimal975
Binary1001111101
Octal1175

Shades and tints

Tints of #090705

#090705
(9,7,5)
#1F1D1B
(31,29,27)
#353331
(53,51,49)
#4B4947
(75,73,71)
#615F5D
(97,95,93)
#777573
(119,117,115)
#8D8B89
(141,139,137)
#A3A19F
(163,161,159)
#B9B7B5
(185,183,181)
#CFCDCB
(207,205,203)
#E5E3E1
(229,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090705; }

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

This text font color is #090705.


Background Color

.myBgColor { background-color: #090705; }

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

This div background color is #090705.


Border color

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

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

This div border color is #090705.


Opacity

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

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

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

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

This text has shadow with #090705 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090705 on black background.


Color preview on white background

This text has color #090705 on white background.



Black color preview on #090705 background

This text has black color on #090705 background.


White color preview on #090705 background

This text has white color on #090705 background.