COLOR #0D521E

HEX: #0D521E
RGB: (13,82,30)

Color info

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

RGB color model

#0D521E color RGB value is (13,82,30).

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

RGB channels and saturation

R 13 of 255 = 5%
G 82 of 255 = 32%
B 30 of 255 = 12%

13
82
30

R + G + B ~ 16%. #0D521E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 82 + 30 = 125 (100%)
R 13 of 125 ~ 10.4%
G 82 of 125 ~ 65.6%
B 30 of 125 ~ 24%

%10.4
%65.6
%24

CMYK color model

#0D521E color CMYK value is (84,0,63,68).

  • cyan value is 84.15%
  • magenta value is 0.00%
  • yellow value is 63.41%
  • key color value is 67.84%
CMYK:
(84,0,63,68)
C84M0Y63K68 
(84%,0%,63%,68%)
(0.84/0.00/0.63/0.68)	

CMYK percentages

%84.15
%0
%63.41
%67.84

Codes

Color #0D521E in popluar color models

0D521E
RGB138230
HSL135°72.63%18.63%
HSB/HSV135°84.15%32.16%
CMYK84.15%0.00%63.41%
67.84%

Color #0D521E in popluar number systems.

HEX0D521E
Decimal138230
Binary1101101001011110
Octal1512236

Shades and tints

Shades of #0D521E

#0D521E
(13,82,30)
#0C4B1C
(12,75,28)
#0B441A
(11,68,26)
#0A3D18
(10,61,24)
#093616
(9,54,22)
#082F14
(8,47,20)
#072812
(7,40,18)
#062110
(6,33,16)
#051A0E
(5,26,14)
#04130C
(4,19,12)
#030C0A
(3,12,10)
#000000
(0,0,0)

Tints of #0D521E

#0D521E
(13,82,30)
#236132
(35,97,50)
#397046
(57,112,70)
#4F7F5A
(79,127,90)
#658E6E
(101,142,110)
#7B9D82
(123,157,130)
#91AC96
(145,172,150)
#A7BBAA
(167,187,170)
#BDCABE
(189,202,190)
#D3D9D2
(211,217,210)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D521E; }

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

This text font color is #0D521E.


Background Color

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

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

This div background color is #0D521E.


Border color

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

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

This div border color is #0D521E.


Opacity

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

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

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

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

This text has shadow with #0D521E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D521E on black background.


Color preview on white background

This text has color #0D521E on white background.



Black color preview on #0D521E background

This text has black color on #0D521E background.


White color preview on #0D521E background

This text has white color on #0D521E background.