COLOR #0D570A

HEX: #0D570A
RGB: (13,87,10)

Color info

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

RGB color model

#0D570A color RGB value is (13,87,10).

  • red value is 13;
  • green value is 87;
  • blue value is 10.
RGB:
(13,87,10)
(5%,34%,4%)

RGB channels and saturation

R 13 of 255 = 5%
G 87 of 255 = 34%
B 10 of 255 = 4%

13
87
10

R + G + B ~ 14%. #0D570A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 87 + 10 = 110 (100%)
R 13 of 110 ~ 11.82%
G 87 of 110 ~ 79.09%
B 10 of 110 ~ 9.09%

%11.82
%79.09

CMYK color model

#0D570A color CMYK value is (85,0,89,66).

  • cyan value is 85.06%
  • magenta value is 0.00%
  • yellow value is 88.51%
  • key color value is 65.88%
CMYK:
(85,0,89,66)
C85M0Y89K66 
(85%,0%,89%,66%)
(0.85/0.00/0.89/0.66)	

CMYK percentages

%85.06
%0
%88.51
%65.88

Codes

Color #0D570A in popluar color models

0D570A
RGB138710
HSL118°79.38%19.02%
HSB/HSV118°88.51%34.12%
CMYK85.06%0.00%88.51%
65.88%

Color #0D570A in popluar number systems.

HEX0D570A
Decimal138710
Binary110110101111010
Octal1512712

Shades and tints

Shades of #0D570A

#0D570A
(13,87,10)
#0C500A
(12,80,10)
#0B490A
(11,73,10)
#0A420A
(10,66,10)
#093B0A
(9,59,10)
#08340A
(8,52,10)
#072D0A
(7,45,10)
#06260A
(6,38,10)
#051F0A
(5,31,10)
#04180A
(4,24,10)
#03110A
(3,17,10)
#000000
(0,0,0)

Tints of #0D570A

#0D570A
(13,87,10)
#236620
(35,102,32)
#397536
(57,117,54)
#4F844C
(79,132,76)
#659362
(101,147,98)
#7BA278
(123,162,120)
#91B18E
(145,177,142)
#A7C0A4
(167,192,164)
#BDCFBA
(189,207,186)
#D3DED0
(211,222,208)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D570A color. Also use rgb(13,87,10) instead hex code.

Text Font Color

.myTextColor { color: #0D570A; }

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

This text font color is #0D570A.


Background Color

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

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

This div background color is #0D570A.


Border color

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

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

This div border color is #0D570A.


Opacity

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

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

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

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

This text has shadow with #0D570A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D570A on black background.


Color preview on white background

This text has color #0D570A on white background.



Black color preview on #0D570A background

This text has black color on #0D570A background.


White color preview on #0D570A background

This text has white color on #0D570A background.