COLOR #09630C

HEX: #09630C
RGB: (9,99,12)

Color info

#09630C contains mainly green color. Web safe color of #09630C is #006600 (or #060).

RGB color model

#09630C color RGB value is (9,99,12).

  • red value is 9;
  • green value is 99;
  • blue value is 12.
RGB:
(9,99,12)
(4%,39%,5%)

RGB channels and saturation

R 9 of 255 = 4%
G 99 of 255 = 39%
B 12 of 255 = 5%

9
99
12

R + G + B ~ 16%. #09630C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 99 + 12 = 120 (100%)
R 9 of 120 ~ 7.5%
G 99 of 120 ~ 82.5%
B 12 of 120 ~ 10%

%82.5
%10

CMYK color model

#09630C color CMYK value is (91,0,88,61).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 87.88%
  • key color value is 61.18%
CMYK:
(91,0,88,61)
C91M0Y88K61 
(91%,0%,88%,61%)
(0.91/0.00/0.88/0.61)	

CMYK percentages

%90.91
%0
%87.88
%61.18

Codes

Color #09630C in popluar color models

09630C
RGB99912
HSL122°83.33%21.18%
HSB/HSV122°90.91%38.82%
CMYK90.91%0.00%87.88%
61.18%

Color #09630C in popluar number systems.

HEX09630C
Decimal99912
Binary100111000111100
Octal1114314

Shades and tints

Shades of #09630C

#09630C
(9,99,12)
#095A0B
(9,90,11)
#09510A
(9,81,10)
#094809
(9,72,9)
#093F08
(9,63,8)
#093607
(9,54,7)
#092D06
(9,45,6)
#092405
(9,36,5)
#091B04
(9,27,4)
#091203
(9,18,3)
#090902
(9,9,2)
#000000
(0,0,0)

Tints of #09630C

#09630C
(9,99,12)
#1F7122
(31,113,34)
#357F38
(53,127,56)
#4B8D4E
(75,141,78)
#619B64
(97,155,100)
#77A97A
(119,169,122)
#8DB790
(141,183,144)
#A3C5A6
(163,197,166)
#B9D3BC
(185,211,188)
#CFE1D2
(207,225,210)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09630C color. Also use rgb(9,99,12) instead hex code.

Text Font Color

.myTextColor { color: #09630C; }

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

This text font color is #09630C.


Background Color

.myBgColor { background-color: #09630C; }

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

This div background color is #09630C.


Border color

.myBorderColor { border: 1px solid #09630C; }

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

This div border color is #09630C.


Opacity

.myOpacity80 { color: #09630C; opacity: 0.8; }

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

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

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

This text has shadow with #09630C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09630C on black background.


Color preview on white background

This text has color #09630C on white background.



Black color preview on #09630C background

This text has black color on #09630C background.


White color preview on #09630C background

This text has white color on #09630C background.