COLOR #09652C

HEX: #09652C
RGB: (9,101,44)

Color info

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

RGB color model

#09652C color RGB value is (9,101,44).

  • red value is 9;
  • green value is 101;
  • blue value is 44.
RGB:
(9,101,44)
(4%,40%,17%)

RGB channels and saturation

R 9 of 255 = 4%
G 101 of 255 = 40%
B 44 of 255 = 17%

9
101
44

R + G + B ~ 20%. #09652C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 101 + 44 = 154 (100%)
R 9 of 154 ~ 5.84%
G 101 of 154 ~ 65.58%
B 44 of 154 ~ 28.57%

%65.58
%28.57

CMYK color model

#09652C color CMYK value is (91,0,56,60).

  • cyan value is 91.09%
  • magenta value is 0.00%
  • yellow value is 56.44%
  • key color value is 60.39%
CMYK:
(91,0,56,60)
C91M0Y56K60 
(91%,0%,56%,60%)
(0.91/0.00/0.56/0.60)	

CMYK percentages

%91.09
%0
%56.44
%60.39

Codes

Color #09652C in popluar color models

09652C
RGB910144
HSL143°83.64%21.57%
HSB/HSV143°91.09%39.61%
CMYK91.09%0.00%56.44%
60.39%

Color #09652C in popluar number systems.

HEX09652C
Decimal910144
Binary10011100101101100
Octal1114554

Shades and tints

Shades of #09652C

#09652C
(9,101,44)
#095C28
(9,92,40)
#095324
(9,83,36)
#094A20
(9,74,32)
#09411C
(9,65,28)
#093818
(9,56,24)
#092F14
(9,47,20)
#092610
(9,38,16)
#091D0C
(9,29,12)
#091408
(9,20,8)
#090B04
(9,11,4)
#000000
(0,0,0)

Tints of #09652C

#09652C
(9,101,44)
#1F733F
(31,115,63)
#358152
(53,129,82)
#4B8F65
(75,143,101)
#619D78
(97,157,120)
#77AB8B
(119,171,139)
#8DB99E
(141,185,158)
#A3C7B1
(163,199,177)
#B9D5C4
(185,213,196)
#CFE3D7
(207,227,215)
#E5F1EA
(229,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09652C color. Also use rgb(9,101,44) instead hex code.

Text Font Color

.myTextColor { color: #09652C; }

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

This text font color is #09652C.


Background Color

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

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

This div background color is #09652C.


Border color

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

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

This div border color is #09652C.


Opacity

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

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

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

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

This text has shadow with #09652C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09652C on black background.


Color preview on white background

This text has color #09652C on white background.



Black color preview on #09652C background

This text has black color on #09652C background.


White color preview on #09652C background

This text has white color on #09652C background.