COLOR #093C16

HEX: #093C16
RGB: (9,60,22)

Color info

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

RGB color model

#093C16 color RGB value is (9,60,22).

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

RGB channels and saturation

R 9 of 255 = 4%
G 60 of 255 = 24%
B 22 of 255 = 9%

9
60
22

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

Portions of RGB colors in percentages

R + G + B =
9 + 60 + 22 = 91 (100%)
R 9 of 91 ~ 9.89%
G 60 of 91 ~ 65.93%
B 22 of 91 ~ 24.18%

%9.89
%65.93
%24.18

CMYK color model

#093C16 color CMYK value is (85,0,63,76).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 63.33%
  • key color value is 76.47%
CMYK:
(85,0,63,76)
C85M0Y63K76 
(85%,0%,63%,76%)
(0.85/0.00/0.63/0.76)	

CMYK percentages

%85
%0
%63.33
%76.47

Codes

Color #093C16 in popluar color models

093C16
RGB96022
HSL135°73.91%13.53%
HSB/HSV135°85.00%23.53%
CMYK85.00%0.00%63.33%
76.47%

Color #093C16 in popluar number systems.

HEX093C16
Decimal96022
Binary100111110010110
Octal117426

Shades and tints

Shades of #093C16

#093C16
(9,60,22)
#093714
(9,55,20)
#093212
(9,50,18)
#092D10
(9,45,16)
#09280E
(9,40,14)
#09230C
(9,35,12)
#091E0A
(9,30,10)
#091908
(9,25,8)
#091406
(9,20,6)
#090F04
(9,15,4)
#090A02
(9,10,2)
#000000
(0,0,0)

Tints of #093C16

#093C16
(9,60,22)
#1F4D2B
(31,77,43)
#355E40
(53,94,64)
#4B6F55
(75,111,85)
#61806A
(97,128,106)
#77917F
(119,145,127)
#8DA294
(141,162,148)
#A3B3A9
(163,179,169)
#B9C4BE
(185,196,190)
#CFD5D3
(207,213,211)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093C16; }

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

This text font color is #093C16.


Background Color

.myBgColor { background-color: #093C16; }

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

This div background color is #093C16.


Border color

.myBorderColor { border: 1px solid #093C16; }

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

This div border color is #093C16.


Opacity

.myOpacity80 { color: #093C16; opacity: 0.8; }

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

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

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

This text has shadow with #093C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093C16 on black background.


Color preview on white background

This text has color #093C16 on white background.



Black color preview on #093C16 background

This text has black color on #093C16 background.


White color preview on #093C16 background

This text has white color on #093C16 background.