COLOR #0D502C

HEX: #0D502C RGB: (13,80,44)

Color info

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

RGB color model

#0D502C color RGB value is (13,80,44).

RGB: (13,80,44) (5%, 31%, 17%)

RGB channels and saturation

R 13 of 255 = 5%
G 80 of 255 = 31%
B 44 of 255 = 17%

13
80
44

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

Portions of RGB colors in percentages

R + G + B = 13 + 80 + 44 = 137 (100%)
R 13 of 137 ~ 9.49%
G 80 of 137 ~ 58.39%
B 44 of 137 ~ 32.12'%

%58.39
%32.12

CMYK color model

#0D502C color CMYK value is (84,0,45,69).

  • cyan value is 83.75%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 68.63%

CMYK: (84,0,45,69)
C84M0Y45K69 (84%, 0%, 45%, 69%)
(0.84 / 0.00 / 0.45 / 0.69)

CMYK percentages

%83.75
%0
%45
%68.63

Codes

Color #0D502C in popluar color models

0D 50 2C
RGB 13 80 44
HSL 148° 72.04% 18.24%
HSB/HSV 148° 83.75% 31.37%
CMYK 83.75% 0.00% 45.00%
68.63%

Color #0D502C in popluar number systems.

HEX 0D 50 2C
Decimal 13 80 44
Binary 1101 1010000 101100
Octal 15 120 54

Shades and tints

Shades of #0D502C

#0D502C
(13,80,44)
#0C4928
(12,73,40)
#0B4224
(11,66,36)
#0A3B20
(10,59,32)
#09341C
(9,52,28)
#082D18
(8,45,24)
#072614
(7,38,20)
#061F10
(6,31,16)
#05180C
(5,24,12)
#041108
(4,17,8)
#030A04
(3,10,4)
#000000
(0,0,0)

Tints of #0D502C

#0D502C
(13,80,44)
#235F3F
(35,95,63)
#396E52
(57,110,82)
#4F7D65
(79,125,101)
#658C78
(101,140,120)
#7B9B8B
(123,155,139)
#91AA9E
(145,170,158)
#A7B9B1
(167,185,177)
#BDC8C4
(189,200,196)
#D3D7D7
(211,215,215)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D502C color. Also use rgb(13,80,44) instead hex code.

Text Font Color

.myTextColor { color: #0D502C; }

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

This text font color is #0D502C.

Background Color

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

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

This div background color is #0D502C.

Border color

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

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

This div border color is #0D502C.

Opacity

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

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

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

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

This text has shadow with #0D502C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D502C.

Preview

Color preview on black background

This text has color #0D502C on black background.


Color preview on white background

This text has color #0D502C on white background.


Black color preview on #0D502C background

This text has black color on #0D502C background.


White color preview on #0D502C background

This text has white color on #0D502C background.


Related colors

Complementary color

Complementary color for #hex is #F2AFD3.


I love getcolorcode.com

Triadic colors

1 #2C0D50 and #502C0D with #0D502C are triadic colors.

2 #2C500D and #500D2C with #0D502C are triadic colors.