COLOR #092611

HEX: #092611
RGB: (9,38,17)

Color info

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

RGB color model

#092611 color RGB value is (9,38,17).

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

RGB channels and saturation

R 9 of 255 = 4%
G 38 of 255 = 15%
B 17 of 255 = 7%

9
38
17

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

Portions of RGB colors in percentages

R + G + B =
9 + 38 + 17 = 64 (100%)
R 9 of 64 ~ 14.06%
G 38 of 64 ~ 59.38%
B 17 of 64 ~ 26.56%

%14.06
%59.38
%26.56

CMYK color model

#092611 color CMYK value is (76,0,55,85).

  • cyan value is 76.32%
  • magenta value is 0.00%
  • yellow value is 55.26%
  • key color value is 85.10%
CMYK:
(76,0,55,85)
C76M0Y55K85 
(76%,0%,55%,85%)
(0.76/0.00/0.55/0.85)	

CMYK percentages

%76.32
%0
%55.26
%85.1

Codes

Color #092611 in popluar color models

092611
RGB93817
HSL137°61.70%9.22%
HSB/HSV137°76.32%14.90%
CMYK76.32%0.00%55.26%
85.10%

Color #092611 in popluar number systems.

HEX092611
Decimal93817
Binary100110011010001
Octal114621

Shades and tints

Shades of #092611

#092611
(9,38,17)
#092310
(9,35,16)
#09200F
(9,32,15)
#091D0E
(9,29,14)
#091A0D
(9,26,13)
#09170C
(9,23,12)
#09140B
(9,20,11)
#09110A
(9,17,10)
#090E09
(9,14,9)
#090B08
(9,11,8)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #092611

#092611
(9,38,17)
#1F3926
(31,57,38)
#354C3B
(53,76,59)
#4B5F50
(75,95,80)
#617265
(97,114,101)
#77857A
(119,133,122)
#8D988F
(141,152,143)
#A3ABA4
(163,171,164)
#B9BEB9
(185,190,185)
#CFD1CE
(207,209,206)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092611; }

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

This text font color is #092611.


Background Color

.myBgColor { background-color: #092611; }

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

This div background color is #092611.


Border color

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

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

This div border color is #092611.


Opacity

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

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

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

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

This text has shadow with #092611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092611 on black background.


Color preview on white background

This text has color #092611 on white background.



Black color preview on #092611 background

This text has black color on #092611 background.


White color preview on #092611 background

This text has white color on #092611 background.