COLOR #0D532F

HEX: #0D532F RGB: (13,83,47)

Color info

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

RGB color model

#0D532F color RGB value is (13,83,47).

RGB: (13,83,47) (5%, 33%, 18%)

RGB channels and saturation

R 13 of 255 = 5%
G 83 of 255 = 33%
B 47 of 255 = 18%

13
83
47

R + G + B ~ 19%. #0D532F is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 83 + 47 = 143 (100%)
R 13 of 143 ~ 9.09%
G 83 of 143 ~ 58.04%
B 47 of 143 ~ 32.87'%

%58.04
%32.87

CMYK color model

#0D532F color CMYK value is (84,0,43,67).

  • cyan value is 84.34%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 67.45%

CMYK: (84,0,43,67)
C84M0Y43K67 (84%, 0%, 43%, 67%)
(0.84 / 0.00 / 0.43 / 0.67)

CMYK percentages

%84.34
%0
%43.37
%67.45

Codes

Color #0D532F in popluar color models

0D 53 2F
RGB 13 83 47
HSL 149° 72.92% 18.82%
HSB/HSV 149° 84.34% 32.55%
CMYK 84.34% 0.00% 43.37%
67.45%

Color #0D532F in popluar number systems.

HEX 0D 53 2F
Decimal 13 83 47
Binary 1101 1010011 101111
Octal 15 123 57

Shades and tints

Shades of #0D532F

#0D532F
(13,83,47)
#0C4C2B
(12,76,43)
#0B4527
(11,69,39)
#0A3E23
(10,62,35)
#09371F
(9,55,31)
#08301B
(8,48,27)
#072917
(7,41,23)
#062213
(6,34,19)
#051B0F
(5,27,15)
#04140B
(4,20,11)
#030D07
(3,13,7)
#000000
(0,0,0)

Tints of #0D532F

#0D532F
(13,83,47)
#236241
(35,98,65)
#397153
(57,113,83)
#4F8065
(79,128,101)
#658F77
(101,143,119)
#7B9E89
(123,158,137)
#91AD9B
(145,173,155)
#A7BCAD
(167,188,173)
#BDCBBF
(189,203,191)
#D3DAD1
(211,218,209)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D532F color. Also use rgb(13,83,47) instead hex code.

Text Font Color

.myTextColor { color: #0D532F; }

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

This text font color is #0D532F.

Background Color

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

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

This div background color is #0D532F.

Border color

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

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

This div border color is #0D532F.

Opacity

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

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

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

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

This text has shadow with #0D532F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D532F.

Preview

Color preview on black background

This text has color #0D532F on black background.


Color preview on white background

This text has color #0D532F on white background.


Black color preview on #0D532F background

This text has black color on #0D532F background.


White color preview on #0D532F background

This text has white color on #0D532F background.


Related colors

Complementary color

Complementary color for #hex is #F2ACD0.


I love getcolorcode.com

Triadic colors

1 #2F0D53 and #532F0D with #0D532F are triadic colors.

2 #2F530D and #530D2F with #0D532F are triadic colors.