COLOR #0D895C

HEX: #0D895C
RGB: (13,137,92)

Color info

#0D895C contains mainly green and blue colors. Web safe color of #0D895C is #009966 (or #096).

RGB color model

#0D895C color RGB value is (13,137,92).

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

RGB channels and saturation

R 13 of 255 = 5%
G 137 of 255 = 54%
B 92 of 255 = 36%

13
137
92

R + G + B ~ 32%. #0D895C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 137 + 92 = 242 (100%)
R 13 of 242 ~ 5.37%
G 137 of 242 ~ 56.61%
B 92 of 242 ~ 38.02%

%56.61
%38.02

CMYK color model

#0D895C color CMYK value is (91,0,33,46).

  • cyan value is 90.51%
  • magenta value is 0.00%
  • yellow value is 32.85%
  • key color value is 46.27%
CMYK:
(91,0,33,46)
C91M0Y33K46 
(91%,0%,33%,46%)
(0.91/0.00/0.33/0.46)	

CMYK percentages

%90.51
%0
%32.85
%46.27

Codes

Color #0D895C in popluar color models

0D895C
RGB1313792
HSL158°82.67%29.41%
HSB/HSV158°90.51%53.73%
CMYK90.51%0.00%32.85%
46.27%

Color #0D895C in popluar number systems.

HEX0D895C
Decimal1313792
Binary1101100010011011100
Octal15211134

Shades and tints

Shades of #0D895C

#0D895C
(13,137,92)
#0C7D54
(12,125,84)
#0B714C
(11,113,76)
#0A6544
(10,101,68)
#09593C
(9,89,60)
#084D34
(8,77,52)
#07412C
(7,65,44)
#063524
(6,53,36)
#05291C
(5,41,28)
#041D14
(4,29,20)
#03110C
(3,17,12)
#000000
(0,0,0)

Tints of #0D895C

#0D895C
(13,137,92)
#23936A
(35,147,106)
#399D78
(57,157,120)
#4FA786
(79,167,134)
#65B194
(101,177,148)
#7BBBA2
(123,187,162)
#91C5B0
(145,197,176)
#A7CFBE
(167,207,190)
#BDD9CC
(189,217,204)
#D3E3DA
(211,227,218)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D895C; }

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

This text font color is #0D895C.


Background Color

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

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

This div background color is #0D895C.


Border color

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

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

This div border color is #0D895C.


Opacity

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

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

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

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

This text has shadow with #0D895C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D895C on black background.


Color preview on white background

This text has color #0D895C on white background.



Black color preview on #0D895C background

This text has black color on #0D895C background.


White color preview on #0D895C background

This text has white color on #0D895C background.