COLOR #0D5C0F

HEX: #0D5C0F
RGB: (13,92,15)

Color info

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

RGB color model

#0D5C0F color RGB value is (13,92,15).

  • red value is 13;
  • green value is 92;
  • blue value is 15.
RGB:
(13,92,15)
(5%,36%,6%)

RGB channels and saturation

R 13 of 255 = 5%
G 92 of 255 = 36%
B 15 of 255 = 6%

13
92
15

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

Portions of RGB colors in percentages

R + G + B =
13 + 92 + 15 = 120 (100%)
R 13 of 120 ~ 10.83%
G 92 of 120 ~ 76.67%
B 15 of 120 ~ 12.5%

%10.83
%76.67
%12.5

CMYK color model

#0D5C0F color CMYK value is (86,0,84,64).

  • cyan value is 85.87%
  • magenta value is 0.00%
  • yellow value is 83.70%
  • key color value is 63.92%
CMYK:
(86,0,84,64)
C86M0Y84K64 
(86%,0%,84%,64%)
(0.86/0.00/0.84/0.64)	

CMYK percentages

%85.87
%0
%83.7
%63.92

Codes

Color #0D5C0F in popluar color models

0D5C0F
RGB139215
HSL122°75.24%20.59%
HSB/HSV122°85.87%36.08%
CMYK85.87%0.00%83.70%
63.92%

Color #0D5C0F in popluar number systems.

HEX0D5C0F
Decimal139215
Binary110110111001111
Octal1513417

Shades and tints

Shades of #0D5C0F

#0D5C0F
(13,92,15)
#0C540E
(12,84,14)
#0B4C0D
(11,76,13)
#0A440C
(10,68,12)
#093C0B
(9,60,11)
#08340A
(8,52,10)
#072C09
(7,44,9)
#062408
(6,36,8)
#051C07
(5,28,7)
#041406
(4,20,6)
#030C05
(3,12,5)
#000000
(0,0,0)

Tints of #0D5C0F

#0D5C0F
(13,92,15)
#236A24
(35,106,36)
#397839
(57,120,57)
#4F864E
(79,134,78)
#659463
(101,148,99)
#7BA278
(123,162,120)
#91B08D
(145,176,141)
#A7BEA2
(167,190,162)
#BDCCB7
(189,204,183)
#D3DACC
(211,218,204)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5C0F color. Also use rgb(13,92,15) instead hex code.

Text Font Color

.myTextColor { color: #0D5C0F; }

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

This text font color is #0D5C0F.


Background Color

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

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

This div background color is #0D5C0F.


Border color

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

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

This div border color is #0D5C0F.


Opacity

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

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

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

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

This text has shadow with #0D5C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5C0F on black background.


Color preview on white background

This text has color #0D5C0F on white background.



Black color preview on #0D5C0F background

This text has black color on #0D5C0F background.


White color preview on #0D5C0F background

This text has white color on #0D5C0F background.