COLOR #09520C

HEX: #09520C
RGB: (9,82,12)

Color info

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

RGB color model

#09520C color RGB value is (9,82,12).

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

RGB channels and saturation

R 9 of 255 = 4%
G 82 of 255 = 32%
B 12 of 255 = 5%

9
82
12

R + G + B ~ 14%. #09520C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 82 + 12 = 103 (100%)
R 9 of 103 ~ 8.74%
G 82 of 103 ~ 79.61%
B 12 of 103 ~ 11.65%

%79.61
%11.65

CMYK color model

#09520C color CMYK value is (89,0,85,68).

  • cyan value is 89.02%
  • magenta value is 0.00%
  • yellow value is 85.37%
  • key color value is 67.84%
CMYK:
(89,0,85,68)
C89M0Y85K68 
(89%,0%,85%,68%)
(0.89/0.00/0.85/0.68)	

CMYK percentages

%89.02
%0
%85.37
%67.84

Codes

Color #09520C in popluar color models

09520C
RGB98212
HSL122°80.22%17.84%
HSB/HSV122°89.02%32.16%
CMYK89.02%0.00%85.37%
67.84%

Color #09520C in popluar number systems.

HEX09520C
Decimal98212
Binary100110100101100
Octal1112214

Shades and tints

Shades of #09520C

#09520C
(9,82,12)
#094B0B
(9,75,11)
#09440A
(9,68,10)
#093D09
(9,61,9)
#093608
(9,54,8)
#092F07
(9,47,7)
#092806
(9,40,6)
#092105
(9,33,5)
#091A04
(9,26,4)
#091303
(9,19,3)
#090C02
(9,12,2)
#000000
(0,0,0)

Tints of #09520C

#09520C
(9,82,12)
#1F6122
(31,97,34)
#357038
(53,112,56)
#4B7F4E
(75,127,78)
#618E64
(97,142,100)
#779D7A
(119,157,122)
#8DAC90
(141,172,144)
#A3BBA6
(163,187,166)
#B9CABC
(185,202,188)
#CFD9D2
(207,217,210)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09520C; }

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

This text font color is #09520C.


Background Color

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

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

This div background color is #09520C.


Border color

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

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

This div border color is #09520C.


Opacity

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

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

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

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

This text has shadow with #09520C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09520C on black background.


Color preview on white background

This text has color #09520C on white background.



Black color preview on #09520C background

This text has black color on #09520C background.


White color preview on #09520C background

This text has white color on #09520C background.