COLOR #0D501C

HEX: #0D501C
RGB: (13,80,28)

Color info

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

RGB color model

#0D501C color RGB value is (13,80,28).

  • red value is 13;
  • green value is 80;
  • blue value is 28.
RGB:
(13,80,28)
(5%,31%,11%)

RGB channels and saturation

R 13 of 255 = 5%
G 80 of 255 = 31%
B 28 of 255 = 11%

13
80
28

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

Portions of RGB colors in percentages

R + G + B =
13 + 80 + 28 = 121 (100%)
R 13 of 121 ~ 10.74%
G 80 of 121 ~ 66.12%
B 28 of 121 ~ 23.14%

%10.74
%66.12
%23.14

CMYK color model

#0D501C color CMYK value is (84,0,65,69).

  • cyan value is 83.75%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(84,0,65,69)
C84M0Y65K69 
(84%,0%,65%,69%)
(0.84/0.00/0.65/0.69)	

CMYK percentages

%83.75
%0
%65
%68.63

Codes

Color #0D501C in popluar color models

0D501C
RGB138028
HSL133°72.04%18.24%
HSB/HSV133°83.75%31.37%
CMYK83.75%0.00%65.00%
68.63%

Color #0D501C in popluar number systems.

HEX0D501C
Decimal138028
Binary1101101000011100
Octal1512034

Shades and tints

Shades of #0D501C

#0D501C
(13,80,28)
#0C491A
(12,73,26)
#0B4218
(11,66,24)
#0A3B16
(10,59,22)
#093414
(9,52,20)
#082D12
(8,45,18)
#072610
(7,38,16)
#061F0E
(6,31,14)
#05180C
(5,24,12)
#04110A
(4,17,10)
#030A08
(3,10,8)
#000000
(0,0,0)

Tints of #0D501C

#0D501C
(13,80,28)
#235F30
(35,95,48)
#396E44
(57,110,68)
#4F7D58
(79,125,88)
#658C6C
(101,140,108)
#7B9B80
(123,155,128)
#91AA94
(145,170,148)
#A7B9A8
(167,185,168)
#BDC8BC
(189,200,188)
#D3D7D0
(211,215,208)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D501C; }

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

This text font color is #0D501C.


Background Color

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

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

This div background color is #0D501C.


Border color

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

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

This div border color is #0D501C.


Opacity

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

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

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

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

This text has shadow with #0D501C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D501C on black background.


Color preview on white background

This text has color #0D501C on white background.



Black color preview on #0D501C background

This text has black color on #0D501C background.


White color preview on #0D501C background

This text has white color on #0D501C background.