COLOR #0F820A

HEX: #0F820A
RGB: (15,130,10)

Color info

#0F820A contains mainly green color. Web safe color of #0F820A is #009900 (or #090).

RGB color model

#0F820A color RGB value is (15,130,10).

  • red value is 15;
  • green value is 130;
  • blue value is 10.
RGB:
(15,130,10)
(6%,51%,4%)

RGB channels and saturation

R 15 of 255 = 6%
G 130 of 255 = 51%
B 10 of 255 = 4%

15
130
10

R + G + B ~ 20%. #0F820A is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 130 + 10 = 155 (100%)
R 15 of 155 ~ 9.68%
G 130 of 155 ~ 83.87%
B 10 of 155 ~ 6.45%

%9.68
%83.87

CMYK color model

#0F820A color CMYK value is (88,0,92,49).

  • cyan value is 88.46%
  • magenta value is 0.00%
  • yellow value is 92.31%
  • key color value is 49.02%
CMYK:
(88,0,92,49)
C88M0Y92K49 
(88%,0%,92%,49%)
(0.88/0.00/0.92/0.49)	

CMYK percentages

%88.46
%0
%92.31
%49.02

Codes

Color #0F820A in popluar color models

0F820A
RGB1513010
HSL118°85.71%27.45%
HSB/HSV118°92.31%50.98%
CMYK88.46%0.00%92.31%
49.02%

Color #0F820A in popluar number systems.

HEX0F820A
Decimal1513010
Binary1111100000101010
Octal1720212

Shades and tints

Shades of #0F820A

#0F820A
(15,130,10)
#0E770A
(14,119,10)
#0D6C0A
(13,108,10)
#0C610A
(12,97,10)
#0B560A
(11,86,10)
#0A4B0A
(10,75,10)
#09400A
(9,64,10)
#08350A
(8,53,10)
#072A0A
(7,42,10)
#061F0A
(6,31,10)
#05140A
(5,20,10)
#000000
(0,0,0)

Tints of #0F820A

#0F820A
(15,130,10)
#248D20
(36,141,32)
#399836
(57,152,54)
#4EA34C
(78,163,76)
#63AE62
(99,174,98)
#78B978
(120,185,120)
#8DC48E
(141,196,142)
#A2CFA4
(162,207,164)
#B7DABA
(183,218,186)
#CCE5D0
(204,229,208)
#E1F0E6
(225,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F820A color. Also use rgb(15,130,10) instead hex code.

Text Font Color

.myTextColor { color: #0F820A; }

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

This text font color is #0F820A.


Background Color

.myBgColor { background-color: #0F820A; }

<div style="background-color:#0F820A">Inner text</div>

This div background color is #0F820A.


Border color

.myBorderColor { border: 1px solid #0F820A; }

<div style="border:3px solid #0F820A">Div</div>

This div border color is #0F820A.


Opacity

.myOpacity80 { color: #0F820A; opacity: 0.8; }

<p style="color:#0F820A;opacity:0.8;">80%</p>

Text with #0F820A 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 #0F820A;}

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

This text has shadow with #0F820A color.

.textShadow {text-shadow: 3px 3px 1px #0F820A, 3px 3px 1px red;}

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

This text has shadow with #0F820A primary color and red secondary color.


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

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

This text has shadow with #0F820A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F820A on black background.


Color preview on white background

This text has color #0F820A on white background.



Black color preview on #0F820A background

This text has black color on #0F820A background.


White color preview on #0F820A background

This text has white color on #0F820A background.