COLOR #092826

HEX: #092826
RGB: (9,40,38)

Color info

#092826 contains red, green and blue colors in about the same proportion. Web safe color of #092826 is #003333 (or #033).

RGB color model

#092826 color RGB value is (9,40,38).

  • red value is 9;
  • green value is 40;
  • blue value is 38.
RGB:
(9,40,38)
(4%,16%,15%)

RGB channels and saturation

R 9 of 255 = 4%
G 40 of 255 = 16%
B 38 of 255 = 15%

9
40
38

R + G + B ~ 12%. #092826 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 40 + 38 = 87 (100%)
R 9 of 87 ~ 10.34%
G 40 of 87 ~ 45.98%
B 38 of 87 ~ 43.68%

%10.34
%45.98
%43.68

CMYK color model

#092826 color CMYK value is (78,0,5,84).

  • cyan value is 77.50%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 84.31%
CMYK:
(78,0,5,84)
C78M0Y5K84 
(78%,0%,5%,84%)
(0.78/0.00/0.05/0.84)	

CMYK percentages

%77.5
%0
%5
%84.31

Codes

Color #092826 in popluar color models

092826
RGB94038
HSL176°63.27%9.61%
HSB/HSV176°77.50%15.69%
CMYK77.50%0.00%5.00%
84.31%

Color #092826 in popluar number systems.

HEX092826
Decimal94038
Binary1001101000100110
Octal115046

Shades and tints

Shades of #092826

#092826
(9,40,38)
#092523
(9,37,35)
#092220
(9,34,32)
#091F1D
(9,31,29)
#091C1A
(9,28,26)
#091917
(9,25,23)
#091614
(9,22,20)
#091311
(9,19,17)
#09100E
(9,16,14)
#090D0B
(9,13,11)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #092826

#092826
(9,40,38)
#1F3B39
(31,59,57)
#354E4C
(53,78,76)
#4B615F
(75,97,95)
#617472
(97,116,114)
#778785
(119,135,133)
#8D9A98
(141,154,152)
#A3ADAB
(163,173,171)
#B9C0BE
(185,192,190)
#CFD3D1
(207,211,209)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092826 color. Also use rgb(9,40,38) instead hex code.

Text Font Color

.myTextColor { color: #092826; }

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

This text font color is #092826.


Background Color

.myBgColor { background-color: #092826; }

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

This div background color is #092826.


Border color

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

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

This div border color is #092826.


Opacity

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

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

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

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

This text has shadow with #092826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092826 on black background.


Color preview on white background

This text has color #092826 on white background.



Black color preview on #092826 background

This text has black color on #092826 background.


White color preview on #092826 background

This text has white color on #092826 background.