COLOR #093C10

HEX: #093C10
RGB: (9,60,16)

Color info

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

RGB color model

#093C10 color RGB value is (9,60,16).

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

RGB channels and saturation

R 9 of 255 = 4%
G 60 of 255 = 24%
B 16 of 255 = 6%

9
60
16

R + G + B ~ 11%. #093C10 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 60 + 16 = 85 (100%)
R 9 of 85 ~ 10.59%
G 60 of 85 ~ 70.59%
B 16 of 85 ~ 18.82%

%10.59
%70.59
%18.82

CMYK color model

#093C10 color CMYK value is (85,0,73,76).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 73.33%
  • key color value is 76.47%
CMYK:
(85,0,73,76)
C85M0Y73K76 
(85%,0%,73%,76%)
(0.85/0.00/0.73/0.76)	

CMYK percentages

%85
%0
%73.33
%76.47

Codes

Color #093C10 in popluar color models

093C10
RGB96016
HSL128°73.91%13.53%
HSB/HSV128°85.00%23.53%
CMYK85.00%0.00%73.33%
76.47%

Color #093C10 in popluar number systems.

HEX093C10
Decimal96016
Binary100111110010000
Octal117420

Shades and tints

Shades of #093C10

#093C10
(9,60,16)
#09370F
(9,55,15)
#09320E
(9,50,14)
#092D0D
(9,45,13)
#09280C
(9,40,12)
#09230B
(9,35,11)
#091E0A
(9,30,10)
#091909
(9,25,9)
#091408
(9,20,8)
#090F07
(9,15,7)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #093C10

#093C10
(9,60,16)
#1F4D25
(31,77,37)
#355E3A
(53,94,58)
#4B6F4F
(75,111,79)
#618064
(97,128,100)
#779179
(119,145,121)
#8DA28E
(141,162,142)
#A3B3A3
(163,179,163)
#B9C4B8
(185,196,184)
#CFD5CD
(207,213,205)
#E5E6E2
(229,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093C10; }

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

This text font color is #093C10.


Background Color

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

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

This div background color is #093C10.


Border color

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

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

This div border color is #093C10.


Opacity

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

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

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

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

This text has shadow with #093C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093C10 on black background.


Color preview on white background

This text has color #093C10 on white background.



Black color preview on #093C10 background

This text has black color on #093C10 background.


White color preview on #093C10 background

This text has white color on #093C10 background.