COLOR #0D521D

HEX: #0D521D
RGB: (13,82,29)

Color info

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

RGB color model

#0D521D color RGB value is (13,82,29).

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

RGB channels and saturation

R 13 of 255 = 5%
G 82 of 255 = 32%
B 29 of 255 = 11%

13
82
29

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

Portions of RGB colors in percentages

R + G + B =
13 + 82 + 29 = 124 (100%)
R 13 of 124 ~ 10.48%
G 82 of 124 ~ 66.13%
B 29 of 124 ~ 23.39%

%10.48
%66.13
%23.39

CMYK color model

#0D521D color CMYK value is (84,0,65,68).

  • cyan value is 84.15%
  • magenta value is 0.00%
  • yellow value is 64.63%
  • key color value is 67.84%
CMYK:
(84,0,65,68)
C84M0Y65K68 
(84%,0%,65%,68%)
(0.84/0.00/0.65/0.68)	

CMYK percentages

%84.15
%0
%64.63
%67.84

Codes

Color #0D521D in popluar color models

0D521D
RGB138229
HSL134°72.63%18.63%
HSB/HSV134°84.15%32.16%
CMYK84.15%0.00%64.63%
67.84%

Color #0D521D in popluar number systems.

HEX0D521D
Decimal138229
Binary1101101001011101
Octal1512235

Shades and tints

Shades of #0D521D

#0D521D
(13,82,29)
#0C4B1B
(12,75,27)
#0B4419
(11,68,25)
#0A3D17
(10,61,23)
#093615
(9,54,21)
#082F13
(8,47,19)
#072811
(7,40,17)
#06210F
(6,33,15)
#051A0D
(5,26,13)
#04130B
(4,19,11)
#030C09
(3,12,9)
#000000
(0,0,0)

Tints of #0D521D

#0D521D
(13,82,29)
#236131
(35,97,49)
#397045
(57,112,69)
#4F7F59
(79,127,89)
#658E6D
(101,142,109)
#7B9D81
(123,157,129)
#91AC95
(145,172,149)
#A7BBA9
(167,187,169)
#BDCABD
(189,202,189)
#D3D9D1
(211,217,209)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D521D; }

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

This text font color is #0D521D.


Background Color

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

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

This div background color is #0D521D.


Border color

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

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

This div border color is #0D521D.


Opacity

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

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

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

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

This text has shadow with #0D521D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D521D on black background.


Color preview on white background

This text has color #0D521D on white background.



Black color preview on #0D521D background

This text has black color on #0D521D background.


White color preview on #0D521D background

This text has white color on #0D521D background.