COLOR #0D522A

HEX: #0D522A
RGB: (13,82,42)

Color info

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

RGB color model

#0D522A color RGB value is (13,82,42).

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

RGB channels and saturation

R 13 of 255 = 5%
G 82 of 255 = 32%
B 42 of 255 = 16%

13
82
42

R + G + B ~ 18%. #0D522A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 82 + 42 = 137 (100%)
R 13 of 137 ~ 9.49%
G 82 of 137 ~ 59.85%
B 42 of 137 ~ 30.66%

%59.85
%30.66

CMYK color model

#0D522A color CMYK value is (84,0,49,68).

  • cyan value is 84.15%
  • magenta value is 0.00%
  • yellow value is 48.78%
  • key color value is 67.84%
CMYK:
(84,0,49,68)
C84M0Y49K68 
(84%,0%,49%,68%)
(0.84/0.00/0.49/0.68)	

CMYK percentages

%84.15
%0
%48.78
%67.84

Codes

Color #0D522A in popluar color models

0D522A
RGB138242
HSL145°72.63%18.63%
HSB/HSV145°84.15%32.16%
CMYK84.15%0.00%48.78%
67.84%

Color #0D522A in popluar number systems.

HEX0D522A
Decimal138242
Binary11011010010101010
Octal1512252

Shades and tints

Shades of #0D522A

#0D522A
(13,82,42)
#0C4B27
(12,75,39)
#0B4424
(11,68,36)
#0A3D21
(10,61,33)
#09361E
(9,54,30)
#082F1B
(8,47,27)
#072818
(7,40,24)
#062115
(6,33,21)
#051A12
(5,26,18)
#04130F
(4,19,15)
#030C0C
(3,12,12)
#000000
(0,0,0)

Tints of #0D522A

#0D522A
(13,82,42)
#23613D
(35,97,61)
#397050
(57,112,80)
#4F7F63
(79,127,99)
#658E76
(101,142,118)
#7B9D89
(123,157,137)
#91AC9C
(145,172,156)
#A7BBAF
(167,187,175)
#BDCAC2
(189,202,194)
#D3D9D5
(211,217,213)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D522A; }

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

This text font color is #0D522A.


Background Color

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

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

This div background color is #0D522A.


Border color

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

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

This div border color is #0D522A.


Opacity

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

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

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

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

This text has shadow with #0D522A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D522A on black background.


Color preview on white background

This text has color #0D522A on white background.



Black color preview on #0D522A background

This text has black color on #0D522A background.


White color preview on #0D522A background

This text has white color on #0D522A background.