COLOR #092716

HEX: #092716
RGB: (9,39,22)

Color info

#092716 contains red, green and blue colors in about the same proportion. Web safe color of #092716 is #003300 (or #030).

RGB color model

#092716 color RGB value is (9,39,22).

  • red value is 9;
  • green value is 39;
  • blue value is 22.
RGB:
(9,39,22)
(4%,15%,9%)

RGB channels and saturation

R 9 of 255 = 4%
G 39 of 255 = 15%
B 22 of 255 = 9%

9
39
22

R + G + B ~ 9%. #092716 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 39 + 22 = 70 (100%)
R 9 of 70 ~ 12.86%
G 39 of 70 ~ 55.71%
B 22 of 70 ~ 31.43%

%12.86
%55.71
%31.43

CMYK color model

#092716 color CMYK value is (77,0,44,85).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 43.59%
  • key color value is 84.71%
CMYK:
(77,0,44,85)
C77M0Y44K85 
(77%,0%,44%,85%)
(0.77/0.00/0.44/0.85)	

CMYK percentages

%76.92
%0
%43.59
%84.71

Codes

Color #092716 in popluar color models

092716
RGB93922
HSL146°62.50%9.41%
HSB/HSV146°76.92%15.29%
CMYK76.92%0.00%43.59%
84.71%

Color #092716 in popluar number systems.

HEX092716
Decimal93922
Binary100110011110110
Octal114726

Shades and tints

Shades of #092716

#092716
(9,39,22)
#092414
(9,36,20)
#092112
(9,33,18)
#091E10
(9,30,16)
#091B0E
(9,27,14)
#09180C
(9,24,12)
#09150A
(9,21,10)
#091208
(9,18,8)
#090F06
(9,15,6)
#090C04
(9,12,4)
#090902
(9,9,2)
#000000
(0,0,0)

Tints of #092716

#092716
(9,39,22)
#1F3A2B
(31,58,43)
#354D40
(53,77,64)
#4B6055
(75,96,85)
#61736A
(97,115,106)
#77867F
(119,134,127)
#8D9994
(141,153,148)
#A3ACA9
(163,172,169)
#B9BFBE
(185,191,190)
#CFD2D3
(207,210,211)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092716 color. Also use rgb(9,39,22) instead hex code.

Text Font Color

.myTextColor { color: #092716; }

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

This text font color is #092716.


Background Color

.myBgColor { background-color: #092716; }

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

This div background color is #092716.


Border color

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

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

This div border color is #092716.


Opacity

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

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

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

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

This text has shadow with #092716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092716 on black background.


Color preview on white background

This text has color #092716 on white background.



Black color preview on #092716 background

This text has black color on #092716 background.


White color preview on #092716 background

This text has white color on #092716 background.