COLOR #0D520F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
82
15

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

Portions of RGB colors in percentages

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

%11.82
%74.55
%13.64

CMYK color model

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

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

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

CMYK percentages

%84.15
%0
%81.71
%67.84

Codes

Color #0D520F in popluar color models

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

Color #0D520F in popluar number systems.

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

Shades and tints

Shades of #0D520F

#0D520F
(13,82,15)
#0C4B0E
(12,75,14)
#0B440D
(11,68,13)
#0A3D0C
(10,61,12)
#09360B
(9,54,11)
#082F0A
(8,47,10)
#072809
(7,40,9)
#062108
(6,33,8)
#051A07
(5,26,7)
#041306
(4,19,6)
#030C05
(3,12,5)
#000000
(0,0,0)

Tints of #0D520F

#0D520F
(13,82,15)
#236124
(35,97,36)
#397039
(57,112,57)
#4F7F4E
(79,127,78)
#658E63
(101,142,99)
#7B9D78
(123,157,120)
#91AC8D
(145,172,141)
#A7BBA2
(167,187,162)
#BDCAB7
(189,202,183)
#D3D9CC
(211,217,204)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D520F; }

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

This text font color is #0D520F.

Background Color

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

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

This div background color is #0D520F.

Border color

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

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

This div border color is #0D520F.

Opacity

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

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

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

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

This text has shadow with #0D520F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D520F.

Preview

Color preview on black background

This text has color #0D520F on black background.


Color preview on white background

This text has color #0D520F on white background.


Black color preview on #0D520F background

This text has black color on #0D520F background.


White color preview on #0D520F background

This text has white color on #0D520F background.


Related colors

Complementary color

Complementary color for #hex is #F2ADF0.


I love getcolorcode.com

Triadic colors

1 #0F0D52 and #520F0D with #0D520F are triadic colors.

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