COLOR #093111

HEX: #093111
RGB: (9,49,17)

Color info

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

RGB color model

#093111 color RGB value is (9,49,17).

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

RGB channels and saturation

R 9 of 255 = 4%
G 49 of 255 = 19%
B 17 of 255 = 7%

9
49
17

R + G + B ~ 10%. #093111 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 49 + 17 = 75 (100%)
R 9 of 75 ~ 12%
G 49 of 75 ~ 65.33%
B 17 of 75 ~ 22.67%

%12
%65.33
%22.67

CMYK color model

#093111 color CMYK value is (82,0,65,81).

  • cyan value is 81.63%
  • magenta value is 0.00%
  • yellow value is 65.31%
  • key color value is 80.78%
CMYK:
(82,0,65,81)
C82M0Y65K81 
(82%,0%,65%,81%)
(0.82/0.00/0.65/0.81)	

CMYK percentages

%81.63
%0
%65.31
%80.78

Codes

Color #093111 in popluar color models

093111
RGB94917
HSL132°68.97%11.37%
HSB/HSV132°81.63%19.22%
CMYK81.63%0.00%65.31%
80.78%

Color #093111 in popluar number systems.

HEX093111
Decimal94917
Binary100111000110001
Octal116121

Shades and tints

Shades of #093111

#093111
(9,49,17)
#092D10
(9,45,16)
#09290F
(9,41,15)
#09250E
(9,37,14)
#09210D
(9,33,13)
#091D0C
(9,29,12)
#09190B
(9,25,11)
#09150A
(9,21,10)
#091109
(9,17,9)
#090D08
(9,13,8)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #093111

#093111
(9,49,17)
#1F4326
(31,67,38)
#35553B
(53,85,59)
#4B6750
(75,103,80)
#617965
(97,121,101)
#778B7A
(119,139,122)
#8D9D8F
(141,157,143)
#A3AFA4
(163,175,164)
#B9C1B9
(185,193,185)
#CFD3CE
(207,211,206)
#E5E5E3
(229,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093111; }

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

This text font color is #093111.


Background Color

.myBgColor { background-color: #093111; }

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

This div background color is #093111.


Border color

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

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

This div border color is #093111.


Opacity

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

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

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

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

This text has shadow with #093111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093111 on black background.


Color preview on white background

This text has color #093111 on white background.



Black color preview on #093111 background

This text has black color on #093111 background.


White color preview on #093111 background

This text has white color on #093111 background.