COLOR #09611C

HEX: #09611C
RGB: (9,97,28)

Color info

#09611C contains mainly green color. Web safe color of #09611C is #006633 (or #063).

RGB color model

#09611C color RGB value is (9,97,28).

  • red value is 9;
  • green value is 97;
  • blue value is 28.
RGB:
(9,97,28)
(4%,38%,11%)

RGB channels and saturation

R 9 of 255 = 4%
G 97 of 255 = 38%
B 28 of 255 = 11%

9
97
28

R + G + B ~ 18%. #09611C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 97 + 28 = 134 (100%)
R 9 of 134 ~ 6.72%
G 97 of 134 ~ 72.39%
B 28 of 134 ~ 20.9%

%72.39
%20.9

CMYK color model

#09611C color CMYK value is (91,0,71,62).

  • cyan value is 90.72%
  • magenta value is 0.00%
  • yellow value is 71.13%
  • key color value is 61.96%
CMYK:
(91,0,71,62)
C91M0Y71K62 
(91%,0%,71%,62%)
(0.91/0.00/0.71/0.62)	

CMYK percentages

%90.72
%0
%71.13
%61.96

Codes

Color #09611C in popluar color models

09611C
RGB99728
HSL133°83.02%20.78%
HSB/HSV133°90.72%38.04%
CMYK90.72%0.00%71.13%
61.96%

Color #09611C in popluar number systems.

HEX09611C
Decimal99728
Binary1001110000111100
Octal1114134

Shades and tints

Shades of #09611C

#09611C
(9,97,28)
#09591A
(9,89,26)
#095118
(9,81,24)
#094916
(9,73,22)
#094114
(9,65,20)
#093912
(9,57,18)
#093110
(9,49,16)
#09290E
(9,41,14)
#09210C
(9,33,12)
#09190A
(9,25,10)
#091108
(9,17,8)
#000000
(0,0,0)

Tints of #09611C

#09611C
(9,97,28)
#1F6F30
(31,111,48)
#357D44
(53,125,68)
#4B8B58
(75,139,88)
#61996C
(97,153,108)
#77A780
(119,167,128)
#8DB594
(141,181,148)
#A3C3A8
(163,195,168)
#B9D1BC
(185,209,188)
#CFDFD0
(207,223,208)
#E5EDE4
(229,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09611C color. Also use rgb(9,97,28) instead hex code.

Text Font Color

.myTextColor { color: #09611C; }

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

This text font color is #09611C.


Background Color

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

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

This div background color is #09611C.


Border color

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

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

This div border color is #09611C.


Opacity

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

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

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

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

This text has shadow with #09611C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09611C on black background.


Color preview on white background

This text has color #09611C on white background.



Black color preview on #09611C background

This text has black color on #09611C background.


White color preview on #09611C background

This text has white color on #09611C background.