COLOR #0D500B

HEX: #0D500B
RGB: (13,80,11)

Color info

#0D500B contains mainly green color. Web safe color of #0D500B is #006600 (or #060).

RGB color model

#0D500B color RGB value is (13,80,11).

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

RGB channels and saturation

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

13
80
11

R + G + B ~ 13%. #0D500B is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 80 + 11 = 104 (100%)
R 13 of 104 ~ 12.5%
G 80 of 104 ~ 76.92%
B 11 of 104 ~ 10.58%

%12.5
%76.92
%10.58

CMYK color model

#0D500B color CMYK value is (84,0,86,69).

  • cyan value is 83.75%
  • magenta value is 0.00%
  • yellow value is 86.25%
  • key color value is 68.63%
CMYK:
(84,0,86,69)
C84M0Y86K69 
(84%,0%,86%,69%)
(0.84/0.00/0.86/0.69)	

CMYK percentages

%83.75
%0
%86.25
%68.63

Codes

Color #0D500B in popluar color models

0D500B
RGB138011
HSL118°75.82%17.84%
HSB/HSV118°86.25%31.37%
CMYK83.75%0.00%86.25%
68.63%

Color #0D500B in popluar number systems.

HEX0D500B
Decimal138011
Binary110110100001011
Octal1512013

Shades and tints

Shades of #0D500B

#0D500B
(13,80,11)
#0C490A
(12,73,10)
#0B4209
(11,66,9)
#0A3B08
(10,59,8)
#093407
(9,52,7)
#082D06
(8,45,6)
#072605
(7,38,5)
#061F04
(6,31,4)
#051803
(5,24,3)
#041102
(4,17,2)
#030A01
(3,10,1)
#000000
(0,0,0)

Tints of #0D500B

#0D500B
(13,80,11)
#235F21
(35,95,33)
#396E37
(57,110,55)
#4F7D4D
(79,125,77)
#658C63
(101,140,99)
#7B9B79
(123,155,121)
#91AA8F
(145,170,143)
#A7B9A5
(167,185,165)
#BDC8BB
(189,200,187)
#D3D7D1
(211,215,209)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D500B; }

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

This text font color is #0D500B.


Background Color

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

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

This div background color is #0D500B.


Border color

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

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

This div border color is #0D500B.


Opacity

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

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

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

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

This text has shadow with #0D500B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D500B on black background.


Color preview on white background

This text has color #0D500B on white background.



Black color preview on #0D500B background

This text has black color on #0D500B background.


White color preview on #0D500B background

This text has white color on #0D500B background.