COLOR #0F520D

HEX: #0F520D RGB: (15,82,13)

Color info

#0F520D contains mainly green color. Web safe color of #0F520D is #006600 (or #060).

RGB color model

#0F520D color RGB value is (15,82,13).

RGB: (15,82,13) (6%, 32%, 5%)

RGB channels and saturation

R 15 of 255 = 6%
G 82 of 255 = 32%
B 13 of 255 = 5%

15
82
13

R + G + B ~ 14%. #0F520D is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 82 + 13 = 110 (100%)
R 15 of 110 ~ 13.64%
G 82 of 110 ~ 74.55%
B 13 of 110 ~ 11.82'%

%13.64
%74.55
%11.82

CMYK color model

#0F520D color CMYK value is (82,0,84,68).

  • cyan value is 81.71%
  • magenta value is 0.00%
  • yellow value is 84.15%
  • key color value is 67.84%

CMYK: (82,0,84,68)
C82M0Y84K68 (82%, 0%, 84%, 68%)
(0.82 / 0.00 / 0.84 / 0.68)

CMYK percentages

%81.71
%0
%84.15
%67.84

Codes

Color #0F520D in popluar color models

0F 52 0D
RGB 15 82 13
HSL 118° 72.63% 18.63%
HSB/HSV 118° 84.15% 32.16%
CMYK 81.71% 0.00% 84.15%
67.84%

Color #0F520D in popluar number systems.

HEX 0F 52 0D
Decimal 15 82 13
Binary 1111 1010010 1101
Octal 17 122 15

Shades and tints

Shades of #0F520D

#0F520D
(15,82,13)
#0E4B0C
(14,75,12)
#0D440B
(13,68,11)
#0C3D0A
(12,61,10)
#0B3609
(11,54,9)
#0A2F08
(10,47,8)
#092807
(9,40,7)
#082106
(8,33,6)
#071A05
(7,26,5)
#061304
(6,19,4)
#050C03
(5,12,3)
#000000
(0,0,0)

Tints of #0F520D

#0F520D
(15,82,13)
#246123
(36,97,35)
#397039
(57,112,57)
#4E7F4F
(78,127,79)
#638E65
(99,142,101)
#789D7B
(120,157,123)
#8DAC91
(141,172,145)
#A2BBA7
(162,187,167)
#B7CABD
(183,202,189)
#CCD9D3
(204,217,211)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F520D color. Also use rgb(15,82,13) instead hex code.

Text Font Color

.myTextColor { color: #0F520D; }

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

This text font color is #0F520D.

Background Color

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

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

This div background color is #0F520D.

Border color

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

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

This div border color is #0F520D.

Opacity

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

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

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

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

This text has shadow with #0F520D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F520D.

Preview

Color preview on black background

This text has color #0F520D on black background.


Color preview on white background

This text has color #0F520D on white background.


Black color preview on #0F520D background

This text has black color on #0F520D background.


White color preview on #0F520D background

This text has white color on #0F520D background.


Related colors

Complementary color

Complementary color for #hex is #F0ADF2.


I love getcolorcode.com

Triadic colors

1 #0D0F52 and #520D0F with #0F520D are triadic colors.

2 #0D520F and #520F0D with #0F520D are triadic colors.