COLOR #09634C

HEX: #09634C
RGB: (9,99,76)

Color info

#09634C contains mainly green and blue colors. Web safe color of #09634C is #006633 (or #063).

RGB color model

#09634C color RGB value is (9,99,76).

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

RGB channels and saturation

R 9 of 255 = 4%
G 99 of 255 = 39%
B 76 of 255 = 30%

9
99
76

R + G + B ~ 24%. #09634C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 99 + 76 = 184 (100%)
R 9 of 184 ~ 4.89%
G 99 of 184 ~ 53.8%
B 76 of 184 ~ 41.3%

%53.8
%41.3

CMYK color model

#09634C color CMYK value is (91,0,23,61).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 61.18%
CMYK:
(91,0,23,61)
C91M0Y23K61 
(91%,0%,23%,61%)
(0.91/0.00/0.23/0.61)	

CMYK percentages

%90.91
%0
%23.23
%61.18

Codes

Color #09634C in popluar color models

09634C
RGB99976
HSL165°83.33%21.18%
HSB/HSV165°90.91%38.82%
CMYK90.91%0.00%23.23%
61.18%

Color #09634C in popluar number systems.

HEX09634C
Decimal99976
Binary100111000111001100
Octal11143114

Shades and tints

Shades of #09634C

#09634C
(9,99,76)
#095A46
(9,90,70)
#095140
(9,81,64)
#09483A
(9,72,58)
#093F34
(9,63,52)
#09362E
(9,54,46)
#092D28
(9,45,40)
#092422
(9,36,34)
#091B1C
(9,27,28)
#091216
(9,18,22)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #09634C

#09634C
(9,99,76)
#1F715C
(31,113,92)
#357F6C
(53,127,108)
#4B8D7C
(75,141,124)
#619B8C
(97,155,140)
#77A99C
(119,169,156)
#8DB7AC
(141,183,172)
#A3C5BC
(163,197,188)
#B9D3CC
(185,211,204)
#CFE1DC
(207,225,220)
#E5EFEC
(229,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09634C; }

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

This text font color is #09634C.


Background Color

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

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

This div background color is #09634C.


Border color

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

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

This div border color is #09634C.


Opacity

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

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

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

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

This text has shadow with #09634C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09634C on black background.


Color preview on white background

This text has color #09634C on white background.



Black color preview on #09634C background

This text has black color on #09634C background.


White color preview on #09634C background

This text has white color on #09634C background.